2018年3月20日
摘要: npm install webpack@3.10.0 #vue+webpack ##支持: ### es6 图片压缩base64 scss vue模板 npm install webpack@3.10.1 -g npm install npm start http://localhost:8080/ 阅读全文
posted @ 2018-03-20 14:55 feixiangsnail 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 我的电脑-右击-管理-iis管理-Default Web Site右击-编辑绑定 https://jingyan.baidu.com/article/49711c6178b502fa441b7ce5.html 阅读全文
posted @ 2018-03-20 11:07 feixiangsnail 阅读(265) 评论(0) 推荐(0) 编辑
  2018年3月7日
摘要: 1.http://blog.csdn.net/qtfying/article/details/78665664 阅读全文
posted @ 2018-03-07 17:46 feixiangsnail 阅读(88) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000008745531 阅读全文
posted @ 2018-03-07 16:06 feixiangsnail 阅读(79) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/22880087 https://www.cnblogs.com/accumulater/p/7110811.html https://www.cnblogs.com/bindong/p/6045957.html 阅读全文
posted @ 2018-03-07 09:31 feixiangsnail 阅读(106) 评论(0) 推荐(0) 编辑
  2018年3月5日
摘要: var http = require('http'); var data = {key: 'value', hello: 'world'}; var server = http.createServer(function (req, res) { res.writeHead(200,{"Conten 阅读全文
posted @ 2018-03-05 17:12 feixiangsnail 阅读(261) 评论(0) 推荐(0) 编辑
  2018年2月12日
摘要: 1、打开wampserver下phpmyadmin的目录在D:\wamp\apps\下 D:\wamp\apps\phpmyadmin4.1.14 2、找到config.inc.php文件,打开修改要连接的远程MySQL的host,user和password,更改这3个信息即可 其中必须保证数据库有 阅读全文
posted @ 2018-02-12 17:25 feixiangsnail 阅读(1054) 评论(0) 推荐(0) 编辑
  2018年2月11日
摘要: Win+R 打开运行,输入regedit,打开注册表,找到HKEY_CLASSES_ROOT\*\shell分支,如果没有shell分支,则在*下点击右键,选择“新建-项”,建立shell分支。 在shell下新建“VisualCode”项,在右侧窗口的“默认”键值栏内输入“open with vi 阅读全文
posted @ 2018-02-11 12:57 feixiangsnail 阅读(301) 评论(0) 推荐(0) 编辑
  2018年2月10日
摘要: css: [v-cloak] {display:none !important; } html:<div id="app" v-cloak> {{ msg}} </div> 阅读全文
posted @ 2018-02-10 10:00 feixiangsnail 阅读(183) 评论(0) 推荐(0) 编辑
  2018年2月9日
摘要: 1.用node操作mysql首先装mysql,这里我为了省事,直接用的wampserver的phpmyadmin,登录进去(首次登录账号是root,密码好像是空),进去设置下密码,创建一个数据库,一张表。记得编码格式 2.贴代码吧,有一大部分是抄别人的(侵权请告诉我) var express = r 阅读全文
posted @ 2018-02-09 18:33 feixiangsnail 阅读(201) 评论(0) 推荐(0) 编辑