wangtian2020 最近的时间轴更新
wangtian2020's repos on GitHub
Java · 0 人关注
AndroidUtilCode
:fire: Android developers should collect the following utils(updating).
JavaScript · 0 人关注
ass-to-utf8
Convert .ass file to utf8 format based on nodeJS
0 人关注
audio_video_streaming
音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。
0 人关注
Auto.js
A UiAutomator on android, does not need root access
0 人关注
BigDataView
100+套大数据可视化炫酷大屏Html5模板;包含行业:社区、物业、政务、交通、金融银行等,全网最新、最多,最全、最酷、最炫大数据可视化模板。陆续更新中
JavaScript · 0 人关注
camel-transform
HTML · 0 人关注
content
The content behind MDN Web Docs
TypeScript · 0 人关注
echarts
Apache ECharts is a powerful, interactive charting and data visualization library for browser
0 人关注
egg
🥚 Born to build better enterprise frameworks and apps with Node.js & Koa
JavaScript · 0 人关注
egg-ip-arbiter
throttle ip middleware for egg.js
JavaScript · 0 人关注
electron-nred-pack-quasar
Electron app with node-red quick start
0 人关注
element-plus
🎉 A Vue.js 3 UI Library made by Element team
0 人关注
fullmooooon
JavaScript · 0 人关注
GString.js
a nice(not) util for String under Node environment
HTML · 0 人关注
hcollege_secret_code
魂器学院神秘代码
0 人关注
hello-world
HHHHello!
0 人关注
how-to-lose-money-in-a-shares
A Beginner's Guide to Investing in A Shares
0 人关注
icegl-three-vue-tres
🎉🎉🎊 一款让你的三维可视化项目快速落地の开源框架 🎊🎉🎉 永久开源,免费商用 【 three vue ts js 】
0 人关注
iCSS
不止于 CSS
JavaScript · 0 人关注
mtColor
A library to change the color of the text after each change
0 人关注
my-static-file-library
我的静态文件库
0 人关注
noble
A Node.js BLE (Bluetooth Low Energy) central module : Community maintained
0 人关注
node-7z
A Node.js wrapper for 7-Zip
JavaScript · 0 人关注
Node-Phantom-Tank-Image
Nodejs生成幻影坦克图片,案例图片来源:pixiv 瑪雅G
JavaScript · 0 人关注
node-red
Low-code programming for event-driven applications
Go · 0 人关注
openbilibili
0 人关注
Pixiv-Illustration-Collection-Backend
提供有限的pixiv排行查看与免费高级会员(热门排序)搜索的站点
JavaScript · 0 人关注
qrcp_node
尝试用node实现类似qrcp的功能
JavaScript · 0 人关注
quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
wangtian2020

wangtian2020

V2EX 第 510746 号会员,加入于 2020-09-30 15:51:29 +08:00
wangtian2020 最近回复了
29 天前
回复了 sunny02222 创建的主题 Node.js bun 添加包感觉非常慢?
如果你用 npm 你会花 8798s 在安装 electron 上,除非你直接就知道正确答案——全局 tun 模式代理下安装 electron
bun 是默认自带国内用户安装镜像地址的 electron ,非常贴心
30 天前
回复了 2020583117 创建的主题 职场话题 半夜了,诉苦一下吧,希望大家见谅
一切都能归咎为经济下行,不然真的找工作找到不靠谱公司的概率比现在还低至少一半
新公司上压力我待了 2 个月就跑路了,到现在 3 个月没上班了,不背房贷就是任性
没钱用啥苹果
过时的代码教学视频害人,其实很多 npm 和构建一些问题,对于会的人就 2 分钟解决的事,而对刚学的人一周都解决不了。
各种和视频对不上的东西,都需要你有探索精神,把报错信息全部复制到 google 搜索框搜索解决办法,当然如果能问 chatgpt 更好。
你能上 chatgpt 的话,自己跟着文档学效果比看过时的视频更好
208 天前
回复了 pharaoh168 创建的主题 程序员 为家里老人看电视进行的一些尝试
老人不会用微信支付,我教她摁电源键喊小爱帮开收款码,老人喜欢卖菜会用微信支付真的方便。
电视也买了个红米电视,用装宽带自带的移动破机顶盒也能看很多电视频道
静态类型 boy 必须要把同属 json 的 jsonObject 和 jsonArray 分开解析是这样的
211 天前
回复了 unco020511 创建的主题 前端开发 前端新手关于包依赖的疑问
凉拌,就算锁了版本,别人开发用的浏览器、系统版本、nodejs 不一样也有可能出问题
我就是喜欢安装新版本,出了问题再改回来,一般不出
212 天前
回复了 lulinchuanllc 创建的主题 前端开发 网页内存占用高如何优化
组件没有销毁?虚拟列表?
214 天前
回复了 zyb201314 创建的主题 JavaScript 求助一个正则表达式.
```
let str = `txt=123,txt=kg66vv,hhj,txt=6966,ggg`
console.log(str.split(',').filter(v=>v.includes(`txt=`)).map(v=>v.substring(4)).filter(v=>v.includes(6)));
```
正则?什么正则,懒得问 chatgpt 要正则写法了,JavaScript 直接梭
没有,我就是为吃代码饭(省力)而生的
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2790 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 30ms · UTC 08:37 · PVG 16:37 · LAX 00:37 · JFK 03:37
Developed with CodeLauncher
♥ Do have faith in what you're doing.