摘要:
yum install mercurial 阅读全文
posted @ 2010-05-12 11:45
lexus
阅读(431)
评论(0)
推荐(0)
摘要:
yum install mercurial 阅读全文
posted @ 2010-05-12 11:45
lexus
阅读(431)
评论(0)
推荐(0)
摘要:
* 如何直接解压.tar.gz文件 * 分类:备份恢复 | Oracle 作者:Linux宝库 来自:Linux教程 发布时间:2008年12月31日您是本文的第42841位读者本文来自:Linux教程 -- http://doc.linuxpk.com/50046.html如有不明白之处,欢迎参加社区讨论 xxxx.tar.gz文件使用tar带zxvf参数,可以一次解压开。XXXX为文件... 阅读全文
posted @ 2010-05-12 11:40
lexus
阅读(263)
评论(0)
推荐(0)
摘要:
user www-data;worker_processes 1;error_log /var/log/nginx/error.log;pid /var/run/nginx.pid;events { worker_connections 1024; # multi_accept on;}http { include /etc/nginx/mime.types; server { resolver ... 阅读全文
posted @ 2010-05-12 11:06
lexus
阅读(337)
评论(0)
推荐(0)
摘要:
http://hi.baidu.com/pnalson/blog/item/1aba58f0d3870bc97831aad5.html 或者,你可以在终端下输入如下内容来安 装.deb文件 卸载.deb文件,可以使用Adept, 或输入: 阅读全文
posted @ 2010-05-12 10:37
lexus
阅读(345)
评论(0)
推荐(0)
摘要:
http://blog.chinaunix.net/u/7217/showart_189768.htmlvi ~/.bash_profilehttp_proxy="http://192.168.1.7:81"export http_proxy 阅读全文
posted @ 2010-05-12 09:53
lexus
阅读(393)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/ghychina/archive/2009/08/24/4476943.aspx在CentOS上安装Git非常方便,可以安装EPEL,这是一个由Fedora 社区打造,由为RHEL及衍生发行版提供高质量软件的项目,里面有软件还是比较丰富的,默认的没有git。。。。我的CentOS版本是5.2,执行下面命令安装该库: sudo rpm -Uvh http:/... 阅读全文
posted @ 2010-05-12 09:41
lexus
阅读(194)
评论(0)
推荐(0)
摘要:
http://www.techiecorner.com/113/centos-install-yum-fastest-mirror-plugin-for-faster-connection-update/yum fastest mirror plugin (yum-plugin-fastestmirror) sound interesting? Want to try? To install yu... 阅读全文
posted @ 2010-05-12 09:39
lexus
阅读(294)
评论(0)
推荐(0)
摘要:
關於 Server Keys 的紀錄資料: ~/.ssh/known_hosts 如果您剛剛有研究過 SSH 的連線流程的話,會發現到當 client 端接受來自 server 端的 public key 之後,會主動的比對這支 Key 的正確性。而比對的檔案是 ~/.ssh/known_hosts 。 若是接受到的這支 public key 並沒有被紀錄在這檔案內,那... 阅读全文
posted @ 2010-05-12 09:25
lexus
阅读(235)
评论(0)
推荐(0)
摘要:
QQREADER226F83CC564FCCCFqq 阅读全文
posted @ 2010-05-11 23:43
lexus
阅读(265)
评论(0)
推荐(0)
摘要:
var ht={}$.each(json_result,function(i,e){$.each(e,function(i,e){ console.info(e["site"]); console.info(e["type"]); console.info(e["link"]); $(e).attr("site","ssss"); console.info($(e).attr("site")); ... 阅读全文
posted @ 2010-05-11 19:03
lexus
阅读(133)
评论(0)
推荐(0)
摘要:
http://blog.mondlab.com/python/centos-python-2-6-4-install 阅读全文
posted @ 2010-05-11 19:03
lexus
阅读(346)
评论(0)
推荐(0)
摘要:
http://www.stockvault.net/tutorials/photoshop_45degree_line_pattern.php 阅读全文
posted @ 2010-05-11 13:07
lexus
阅读(190)
评论(0)
推荐(0)
摘要:
$([1,2,3]).each(function(i,e){console.info(i);console.info(e);});$([1,2,3]).each(function(e){console.info(e);}).get(0);$([1,2,3]).each(function(e){console.info(e);}); 阅读全文
posted @ 2010-05-10 15:04
lexus
阅读(159)
评论(0)
推荐(0)
摘要:
国产山寨连锁餐饮最近有抬头之势,不过连招牌菜都做的没有小店好,这个就有问题了, 阅读全文
posted @ 2010-05-09 14:25
lexus
阅读(204)
评论(0)
推荐(0)
摘要:
var ht={}$.each(json_result,function(i,e){$.each(e,function(i,e){ console.info(e["site"]); console.info(e["type"]); console.info(e["link"]); $(e).attr("site","ssss"); console.info($(e).attr("site")); ... 阅读全文
posted @ 2010-05-09 08:42
lexus
阅读(209)
评论(0)
推荐(0)
摘要:
var ht={}$.each(json_result,function(i,e){$.each(e,function(i,e){ console.info(e["site"]); console.info(e["type"]); console.info(e["link"]); $(e).attr("site","ssss"); console.info($(e).attr("site"));}... 阅读全文
posted @ 2010-05-09 08:00
lexus
阅读(206)
评论(0)
推荐(0)
摘要:
http://hi.baidu.com/zjw0358/blog/item/43b89f2599618a6334a80ffe.htmlimport hashliba="haha"print hashlib.md5(a).hexdigest()print hashlib.sha1(a).hexdigest() 阅读全文
posted @ 2010-05-08 14:56
lexus
阅读(215)
评论(0)
推荐(0)
摘要:
http://markmail.org/message/evkgcdnct3jfnrli#query:related%3Aevkgcdnct3jfnrli+page:1+mid:z2ry45oagt6n56du+state:results 阅读全文
posted @ 2010-05-08 14:49
lexus
阅读(357)
评论(0)
推荐(0)
摘要:
问题定义:本质要解决的问题:有没有可以变通替代的方法:相关的约束:解决的步骤: 阅读全文
posted @ 2010-05-08 08:12
lexus
阅读(163)
评论(0)
推荐(0)
|