2022-03-10

2024-05-06  本文已影响0人  纱云

//redux开发工具
https://github.com/zalmoxisus/redux-devtools-extension
k
https://github.com/zhiyu/chartee
https://github.com/chenxiaoyu3/BBStockChartView

ios logo各个尺寸生成
https://github.com/timelywind/AppIconTools

//git资源过大下载
首先关闭 core.compression

git config --global core.compression 0
然后使用depth这个指令来下载最近一次提交

git clone --depth 1 <repo_URI>
然后获取完整库

git fetch --unshallow
最后pull一下查看状态,问题解决

git pull --all
//router----官方文档
https://reactrouter.com/docs/en/v6/upgrading/reach#what-about-clicking-links-that-arent-updated
//git。 learn
https://learngitbranching.js.org/?locale=zh_CN

//oc swift c++混合开发配置
http://events.jianshu.io/p/7f8f1c6f5cdf

上一篇 下一篇

猜你喜欢

热点阅读