摘要: 今天在ubuntu上遇见这个问题。应该是我的第一分区太小了。 解决的方法: bey0nd@wzw:/var$ cd /var bey0nd@wzw:/var$ rm -rf log 我们删除日志文件 bey0nd@wzw:/var$ /etc/init.d/mysql start 在开启mysql就 阅读全文
posted @ 2017-05-10 11:43 clnchanpin 阅读(1099) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<stack> #include<vector> using namespace std; #define maxn 7500 #def 阅读全文
posted @ 2017-05-10 10:44 clnchanpin 阅读(342) 评论(0) 推荐(0)
摘要: 常常写脚本的人。有时候会用到$ajax,有时候也会用到$post和$get,这几个方法都是用来从Webserver上获取静态的数据文件。 jQuery对ajax操作进行了封装,在jquery中$.ajax()方法属于最底层的方法,第2层是load()、$.get()和$.post()方法。第3层是$ 阅读全文
posted @ 2017-05-10 10:07 clnchanpin 阅读(188) 评论(0) 推荐(0)