会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Scott Jeremy-用代码改变世界
你需要非常努力,才能显得毫不费力
首页
新随笔
管理
上一页
1
2
3
2016年8月24日
Ajax获取服务器信息
摘要: 1 xhr.onreadystatechange = function(){ 2 if (xhr.readyState == 4){ 3 if ((xhr.status >= 200 && xhr.status < 300) || xhr.status == 304){ 4 alert(xhr...
阅读全文
posted @ 2016-08-24 23:29 Scott-Jeremy
阅读(425)
评论(0)
推荐(0)
2016年8月20日
Ubuntu上安装PHP环境-mysql+apache+php-Linux操作系统
摘要: 安装MYSQL 1. sudo apt-get install mysql-server 或者 apt-get isntall mysql-client 2. 安装过程中会提示设置密码,注意设置了不要忘了。 3.安装完成后检测是否安装成功:sudo netstat -tap | grep mysql
阅读全文
posted @ 2016-08-20 01:43 Scott-Jeremy
阅读(781)
评论(0)
推荐(0)
Ubuntu彻底删除/卸载mysql,php,apache
摘要: 一、卸载删除 mysql 1 sudo apt-get autoremove --purge mysql-server-5.02 sudo apt-get remove mysql-server3 sudo apt-get autoremove mysql-server4 sudo apt-get
阅读全文
posted @ 2016-08-20 00:46 Scott-Jeremy
阅读(6378)
评论(0)
推荐(0)
上一页
1
2
3
公告