tag Css

標籤
貢獻764
672
06:37 AM · Oct 27 ,2025

@Css / 博客 RSS 訂閱

數碼墨魚 - 簡單探索Rust Web開發

深入 Actix-web 源碼:解密 Rust Web 框架的高性能內核 目錄 深入 Actix-web 源碼:解密 Rust Web 框架的高性能內核 摘要 一、Actix-web 探索起點 1.1 宏觀架構:連接器、Acceptor 與 Worker 1.2 與 Tokio 的共生關係 二、核心抽象:Serv

中間件 , 開發語言 , rust , ActixWeb , Css , 前端開發 , HTML , 前端

收藏 評論

David Bushell - Resolution Independence With SVG

In this article, we’ll look at Scalable Vector Graphics (SVG), one of the most underused technologies in website development today. Before diving into an example, let’s consider the state of the We

coding , Css

收藏 評論

qq5b42bed9cc7e9 - RAG從入門到精通(九)——Milvus數據庫操作介紹及索引類型介紹

RAG基本處理流程 整個流程的優化方向是 “高準確率、快速度、低內存消耗”,利用 Milvus 的向量存儲與檢索能力,實現遊戲數據的高效語義查詢。 1. Milvus 核心概念與基礎用法詳解 Milvus 是開源分佈式向量數據庫,以下是其核心概念及創建數據庫、集合、字段的基礎操作: 一、核心概念 數據庫(D

milvus , 字段 , 數據 , 主鍵 , Css , 前端開發 , HTML

收藏 評論

數碼精靈abc - fstorm渲染器材質

一、渲染引擎 渲染引擎的職責是……渲染,也就是把請求的內容顯示到瀏覽器屏幕上。 默認情況下渲染引擎可以顯示HTML,XML文檔以及圖片。 通過插件(瀏覽器擴展)它可以顯示其它類型文檔。 二、各種渲染引擎 我們提到的Firefox, Safari兩種瀏覽器構建於兩種渲染引擎之上: Firefox使用Gec

選擇器 , Storm , 大數據 , 渲染引擎 , fstorm渲染器材質 , Css

收藏 評論

數據探索者 - 互聯網三大巨頭宣佈將支持FIDO無密碼登錄,虹膜識別被納入其中

當前數字時代,人們日常頻繁使用的密碼,成了"記憶負擔",密碼太短不安全,密碼太長又記不住,如果忘記密碼,找回流程也較繁瑣,嚴重影響了用户在應用登錄或支付場景中的使用體驗。 基於此,HarmonyOS SDK在線認證服務(Online Authentication Kit)遵循FIDO(Fast Identity Online)、FIDO2、IIFAA(互聯網可信認證聯盟)和

服務器 , 錯誤碼 , Css , 前端開發 , 異常類型 , HTML

收藏 評論

吃半個饅頭 - 我的編程之路:「生存」是唯一的基本要求

簡單介紹一下自己和目前的工作 我現在是一名web前端,在蘇州一家小公司上班。和前端大牛相比,我是一個不能再普通的了。 沒有英語基礎,2014年就知道前端,但斷斷續續學到了一年。我覺得我做事沒有堅持 。 詳細寫寫你是如何走上編程的道路 我是一個有聽力殘疾的人,幾乎聽不到這個世界的聲音。因為生存,我選擇了一條編程的路。 只為了養活自己,不僅僅是家人,未來的自己。 我高中比較喜歡玩電腦,特別對五筆

php , 我的編程之路 , Css , HTML , html5

收藏 評論

The Smashing Newsletter Team - CSS Ideas And Wishlist: Debates and Solutions

CSS will get a number of new changes. Among them are alternative syntaxes, CSS programming concepts and the ability to allow more common design techniques without using images. In this article, we’l

Techniques , coding , Css

收藏 評論

小屁孩 - CF1324A Yet Another Tetris Problem 題解

短題解:我的簡要題解。 為了簡短和易懂,我在短題解中,可能會在不約定的情況下使用不那麼規範、公認的數學語言、記號,表述有時也不完全形式化。好處是: 算了,就不自賣自誇了,看看就知道了,總之很牛! 簡要題意 洛谷上的題面已經挺簡要了:CF1924A Did We Get Everything Covered?,同時沿用其變量名與記號。 思路 設

結點 , Css , 子序列 , ci , 前端開發 , HTML

收藏 評論

Thierry Koblentz - Styling Elements With Glyphs, Sprites and Pseudo-Elements

Today, on the shoulders of giants, we’ll try to push the envelope. We’ll discuss how you can style elements with no extra markup and using a bidi-friendly high-contrast proof CSS sprite technique. T

Techniques , Typography , coding , Css

收藏 評論

mob64ca13fbd761 - KMP算法 - 我的空間 -

被KMP算法折磨了幾天,終於搞明白lps數組,或者叫next數組計算過程中非常關鍵點的原理,這裏着重在證明為什麼這樣計算。 1 public static int[] buildLPS(String pat) { 2 int n = pat.length(); 3 int[] lps = new int[n]; 4 5 int p

後綴 , 數組 , Back , Css , 前端開發 , HTML

收藏 評論

數碼墨魚 - Flutter 自定義 TextInputFormatter 文本輸入過濾器 Flutter 實現輸入4位自動添加空格_51CTO博客

適用場景:手機號、銀行卡號、身份證號、信用卡號、分段輸入格式化 難點:輸入時自動插入空格 + 光標不亂跳 + 刪除也正常 一、為什麼不能只用 onChanged? 很多人第一反應是: onChanged: (value) { controller.text = format(valu

sed , 中文輸入法 , flutter , Css , 前端開發 , HTML , Git

收藏 評論

Gabriel Shoyombo - Solving Media Object Float Issues With CSS Block Formatting Contexts

Let’s imagine we’re making a small component. It can be anything, really, but let’s use a media object as an example. Nicole Sullivan had a solid definition of media objects from way back in 2010, a

Tutorials , Layouts , coding , Css

收藏 評論

Andrzej Mazur - Sneak Peek Into The Future: CSS Selectors, Level 4

The buzzword “CSS4” came out of nowhere, just as we were getting used to the fact that CSS3 is here and will stick around for some time. Browser vendors are working hard to implement the latest feat

css3 , Tools , coding , Css

收藏 評論

郝冠軍 - 多區域一致性:魚與熊掌兼得!

多區域一致性:魚與熊掌兼得! https://www.synadia.com/blog/multi-cluster-consistency-models 摘要 Abstract Using stretch clusters and virtual streams to improve latency and availability in global NATS

服務器 , 應用程序 , Css , 前端開發 , ide , HTML

收藏 評論

Toobin - Arbess從初級到進階(14) - 使用Arbess+GitLab+SonarQube實現Java項目自動化部署

Arbess 是一款國產開源免費的 CI/CD 工具,支持免費私有化部署,一鍵安裝零配置。本文將詳細介紹如何安裝配置使用GitLab、SonarQube、Arbess系統,使用流水線拉取GitLab源碼、使用SonarQube進行代碼掃描,構建安裝包並部署到遠程主機。 1、Gitlab 安裝與配置 本章節將介紹如何使用CentOS9搭建Git

服務器 , 安裝包 , gitlab , cd , Css , ci , 前端開發 , HTML , Arbess

收藏 評論

Adrian Bece - Delightful UI Animations With Shared Element Transitions API (Part 2)

In the first part of this article, we covered Shared Element Transitions API (SET API) and how we can use it to effortlessly create complex transitions for various UI elements, which would usually r

animation , Techniques , API , Css , ui

收藏 評論

mob64ca1410eb61 - H3C_交換機

本篇目錄 Private VLAN概述 Private VLAN配置限制 Private VLAN配置步驟 端口工作模式詳解及配置 Private VLAN配置過程示例 配置驗證命令 1. Private VLAN概述 Private VLAN(私有VLAN)是一種二層VL

鏈路 , 工作模式 , 映射關係 , Css , 前端開發 , HTML

收藏 評論

AI智行者 - 實驗三 類和對象Ⅱ

實驗1 1.源代碼 #pragma once #include iostream #include string class Button { public: Button(const std::string label_); const std::string get_label() const; void click();

數據項 , include , Css , ios , 前端開發 , HTML

收藏 評論

Marcin Wichary - Using UI System Fonts In Web Design: A Quick Practical Guide

For perhaps the first time since the original Macintosh, we can get excited about using system UI fonts. They’re an interesting, fresh alternative to web typography — and one that doesn’t require a

Typography , fonts , Css

收藏 評論

Ricardo Zea - An Ultimate Guide To CSS Pseudo Classes And Pseudo Elements

Hola a todos! (Hello, everyone!) In my early days of web design, I had to learn things the hard way: trial and error. There was no Smashing Magazine, Can I Use, CodePen or any of the other amazing

Responsive Design , coding , Css

收藏 評論

CJ Gammon - Killer Responsive Layouts With CSS Regions

As Web designers, we are largely constrained by the layout features available to us. Content placed inside a container will often naturally extend the container vertically, wrapping the content. If

Layouts , coding , Css , HTML

收藏 評論

YDFM - nodejs打包作為公共包使用的完整流程

前言 面給出一份「從 0 到 1」把 Node.js 代碼打包併發布為公共 npm 包的完整流程,全部步驟均來自 2024-2025 年最新社區實踐,可直接照做。 (如只想打綠色可執行文件而不發佈,可跳到最後「附:PKG 綠色可執行包」小節) 一、前置準備 安裝 Node.js ≥ 14(推薦 18 LTS) 註

可執行文件 , 搜索 , Css , 前端開發 , HTML , Json

收藏 評論

煙雨江南的秋 - 重新介紹 JavaScript(JS 教程)_chen_51cto的技術博客

在ECMAScript規範中,省略號(...)主要有兩個重要用途:展開語法(Spread syntax)和剩餘參數(Rest parameters)。 淺拷貝:使用擴展運算符...(最簡潔) 深拷貝:使用JSON.parse(JSON.stringify())或 Lodash 的_.cloneDeep() 快速概覽

函數參數 , 數組 , 淺拷貝 , Css , 前端開發 , HTML , Javascript

收藏 評論

Yosra Emad - How To Create Advanced Animations With CSS

We surf the web daily, and as developers, we tend to notice subtle details on a website. The one thing I take note of all the time is how smooth the animations on a website are. Animation is great f

animation , Css

收藏 評論