02 2017 档案

摘要: 阅读全文
posted @ 2017-02-28 10:51 fleam 阅读(739) 评论(0) 推荐(0) 编辑
摘要:/** * UTF-8编码 GBK编码相互转换/(支持数组) * * @param array $str 字符串,支持数组传递 * @param string $in_charset 原字符串编码 * @param string $out_charset 输出的字符串编码 * @return array */ function array_iconv($str, $in_cha... 阅读全文
posted @ 2017-02-21 11:43 fleam 阅读(209) 评论(0) 推荐(0) 编辑
摘要:点击这个按钮,获得您的坐标: 试一下 阅读全文
posted @ 2017-02-21 09:24 fleam 阅读(170) 评论(0) 推荐(0) 编辑
摘要:在现在的网络服务中,OAuth2.0服务已经很普遍了,无论是facebook或者微博的第三方登录,还是手机APP登录,都有很广泛的应用。它主要的目的如下:如果用户的照片在A网站,他想要在B网站使用A网站的头像,并不需要向B网站提供自己在A网站的用户名和密码,而直接给B一个Access Token来获 阅读全文
posted @ 2017-02-17 16:48 fleam 阅读(1326) 评论(0) 推荐(0) 编辑
摘要:dim wsh set wsh=createobject("wscript.shell") wsh.run "notepad.exe" wsh.run "calc.exe" wsh.appactivate "notepad.exe" wsh.sendkeys"4" wsh.sendkeys"3" wsh.sendkeys"2" wsh.sendkeys"1" 阅读全文
posted @ 2017-02-17 10:52 fleam 阅读(186) 评论(0) 推荐(0) 编辑
摘要:服务端 thinkphp部分代码 客户端 原生php 流程 客户端用client_id请求服务端 服务端拿到client_id监测应用是否授权,如果应用授权则生成code值、token值,跳到客户端确认页 客户确认后,用code值换取token值,携带token值请求用户资源 参考:http://w 阅读全文
posted @ 2017-02-15 09:04 fleam 阅读(250) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mengxiangbaidu/article/details/6948721# 阅读全文
posted @ 2017-02-13 11:12 fleam 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-07 15:53 fleam 阅读(704) 评论(0) 推荐(0) 编辑