上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页
摘要: ![](http://images2017.cnblogs.com/blog/821507/201712/821507-20171229133539929-1936379436.png) ![](http://images2017.cnblogs.com/blog/821507/201712/821507-20171229133607132-1561940431.png) 阅读全文
posted @ 2017-12-29 13:36 _白马非马 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 1 docute 2 docsify 3 gitbook 4 hexo 阅读全文
posted @ 2017-12-25 14:38 _白马非马 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1 git remote v 查看有多少个远程仓库 2 git remote h 查看远程仓库支持的命令 3 git remote add kk url kk:你要添加的新的仓库名称 url 仓库地址 4 git push kk dev 把代码提交到 kk仓库 dev分支 阅读全文
posted @ 2017-12-22 16:27 _白马非马 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 本文主要对以下问题的思考 当我门开发一个h5页面时候,到底是 pc和h5共用一套页面 还是分开开发两套呢? 现象分析: 网易、淘宝等大厂 是 分开开发,也就是 pc一套,h5一套 拉钩。某些个人博客 公用一套 结论 需要分情况而定,像网易淘宝此类的pc端页面复杂的 是适合分开两套开发,因为h5和pc 阅读全文
posted @ 2017-12-19 10:49 _白马非马 阅读(3668) 评论(0) 推荐(0) 编辑
摘要: 扩展对象 Object.preventExtensions 不可增加, 可修改 可删除 Object.isExtensible 密封对象 Object.seal 不可增加, 可修改 不可删除 Object.isSealed 冻结对象 Object.freeze 不可增加, 不可修改 不可删除 Obj 阅读全文
posted @ 2017-12-18 11:25 _白马非马 阅读(348) 评论(0) 推荐(0) 编辑
摘要: "喜大普奔,开源地址,请猛戳我" [TOC] 1 登录 登录常见验证方式是token验证, 目前打算暂时用session验证 以后有时间研究token登录,并添加第三方登录 2 css变量的处理 //TODO: 一键换肤,白天黑夜模式 先占坑 颜色变量不要写死在单独某一个组件里面,方便以后统一换风格 阅读全文
posted @ 2017-12-17 16:58 _白马非马 阅读(6121) 评论(0) 推荐(0) 编辑
摘要: https://diamondfsd.com/ https://github.com/k55k32/cms front https://discipled.me/ https://github.com/DiscipleD/blog http://pingshao.wang/ https://gith 阅读全文
posted @ 2017-12-13 15:22 _白马非马 阅读(285) 评论(0) 推荐(0) 编辑
摘要: ~~~~ enum EventType { Mouse, Keyboard } interface Event { timestamp: number; } interface MouseEvent extends Event { xa : number; yb: number } interfac 阅读全文
posted @ 2017-12-13 10:58 _白马非马 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: 一般win7 或者 win10系统 我们系在的 iso文件 都是ghost的,是不能直接被虚拟机安装的, 1 在 cd/dvd 选项下 高级设置 把启动项改到最后一个 也就是 让系统从光驱或者u盘启动 2 这时重启虚拟机一般 到啦 安装引导界面 这时候我们选择 从 winpe 安装 进入winpe后 阅读全文
posted @ 2017-12-09 19:35 _白马非马 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1 nvm vim ~/.bashrc export NVM_NODEJS_ORG_MIRROR=http://npm.taobao.org/mirrors/node source ~/.bashrc nvm i stable 2 nrm npm install g nrm registry=htt 阅读全文
posted @ 2017-12-08 15:50 _白马非马 阅读(406) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页