上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: 1. 文档 https://mp.weixin.qq.com/debug/wxadoc/dev/index.html 直接下载开发者工具,就可以创建空项目了,注册账号有appID 2. 阅读全文
posted @ 2017-11-29 15:21 gyz418 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 下载安装git 进入 git bash git config --global user.name "Your Name"git config --global user.email "email@example.com" ssh-keygen -t rsa -C 'gyz418@126.com' 阅读全文
posted @ 2017-11-22 11:58 gyz418 阅读(265) 评论(7) 推荐(0) 编辑
摘要: npm 默认任务 npm test 、 npm start 其他任务要使用 npm run xxx 来执行,命令中的相对路径是相对于package.json npm scripts 阅读全文
posted @ 2017-09-29 10:54 gyz418 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 相应的 npm package 阅读全文
posted @ 2017-09-25 19:40 gyz418 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 鼠标手势 crxMouse Chrome™ Gestures Google翻译 json格式化 JSONView github展开文件夹 Octotree axure 原型 Axure RP Extension for Chrome clear Cache,clean cache, 清理缓存 谷歌访 阅读全文
posted @ 2017-09-20 17:54 gyz418 阅读(171) 评论(3) 推荐(0) 编辑
摘要: 2.模块:友情链接模块,投票模块等3.生成:更新html静态文件4.采集:抓取内容5.会员:6.模板: 默认模板管理 header.html footer.html 7.系统:改网站标题 首页样式 /uploads/templets/default/style/dedecms.css 先套内容模板- 阅读全文
posted @ 2017-09-20 14:54 gyz418 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 设置360为极速模式 <meta name='renderer' content='webkit'> css3超出隐藏 .ellipsis { // 超出一行 width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ell 阅读全文
posted @ 2017-09-19 14:28 gyz418 阅读(180) 评论(2) 推荐(0) 编辑
摘要: 变量、混合器、继承 a.scss _test.scss b.scss compass是sass的工具库,koala内置compass,需要添加config.rb文件, 添加后,把包含sass文件夹和config.rb的父文件夹重新拉到koala中,config.rb配置文件就生效了 config.r 阅读全文
posted @ 2017-08-30 14:29 gyz418 阅读(208) 评论(2) 推荐(0) 编辑
摘要: nuxt.js 1.4.0 vue的客户端渲染 1.WebAssembly 字节码技术 二进制3.postcss 解决前缀、使用最新css4.weex vue.js的app版,还是rn用得多 5. 美团 mpvue vue转wx小程序 6. 小程序框架 wepy https://segmentfau 阅读全文
posted @ 2017-08-30 14:09 gyz418 阅读(133) 评论(0) 推荐(0) 编辑
摘要: PS:有一小部分写在了 JS 2017了 JSON <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> IE8支持 JSON.stringify() <script 阅读全文
posted @ 2017-08-17 17:57 gyz418 阅读(181) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页