TradingView 是一个综合性的金融分析平台,提供市场摘要、社区交流、经纪商服务等功能。
用户可以通过平台进行股票、ETFs、加密货币、外汇、期货和债券等多种资产的交易和分析。
#Tools #金融工具
https://cn.tradingview.com/markets/stocks-china/market-movers-all-stocks/
用户可以通过平台进行股票、ETFs、加密货币、外汇、期货和债券等多种资产的交易和分析。
#Tools #金融工具
https://cn.tradingview.com/markets/stocks-china/market-movers-all-stocks/
TradingView
所有中国股票在一个页面 — TradingView
获取每个股票的概览 - 中国股市。跟踪它们的表现、估值和其它统计数据,以做出更好的交易决策。
👍1
Polyglot.js 是 Airbnb 开发的一个小巧的国际化(I18n)JavaScript 库,它支持浏览器和 CommonJS 环境(例如 Node.js)。这个库提供了插值和复数形式处理的简单解决方案,基于 Airbnb 在其 Backbone.js 和 Node.js 应用中添加国际化功能的经验。
#Tools #i18n
https://github.com/airbnb/polyglot.js
#Tools #i18n
https://github.com/airbnb/polyglot.js
GitHub
GitHub - airbnb/polyglot.js: Give your JavaScript the ability to speak many languages.
Give your JavaScript the ability to speak many languages. - airbnb/polyglot.js
file-type 是一个用于检测文件类型(基于二进制文件格式,而非文本格式)的 JavaScript 库。它通过检查文件的“魔术数字”(文件开始的字节序列)来确定文件类型。该库支持多种文件类型,包括但不限于图片、视频、音频和文档等。
#Tools
https://github.com/sindresorhus/file-type
import fileTypeFromFile from 'file-type';
console.log(await fileTypeFromFile('Unicorn.png')); // => {ext: 'png', mime: 'image/png'}
#Tools
https://github.com/sindresorhus/file-type
GitHub
GitHub - sindresorhus/file-type: Detect the file type of a file, stream, or data
Detect the file type of a file, stream, or data. Contribute to sindresorhus/file-type development by creating an account on GitHub.
一份详尽的 CSS 选择器指南,涵盖了我们在 CSS 中用于选择元素的所有不同方法,以及如何使用这些方法来应用样式。
#CSS #前端
https://levix.notion.site/CSS-CSS-Selectors-eba056ed7f5241b288cb8c7f127e5928?pvs=74
#CSS #前端
https://levix.notion.site/CSS-CSS-Selectors-eba056ed7f5241b288cb8c7f127e5928?pvs=74
levix on Notion
CSS 选择器指南 - CSS Selectors | Notion
CSS选择器是CSS中用于选择页面元素以应用样式的基本工具。本文提供了一个全面的指南,涵盖了各种选择器和组合器的使用方法。
不使用 JavaScript 情况下获取屏幕宽度和高度。
#前端 #CSS #技巧
https://css-tip.com/screen-dimension/
@property --_w {
syntax: '<length>';
inherits: true;
initial-value: 100vw;
}
@property --_h {
syntax: '<length>';
inherits: true;
initial-value: 100vh;
}
:root {
--w: tan(atan2(var(--_w),1px)); /* screen width */
--h: tan(atan2(var(--_h),1px)); /* screen height*/
/* The result is an integer without unit */
}
#前端 #CSS #技巧
https://css-tip.com/screen-dimension/
Css-Tip
Get the screen width & height without JavaScript
A few lines of CSS to get the screen width/height as integer values
CSS 网格生成器是一款工具,它使得开发者能够更加轻松地设计出个性化的 CSS 网格布局。通过该生成器,用户可以便捷地设定所需的列数、行数以及间距尺寸。
#Tools #CSS #布局 #Grid
https://cssgridgenerator.io/
#Tools #CSS #布局 #Grid
https://cssgridgenerator.io/
cssgridgenerator.io
CSS Grid Generator
CSS Grid Generator - a user-friendly tool designed for web developers to effortlessly create customizable CSS grids for seamless web development.
解读前端开发的术语潮流。
一把梭哈🙈
#前端
https://remotesynthesis.com/blog/navigaitng-frontend-buzzwords/
Jamstack
Composable
MACH
Decoupling
Headless
Pre-rendering
SSR, SSG, CSR, ISR, etc.
Edge
Middleware
Islands
一把梭哈🙈
#前端
https://remotesynthesis.com/blog/navigaitng-frontend-buzzwords/
Remotesynthesis
Remote Synthesis | Navigating the Buzzwords of Frontend Development
A guide to commonly used jargon in the frontend and full-stack development world.