会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
程序媛浮浮浮
博客园
首页
新随笔
联系
订阅
管理
2018年6月15日
排查服务器异常
摘要: 昨天关闭了ESC,今天开启后服务器无法连接,尝试了重启也不行 排查:ssh无法连接,网页无法访问登录阿里云控制台远程连接 ssh无法连接,查看ssh是否开启ps -ef | grep sshd 查看nginx是否启动ps -ef | grep nginx nginx与sshd都未启动,说明linux
阅读全文
posted @ 2018-06-15 16:17 我没保存
阅读(188)
评论(0)
推荐(0)
2017年1月4日
ajax加php实现三级联动
摘要: js代码 <script type="text/javascript"> function get_next(t,pid){ //当前元素的id,当前option的value,一般都是id吧?反正我的是 $.ajax({ type: "POST", url: "/index.php?type=com
阅读全文
posted @ 2017-01-04 18:00 我没保存
阅读(268)
评论(0)
推荐(0)
2016年12月29日
一个递归创建文件夹的方法
摘要: function mkpath($path,$mode = 0777) { $path = str_replace("\\","_|",$path); $path = str_replace("/","_|",$path); $path = str_replace("__","_|",$path);
阅读全文
posted @ 2016-12-29 10:07 我没保存
阅读(628)
评论(0)
推荐(0)
php调用微信发送自定义模版接口
摘要: function sendWechatmodel($openid,$data,$go_url)//接受消息的用户openid,发送的消息,点击详情跳转的url { $appid = $this->result["sites"]["appid"]; $secret = $this->result["s
阅读全文
posted @ 2016-12-29 09:58 我没保存
阅读(307)
评论(4)
推荐(0)
2016年12月20日
php实现调用微信上传照片然后保存至服务器与数据库
摘要: <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> <script type="text/javascript"> wx.config({ //debug: true, appId: '{{$sites.appi
阅读全文
posted @ 2016-12-20 12:31 我没保存
阅读(4886)
评论(0)
推荐(0)
2016年12月16日
ajaxfileupload踩过的坑
摘要: 首先ajaxfileupload-jQuery.handleError is not a function这个错误,百度之后发现解决办法就是把 handleError: function( s, xhr, status, e ) { // If a local callback was specif
阅读全文
posted @ 2016-12-16 16:11 我没保存
阅读(551)
评论(0)
推荐(0)
公告