leohxj's repos on GitHub
278 人关注
a-programmer-prepares
📖《程序员的自我修养》
Emacs Lisp · 63 人关注
Arsenal
⚔️ 武器库,更新自己使用的软件与技巧。
JavaScript · 61 人关注
rollup-starter-kit
👊 A real scaffold for building your library.
JavaScript · 6 人关注
reason-rollup-starter
✴️ A boilerplate for you to write your Library with Reason.
JavaScript · 3 人关注
react-boilerplates
😂 A collection of react boilerplates which base on webpack 4, babel 7, postcss, less, eslint, stylelint and so on.
HTML · 2 人关注
blog
📓 个人博客,欢迎订阅与交流。
1 人关注
react-photo-view
一款精致的 React 图片预览组件
0 人关注
arsenal-extension-pack
Visual Studio Code Extension Pack
MDX · 0 人关注
astro-docs
Astro documentation
TypeScript · 0 人关注
codesandbox-demo
Created with CodeSandbox
0 人关注
DARC
Decentralized Autonomous Regulated Company (DARC), a company virtual machine that runs on any EVM-compatible blockchain, with on-chain law system, multi-level tokens and dividends mechanism.
0 人关注
devo
A Chrome and Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and Designer News on every new tab.
0 人关注
docs.nestjs.com
The official documentation https://docs.nestjs.com 📕
0 人关注
electronjs-cn.github
Repository for community profile
0 人关注
hooks
React Hooks Library
HTML · 0 人关注
KE-complex_modifications
0 人关注
leohxj
0 人关注
mdx
Markdown for the component era
0 人关注
next-auth
Authentication for the Web.
0 人关注
pdf.js
PDF Reader in JavaScript
Jinja · 0 人关注
play-ansible
use ansible build consistency dev environment.
0 人关注
pro-components
🏆 Use Ant Design like a Pro!
TypeScript · 0 人关注
refinedev-real-world-example-r6et1b
Created with StackBlitz ⚡️
JavaScript · 0 人关注
server-components-demo
Demo app of React Server Components.
0 人关注
serverless
The Power of Serverless for Front-End Developers
TypeScript · 0 人关注
vscode-material-icon-theme
Available on the VSCode Marketplace
Python · 0 人关注
weread2notion
将微信读书划线同步到Notion
0 人关注
zombie-token-info
leohxj

leohxj

V2EX 第 23604 号会员,加入于 2012-07-17 22:43:17 +08:00
根据 leohxj 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
leohxj 最近回复了
247 天前
回复了 aapeli 创建的主题 Node.js 一个关于 Electron + React 的问题咨询
251 天前
回复了 xrr2016 创建的主题 程序员 Electron 开发的应用如何做用户统计呀?
如果你的应用 renderer 是 file:// 启动的话, gtags.js 是无法使用的, 它是为 http/https 协议设计, 使用 cookie 存放了 cid/sid, file 是没有 cookie 的, 所以无法工作.

但 GA4 也提供了一种方案, 就是通过 http 直接打点, 叫做 Measurement Protocol:
https://developers.google.com/analytics/devguides/collection/protocol/ga4

缺点是和 Dashboard 数据展示结合的不好, 很多信息可能需要你去自定义报表查看.
2021-08-11 09:58:21 +08:00
回复了 weimo383 创建的主题 程序员 为何前端构建工具这么麻烦
用脚手架干活, 用 webpack 整活.
2021-06-03 09:52:24 +08:00
回复了 7075 创建的主题 程序员 关于 electron 无边框窗口拖动的问题
https://www.electronjs.org/docs/api/frameless-window

用这个窗体模式,然后自己 html+css 绘制顶部
Prisma 现在比较成熟了
2021-02-03 20:08:01 +08:00
回复了 djyde 创建的主题 2020 我的 2020 年终总结
同道中人。
2021-02-03 20:02:50 +08:00
回复了 TomVista 创建的主题 问与答 api json, prisma, hasura 求指导
API JSON 没用过

prisma 帮助生成操作 CRUD 的服务端方法,对接的数据库类型支持较多。

hasura 关注数据模型的设计,直接生成 graphql 的接口,主要支持 postgreSQL 数据库。
2021-01-31 20:12:11 +08:00
回复了 dartabe 创建的主题 程序员 用 Google sheets 当 CMS 做了一个 疫苗追踪 的网站
headless cms 模式。
另外推荐自带 RESTFUl API 数据库工具,Airtable.
https://airtable.com/api
2020-11-29 14:04:46 +08:00
回复了 ericgui 创建的主题 程序员 很好奇:这哥们真的这么牛?
比看视频的水平高就行了。
利用 Docker Layer 缓存特性, 把 install 相关的文件单独 COPY

```
COPY package.json yarn.lock
RUN yarn install --frozen-lockfile
```
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1385 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 23:43 · PVG 07:43 · LAX 16:43 · JFK 19:43
Developed with CodeLauncher
♥ Do have faith in what you're doing.