上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 31 下一页
摘要: ``` - python md5校验: https://blog.csdn.net/linda1000/article/details/17581035 import hashlib hashlib.md5(fcont).hexdigest() - python改变当前目录: https://blog.csdn.net/flying881114/article/details/6224266 o... 阅读全文
posted @ 2018-06-26 15:39 mmaotai 阅读(108) 评论(0) 推荐(0) 编辑
摘要: Ext JS 经常会遇到布局等头疼的问题,一直在用bootstrap,但是我不喜欢这玩意出的效果想找个合适的js架构入手 http://examples.sencha.com/extjs/6.6.0/examples/admin dashboard/ dashboard http://example 阅读全文
posted @ 2018-06-25 14:38 mmaotai 阅读(324) 评论(0) 推荐(0) 编辑
摘要: js中编码问题 https://www.haorooms.com/post/js_escape_encodeURIComponent 我在前端js添加时候创建dom时候,有汉字,发现是乱码就研究了下 针对字符编码 针对url汉字编码 js字符串格式化 我在前端js添加时候创建dom时候, 发现能不能 阅读全文
posted @ 2018-06-20 22:46 mmaotai 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 我们打算要做这几个模块 安装环境 选择 "图标" 逐次选择好 新建那几个vue组件 第二版: Tab.vue隔离 Tab.vue App.vue 阅读全文
posted @ 2018-05-21 22:31 mmaotai 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 正常vue cli这样操作就ok了 "vue cli github" 但是由于gfw原因,不一定能下载 vue init webpack my project //中间的webpack实际上是git clone https://github.com/vuejs templates/webpack到 阅读全文
posted @ 2018-05-20 22:14 mmaotai 阅读(203) 评论(0) 推荐(0) 编辑
摘要: "[vue]全局组件和局部组件(嵌套+props引用父组件数据)" "[vue]组件篇" "[vue]组件的创建(componet)和销毁(keep alive缓存)和父子dom同步nextTick" "[vue]实现父子组件数据双向绑定" "[vue]render函数渲染组件" "[vue]web 阅读全文
posted @ 2018-05-20 13:54 mmaotai 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 前端打包是什么概念呢? 我们用 "webpack" 工具对js,css,甚至图片进行打包. es6的语法js模块化用法(仅支持chrome) 按照py的逻辑,诸多的js被main.js调用,然后在html引入,就可以实现js的模块化开发,(互相的导入使用es6的语法), 谷歌浏览器可以识别es6,但 阅读全文
posted @ 2018-05-19 17:50 mmaotai 阅读(387) 评论(0) 推荐(0) 编辑
摘要: webstrom调试未授权问题解决 分es6语法和node语法 "参考" "参考" export时候不写名称 类比下node的export 关于默认的index.js的特殊处理 导入index.js时候不用写index.js名字 demo/build/index.js demo/config/tes 阅读全文
posted @ 2018-05-19 14:03 mmaotai 阅读(2356) 评论(0) 推荐(0) 编辑
摘要: 修改button样式, 阅读全文
posted @ 2018-05-14 09:15 mmaotai 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 研究生命周期最佳方法, js+chrome提供的debugger断点调试. "参考" mounted上的方法 {{msg}} {{a}} 阅读全文
posted @ 2018-05-13 22:07 mmaotai 阅读(228) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 31 下一页