摘要: http://note.youdao.com/noteshare?id=7273b858fc12873ad092979e4ba173a7&sub=WEB334fdcf50b507ad935492a33462c5366 阅读全文
posted @ 2017-01-07 18:07 刺瑰 阅读(170) 评论(0) 推荐(0)
摘要: http://note.youdao.com/noteshare?id=f14cbf88b30e1e3a63ec5a735ce52922&sub=53576631037A4C1A89EA7945C9B1C0A9 阅读全文
posted @ 2017-01-07 18:02 刺瑰 阅读(113) 评论(0) 推荐(0)
摘要: 要下载的文件比较大,如果直接传输的话慢的要死 先将要下载的文件打包 tar zcvf wwwroot.tar.gz(压缩文件名) 要压缩的文件夹 再执行下载 sz wwwroot.tar.gz 会弹出框选择本地文件夹 OK了!!! 上传 rz wwwroot.tar.gz 阅读全文
posted @ 2016-09-08 20:34 刺瑰 阅读(698) 评论(0) 推荐(0)
摘要: 当运行程序时,会出现如下警告: Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or 阅读全文
posted @ 2016-09-07 15:00 刺瑰 阅读(3006) 评论(0) 推荐(0)
摘要: 先在 cd /usr/local/nginx/conf 目录下找到 nginx.conf 文件 是根据 http://www.linuxidc.com/Linux/2013-03/81738.htm 配置的 根据这个配置文件在相应目录建立文件夹(如 /home) 上传文件到相应文件夹 然后开始配置相 阅读全文
posted @ 2016-09-06 12:44 刺瑰 阅读(197) 评论(0) 推荐(0)
摘要: var target = encodeURI('我测试'); //--> target = %E6%88%91%E6%B5%8B%E8%AF%95 var afterConvert = decodeURI('%E6%88%91%E6%B5%8B%E8%AF%95'); //--> afterConv 阅读全文
posted @ 2016-09-05 17:17 刺瑰 阅读(194) 评论(0) 推荐(0)
摘要: config.xml index.php 阅读全文
posted @ 2016-09-05 14:50 刺瑰 阅读(129) 评论(0) 推荐(0)
摘要: 浏览器直接访问接口时会弹出账号密码框 当用程序调用时需要加入 curl_setopt($ch, CURLOPT_USERPWD, "$username:$password"); 链接要使用双引号,包含的双引号要用转译,不能用单引号代替。 代码如下 另外 发现一篇不错的文章分享一下 http://bl 阅读全文
posted @ 2016-09-03 18:28 刺瑰 阅读(260) 评论(0) 推荐(0)