上一页 1 ··· 3 4 5 6 7 8 9 下一页
修改utils.js配置 Read More
posted @ 2017-03-16 16:06 极·简 Views(777) Comments(0) Diggs(0) Edit
在.vue文件中img标签使用autofilename提示引入文件时,会在文件后面插入宽度高度,如下图: 文件后面会自动插入height和width,其实这两玩意儿在大多数时候并没卵用,然后就开始了百度之旅... 一番百度,github之后,并没有找到自己想要的答案,github上说可以配置afn_ Read More
posted @ 2017-03-15 17:12 极·简 Views(2219) Comments(0) Diggs(0) Edit
js取两个数字之间的随机数: 如:取1-10之间的随机数 parseInt(Math.random()*(10-1+1)+1)。 随机数介绍完成,下面粘贴随机密码算法(仅供参考): 欢迎大侠提出跟简单的算法。 Read More
posted @ 2016-09-06 10:41 极·简 Views(1463) Comments(0) Diggs(0) Edit
Git公钥C:\Users\Administrator\.ssh\id_rsa.pub查找公钥cd ~/.ssh列出文件ls克隆代码:git clone git@code.aliyun.com:....查看状态git status查看代码修改的内容git diff <file>比较某文件与最近提交节 Read More
posted @ 2016-08-18 10:44 极·简 Views(245) Comments(0) Diggs(0) Edit
apache设置(参考) 用 apache 的 mod_proxy 模块开启反向代理功能来实现: 1 修改 apache 配置文件 httpd.conf ,去掉以下两行前面 # 号 LoadModule proxy_module modules/mod_proxy.so LoadModule pro Read More
posted @ 2016-07-29 12:33 极·简 Views(1422) Comments(0) Diggs(0) Edit
远程调试工具 whistle (github)fiddler 浏览器调试工具 firebug插件chrome fiddler插件 Read More
posted @ 2016-07-08 10:28 极·简 Views(143) Comments(0) Diggs(0) Edit
同步发布: https://blog.jijian.link/2020-03-28/css3-filter-blur/ css3 的 filter 非常强大,在实际开发中也能提升逼格,比如 filter: blur 可以实现更优雅的弹窗遮罩。 先看效果: 效果主要用css3的滤镜属性实现,代码如下: Read More
posted @ 2016-06-20 17:14 极·简 Views(1441) Comments(0) Diggs(0) Edit
详细代码如下: 使用方法: Read More
posted @ 2016-06-13 15:39 极·简 Views(289) Comments(0) Diggs(0) Edit
简介:以前使用ST2里面的Sublime NFFT插件比较顺手,最近安装了ST3,但是Sublime NFFT插件不支持ST3,就下载了SublimeTmpl从模版新建文件插件。在使用时,习惯在侧边栏右击目录-新建模版文件,然后保存在右击的目录下。但是SublimeTmpl插件不支持这功能,非常蛋疼 Read More
posted @ 2016-06-06 12:19 极·简 Views(2895) Comments(0) Diggs(0) Edit
1. 安装sublime: 下载:http://www.sublimetext.com/3 添加命令行启动:设置环境变量->计算机->右键属性->高级系统设置->环境变量->系统变量->Path->编辑,加入";安装路径"(如:';D:\Program Files\Sublime Text 3',注 Read More
posted @ 2016-06-01 12:28 极·简 Views(6247) Comments(0) Diggs(0) Edit
上一页 1 ··· 3 4 5 6 7 8 9 下一页