lisongeee 最近的时间轴更新
lisongeee's repos on GitHub
TypeScript · 1453 人关注
vite-plugin-monkey
A vite plugin server and build your.user.js for userscript engine like Tampermonkey, Violentmonkey, Greasemonkey, ScriptCat
TypeScript · 55 人关注
Disable-CSP
A browser extension to disable http header Content-Security-Policy and html meta Content-Security-Policy
TypeScript · 13 人关注
scu-sports-data
四川大学创高体育理论考试试卷数据搜索
TypeScript · 13 人关注
serverless-http-forward
阿里云 函数计算 HTTP 转发
TypeScript · 10 人关注
pixiv-popular-sort
non premium menber use "Sort by popularity"
TypeScript · 9 人关注
rollup-plugin-tla
A rollup plugin to add top level await support for iife/umd
TypeScript · 9 人关注
user-attachments
upload file to github by cookie
TypeScript · 7 人关注
aliyun-onedrive-severless
阿里云函数onedrive index后端代理,使用github actions部署
TypeScript · 4 人关注
aliyun-pages-proxy
基于 域名双线解析 的 Github Pages 代理镜像 函数计算 工具
TypeScript · 4 人关注
tampermonkey-webpack-plugin
TypeScript · 4 人关注
unplugin-data
A universal plugin that performs data file loading (e.g., *.data.js/ts/mjs/mts) and transforms it into a JavaScript object string module at compile time.
Kotlin · 3 人关注
kotlin-json5
kotlin multiplatform json5 for kotlinx.serialization
TypeScript · 3 人关注
userscripts
TypeScript · 3 人关注
visit-counter
基于 cloudflare workers 和 preact ssr 的网络访问计数器
TypeScript · 2 人关注
gm-extra
TypeScript · 2 人关注
pkg-cdn
Python · 1 人关注
computed-cached-property
A decorator for caching computed properties in classes. like Vue's Computed-Properties
TypeScript · 0 人关注
clash-verge-script
自定义 clash-verge 扩展脚本
TypeScript · 0 人关注
github-upload-assets
Kotlin · 0 人关注
KtorTest
TypeScript · 0 人关注
let-html-csp-fail
0 人关注
lisonge
gu gu gu
HTML · 0 人关注
lisonge.gitHub.io
JavaScript · 0 人关注
src
cdn file
TypeScript · 0 人关注
switch-proxy-hosts
proxy request targetUrl use custom address
0 人关注
test
TypeScript · 0 人关注
test-hook-network
0 人关注
tiny-toys
some rainmeter skins
TypeScript · 0 人关注
unocss
The instant on-demand atomic CSS engine.
TypeScript · 0 人关注
vite-plugin-hmr-follow
lisongeee

lisongeee

V2EX 第 546084 号会员,加入于 2021-05-23 15:55:44 +08:00
今日活跃度排名 4461
edge@128 无法显示完整的 http 协议的链接
问与答  •  lisongeee  •  103 天前  •  最后回复来自 Lentin
1
Github 的 issue 收到奇怪的评论(疑似病毒文件)
  •  1   
    程序员  •  lisongeee  •  115 天前  •  最后回复来自 showgood163
    7
    vscode git output emoji 部分不正常显示
    问与答  •  lisongeee  •  2022-06-28 12:03:51 PM
    油猴脚本 - npmjs 包内部文件的便捷查看
    分享创造  •  lisongeee  •  2022-07-20 14:34:42 PM  •  最后回复来自 wsph123
    7
    如何在 windows 上同时安装多个不同版本的 chrome 呢?
    问与答  •  lisongeee  •  2022-05-15 19:48:42 PM  •  最后回复来自 flynaj
    26
    lisongeee 最近回复了
    8 天前
    回复了 DIO 创建的主题 Android Java 中可以做到函数嵌套吗
    你的 js 能运行是因为 function 有变量提升,你换成 const 就不行了而且会报错

    此外如果你在函数里访问了外部 const 变量但是此时 const 变量还未初始化,也会报错
    10 天前
    回复了 Anoyou 创建的主题 NAS 求这个刮削 app 或 docker 名?
    15 天前
    回复了 mereith 创建的主题 开源软件 写开源项目被骂了
    支持网友以暴制暴,看的是真爽,希望以后这种无理傻逼少点
    16 天前
    回复了 magic3584 创建的主题 Android 怎么在 Java 里调用 Kotlin 的 suspend 方法
    ```kt
    suspend fun updateArea(context: Context): Boolean {
    TODO()
    }

    fun syncUpdateArea(context: Context): Boolean {
    return runBlocking { updateArea(context) }
    }
    ```
    16 天前
    回复了 humbass 创建的主题 JavaScript css 的 justify-content 等效语法?
    你说的可能是 align-items

    在 flex/grid 主轴和交叉轴互换方向的情况下,可以使用 align-items: center 达到 justify-content: center 的效果

    @Livid #1 是 AI 无效回复
    17 天前
    回复了 COW 创建的主题 程序员 前端现在主流包管理和打包构建方案是什么?
    打包有主要分两种,一个是打包 Web App ,另一种是打包纯 js 库

    前者用 vite/webpack/rspack

    后者用 unbuild/tsup/rollup

    其实主要看是纯 js/ts 还是混合多文件

    比如 react/vue/vite 其实都是基于 rollup 构建产物

    parcel 说实话在我遇到的较新的库里基本没见过使用它的
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2266 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 16:08 · PVG 00:08 · LAX 08:08 · JFK 11:08
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.