会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
layfork
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
31
下一页
2017年7月23日
shell脚本
摘要: 删除文件 http://www.cnblogs.com/peida/archive/2013/03/25/2980121.html 执行shell /we/test.sh
阅读全文
posted @ 2017-07-23 18:18 layfork
阅读(107)
评论(0)
推荐(0)
2017年7月22日
linux查找文件命令
摘要: (2)find /etc -name httpd.conf #在/etc目录下文件httpd.conf
阅读全文
posted @ 2017-07-22 08:13 layfork
阅读(157)
评论(0)
推荐(0)
2017年7月21日
composer的安装
摘要: http://www.cnblogs.com/bean-sprout/p/6377085.html
阅读全文
posted @ 2017-07-21 21:07 layfork
阅读(144)
评论(0)
推荐(0)
2017年7月13日
restful的nginx配置方法
摘要: location /{ root /webserver/www/a.tk.com; index index.html index.htm index.php; ...
阅读全文
posted @ 2017-07-13 18:59 layfork
阅读(4828)
评论(0)
推荐(0)
2017年7月11日
api调用安全
摘要: 直接传 key 简直就是多此一举啊,随便监听一下网络就能把你的 key 盗走。 最简单的方式是使用签名,各大开放平台都是这样做的,性能好,安全性不错。 签名基本原理是通过 key/secret 的实现: 1, 服务器负责为每个客户端生成一对 key/secret ( key/secret 没有任何关系,不能相互推算),保存,并告知客户端。 2, 当客户端调用 api 时,根据某种规则将...
阅读全文
posted @ 2017-07-11 13:54 layfork
阅读(277)
评论(0)
推荐(0)
2017年7月8日
PHP设置Cookie的HTTPONLY属性
摘要: http://blog.sina.com.cn/s/blog_582246d20100jkz8.html
阅读全文
posted @ 2017-07-08 15:06 layfork
阅读(1184)
评论(0)
推荐(0)
2017年7月7日
php的异常处理
摘要: https://my.oschina.net/sallency/blog/837615
阅读全文
posted @ 2017-07-07 21:55 layfork
阅读(115)
评论(0)
推荐(0)
php错误报告
摘要: 需要配置2个环境
阅读全文
posted @ 2017-07-07 20:37 layfork
阅读(119)
评论(0)
推荐(0)
2017年6月27日
restful设计
摘要: uri写法 https://api.xxx.com/v1/users/5 或者https://xx.xxx.com/api/v1/users/5 method GET,POST(add new),PUT(update),Delete 实现实例 http://www.cnblogs.com/luyuc
阅读全文
posted @ 2017-06-27 15:55 layfork
阅读(106)
评论(0)
推荐(0)
2017年6月26日
vue基础教程
摘要: 1.执行npm install 2.安装stylus,(npm install之后node_module已经有了stylus,但还是要再安装一次) npm install --save-dev stylus-loader stylus安装了之后,应该就可以直接在vue文件中写stylus了 3.配置
阅读全文
posted @ 2017-06-26 10:21 layfork
阅读(323)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
31
下一页
公告