会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Just 33
博客园
首页
新随笔
联系
订阅
管理
[置顶]
git的详细说明文档
摘要: http://www.ihref.com/read-16369.html fork 后如何保持同步 http://www.tuicool.com/articles/6vayqen git status 查看更改的文件 git diff 查看更改文件细节 git reflog 查看所有的提交记录 比较
阅读全文
posted @ 2016-12-09 11:22 木踢踢
阅读(639)
评论(0)
推荐(0)
2023年11月2日
mac重置
摘要:
阅读全文
posted @ 2023-11-02 14:10 木踢踢
阅读(7)
评论(0)
推荐(0)
2020年5月8日
linux 常用命令
摘要: curl 获取http内容sed 对文本进行正则处理 screen 多任务多窗口处理,暂时挂起任务 which [命令名称] (产看某个命令的所在目录)
阅读全文
posted @ 2020-05-08 16:22 木踢踢
阅读(158)
评论(0)
推荐(0)
2019年1月28日
react-native config.h is not found
摘要: Running into the same issue here after upgrading from 0.44. None of the above solutions or clearing caches did the trick for me. Here's what I did to
阅读全文
posted @ 2019-01-28 17:54 木踢踢
阅读(343)
评论(0)
推荐(0)
2018年10月8日
mac 10.14 Mojave 外接屏幕字体发虚
摘要: step 1 : 打开命令行 step 2 : 复制以下这行,并运行 defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO step 3 : 复制以下这行,并运行 defaults -currentHost write -gl
阅读全文
posted @ 2018-10-08 10:56 木踢踢
阅读(2681)
评论(0)
推荐(0)
2018年8月31日
好文章 列表
摘要: 定时器工作原理: http://www.phpweblog.net/rainman/archive/2009/01/05/6267.html https://johnresig.com/blog/how-javascript-timers-work/ virtual dom: https://git
阅读全文
posted @ 2018-08-31 10:44 木踢踢
阅读(92)
评论(0)
推荐(0)
2018年4月16日
深度拷贝
摘要: 分别对extend 和 clone 库进行了性能测试比对... 发现extend 贼牛逼 源码分析 : extend
阅读全文
posted @ 2018-04-16 09:46 木踢踢
阅读(111)
评论(0)
推荐(0)
2018年3月10日
React-Native 相关
摘要: 优化rn项目的几种简单的方式:
阅读全文
posted @ 2018-03-10 10:23 木踢踢
阅读(87)
评论(0)
推荐(0)
2018年1月20日
段子
摘要: 这一次,彻底弄懂 JavaScript 执行机制 Event Loop的规范和实现 JavaScript 原型链 JavaScript六种继承方式 数据属性和访问器属性
阅读全文
posted @ 2018-01-20 10:32 木踢踢
阅读(142)
评论(0)
推荐(0)
2018年1月11日
关于 Flow
摘要: Flow 一个 JAVASCRIPT 静态类型检测器 创建 .flowconfig 或者通过全局安装 flow,利用flow init 在项目的根目录 进行配置的初始化 (一般不需要进行额外的修改) 默认检测 统计目录下的所有文件 [include] : 需要检测的目录 [ignore] : 不需要
阅读全文
posted @ 2018-01-11 18:39 木踢踢
阅读(136)
评论(0)
推荐(0)
2017年10月10日
Web负载均衡的几种实现方式
摘要: 为什么域名访问比IP慢? https://www.zhihu.com/question/55707634?sort=created Web负载均衡的几种实现方式 http://blog.csdn.net/zhoudaxia/article/details/23672319
阅读全文
posted @ 2017-10-10 15:16 木踢踢
阅读(137)
评论(0)
推荐(0)
下一页
公告