会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
朱德朝
博客园
首页
新随笔
联系
订阅
管理
2015年7月7日
终端命令
摘要: #ctrl + l- 清屏 。 cLear#ctrl + c- 终止命令。#ctrl + d- 退出 shell,好像也可以表示EOF。#ctrl + z- 将当前进程置于后台,fg还原。#ctrl + r- 从命令历史中找 。 Reverse-i-search#ctrl + a- 光标移到行首 。...
阅读全文
posted @ 2015-07-07 14:32 朱德朝
阅读(165)
评论(0)
推荐(0)
2015年6月12日
php curl
摘要: sudo apt-get install php5-curl重启apache
阅读全文
posted @ 2015-06-12 13:19 朱德朝
阅读(113)
评论(0)
推荐(0)
2015年6月8日
一个IP支持多个网站实例(Apache2、Ubuntu相关)
摘要: http://www.blogjava.net/Andyluo/archive/2009/08/24/21821.htmlhttp://blog.csdn.net/zltianhen/article/details/7784193
阅读全文
posted @ 2015-06-08 13:24 朱德朝
阅读(182)
评论(0)
推荐(0)
2015年6月5日
c 连接数据库 mysql
摘要: sudo apt-get install mysql-server mysql-client再装开发包代码:sudo apt-get install libmysqlclient15-dev安装完以后,C代码里添加头文件代码:#include 编译方法:代码:gcc $(mysql_config -...
阅读全文
posted @ 2015-06-05 16:26 朱德朝
阅读(149)
评论(0)
推荐(0)
2015年5月28日
ubuntu 升级命令
摘要: apt-get update && apt-get dist-upgrade
阅读全文
posted @ 2015-05-28 12:44 朱德朝
阅读(118)
评论(0)
推荐(0)
2015年5月27日
JQuery 绑定回车事件 兼容ie8,ie9
摘要: $("#form-search").find('#search-query').bind('keypress', function(e) { var keycode; if(window.event){ keycode = e.keyCode; //IE ...
阅读全文
posted @ 2015-05-27 13:55 朱德朝
阅读(661)
评论(0)
推荐(0)
2015年5月25日
ubuntu 解压,压缩
摘要: .rar解压:rar x FileName.rar压缩:rar a FileName.rar DirName
阅读全文
posted @ 2015-05-25 09:08 朱德朝
阅读(88)
评论(0)
推荐(0)
2015年5月21日
login-登录
摘要: Insert title here Log In Forgot your password?Register
阅读全文
posted @ 2015-05-21 13:09 朱德朝
阅读(399)
评论(0)
推荐(0)
2015年5月18日
smarty 的学习----ubuntu下初步配置
摘要: 转自:http://blog.csdn.net/ma332567575/article/details/7904124首先去www.smarty.net下载最新版的Smarty把下载后的压缩包在网站根目录下解压tar -zxvf myindex Smarty.tar.gz把解压后的文件夹中的libs...
阅读全文
posted @ 2015-05-18 22:20 朱德朝
阅读(162)
评论(0)
推荐(0)
Ubuntu Apache 伪静态配置 url重写 步骤
摘要: 1.加载rewrite模块sudo ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load2.将您的主机的中的AllowOverride None改为AllowOverride All...
阅读全文
posted @ 2015-05-18 17:38 朱德朝
阅读(443)
评论(0)
推荐(0)
下一页
公告