摘要:
sudo ln -s /Applications/MAMP/Library/bin/mysql /usr/local/bin/mysql 阅读全文
摘要:
http://blog.csdn.net/tom0915/article/details/78749870#t19 阅读全文
摘要:
## 知识点更新: ### navigator 包含浏览器的信息。http://www.w3school.com.cn/jsref/dom_obj_navigator.asp 常见用法:navigator.userAgent 返回userAgent头部, 例如 "Mozilla/5.0 (Macin 阅读全文
摘要:
http://www.cnblogs.com/coco1s/p/4833199.html 阅读全文
摘要:
https://github.com/kindsoft/kindeditor/pull/193/commits/7e6cde5adc8d105fb2888b038e8e9164a5dd2129 阅读全文
摘要:
将 放到 后面 阅读全文
摘要:
需要引入formidable和fs模块 fs.renameSync()方法写入文件夹 阅读全文
摘要:
PX特点 1. IE无法调整那些使用px作为单位的字体大小; 2. 国外的大部分网站能够调整的原因在于其使用了em或rem作为字体单位; px像素(Pixel)。相对长度单位。像素px是相对于显示器屏幕分辨率而言的。(引自CSS2.0手册) EM特点 1. em的值并不是固定的; 2. em会继承父 阅读全文
摘要:
如果你要在网站展示文章摘要,想要让访问者点击标题或者一个连接,鼓励他们继续阅读你的文章,wordpress让种技术变得简单,并且可自定义。 摘要基础 wordpress有2个方法可以显示摘要: 1.使用the_content()函数不变,在发布文章时,使用more标签,按照你希望的那样,截断正在编辑 阅读全文
摘要:
Node.js的文件系统的Api //公共引用 var fs = require('fs'), path = require('path'); 1、读取文件readFile函数 //readFile(filename,[options],callback); /** * filename, 必选参数 阅读全文
摘要:
1. npm install moment --save 2. main.js import moment from 'moment' Vue.prototype.$moment = moment 之后,在其他组件当中,使用 this.$moment 阅读全文
摘要:
如果不考虑IE9的兼容,可以考虑用https://github.com/surmon-china/vue-quill-editor 或者兼容IE9,用https://github.com/ff755/vue-kindeditor 阅读全文
摘要:
1. command + p 输入 >code 选择第一项,会把code指令添加到全局环境变量,以后在命令行中输入code 自动调出vscode 2. 打开一个markdown文件, command+shift+v 会跳出markdown的预览文件,再点击编辑器右上角的分屏按钮Split Edito 阅读全文
摘要:
# lemp install tutorial for centos 6## step 1rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm rpm -Uvh https://mirror.w 阅读全文
摘要:
Scrapy install for centos6 step 1 yum install gcc gcc-c++ zlib zlib-devel openssl openssl-devel sqlite sqlite-devel step 2 wget https://pypi.python.or 阅读全文
摘要:
http://blog.csdn.net/xh16319/article/details/39276053 阅读全文