摘要:
昨天关闭了ESC,今天开启后服务器无法连接,尝试了重启也不行 排查:ssh无法连接,网页无法访问登录阿里云控制台远程连接 ssh无法连接,查看ssh是否开启ps -ef | grep sshd 查看nginx是否启动ps -ef | grep nginx nginx与sshd都未启动,说明linux 阅读全文
摘要:
js代码 <script type="text/javascript"> function get_next(t,pid){ //当前元素的id,当前option的value,一般都是id吧?反正我的是 $.ajax({ type: "POST", url: "/index.php?type=com 阅读全文
摘要:
function mkpath($path,$mode = 0777) { $path = str_replace("\\","_|",$path); $path = str_replace("/","_|",$path); $path = str_replace("__","_|",$path); 阅读全文
摘要:
function sendWechatmodel($openid,$data,$go_url)//接受消息的用户openid,发送的消息,点击详情跳转的url { $appid = $this->result["sites"]["appid"]; $secret = $this->result["s 阅读全文
摘要:
<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 阅读全文
摘要:
首先ajaxfileupload-jQuery.handleError is not a function这个错误,百度之后发现解决办法就是把 handleError: function( s, xhr, status, e ) { // If a local callback was specif 阅读全文