上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: http://jsrun.net/CGiKp/edit 在线案例 阅读全文
posted @ 2017-11-27 18:02 顺其自然²º¹? 阅读(1770) 评论(0) 推荐(0) 编辑
摘要: 我对webpack.config理解是 新建一个index.html 引用打包好的bundle的js文件。 你可以在新建app文件,app中里可以有若个。 比如index.js var react=require("react"); var alert=require("./children/com 阅读全文
posted @ 2017-10-14 15:07 顺其自然²º¹? 阅读(172) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2017-09-12 11:43 顺其自然²º¹? 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 1、pc家长慕课 www.jiazhangmooc.com 2、h5直播分享 http://t.cn/Rpz8iPt (涉及微信开发需要验证) 3、h5家长慕课 m.jiazhangmooc.com 4、四川项目 http://www.scjtjy.org.cn/ 5、山东项目 http://sd. 阅读全文
posted @ 2017-09-07 10:42 顺其自然²º¹? 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1、请求ajax方式一定要在Vue methods或creads里去请求。 方便做下拉刷新数据 。 2、多看看vue源码。 3、多写tab常项,h5下拉滚动,pc分页效果,回到顶部,提高熟悉vue需求。 vue加载数据例子:https://ltaoo.github.io/ife/fakeVue/vu 阅读全文
posted @ 2017-08-30 14:42 顺其自然²º¹? 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1、新手第一次输入中文 遇到乱码的问题 # -*- coding: utf-8 -*- print(u'中文') print(U"中文") 只要在汉字前面加一个u大小不限 就可以解决。 有待后续。努力学习中。 # -*- coding: utf-8 -*- print(u'中文') print(U" 阅读全文
posted @ 2017-08-24 10:25 顺其自然²º¹? 阅读(127) 评论(0) 推荐(0) 编辑
摘要: https://webpack.bootcss.com/get-started/ 按上面的教程webpack 报错提示有绝对路径 只要加__dirname 就行了 文档都不够详细啊 因为package.json 里的 "webpack": "^3.0.0-rc.2" 改版了 之前的webpack@2 阅读全文
posted @ 2017-08-16 22:00 顺其自然²º¹? 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 打开node_modules\gulp-rev\index.js 第144行 manifest[originalFile] = revisionedFile; 更新为: manifest[originalFile] = originalFile + '?v=' + file.revHash; 打开n 阅读全文
posted @ 2017-08-08 14:02 顺其自然²º¹? 阅读(361) 评论(0) 推荐(0) 编辑
摘要: http://203.195.235.76/jssdk/#menu-webview 微信JS-SDK demo https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=jsapisign 微信js接口签名校验工具 做移动页面要加入微信官方的jssdk的 js 阅读全文
posted @ 2017-06-24 18:02 顺其自然²º¹? 阅读(3925) 评论(0) 推荐(0) 编辑
摘要: 对象-数组-字符串: 例如: var data = { user:”userName”, pass:”12121” };//这是一个对象 如果要给这个data 对象追加一个属性就比如: new Date( ).getTime( );//获取当前时间到那个时间的时间间隔单位是毫秒; data.time 阅读全文
posted @ 2017-06-24 10:52 顺其自然²º¹? 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页