Being simple

Any fool can write code that computer can understand. Good programmers write codes that humans can understand.

常用链接

统计

.net

最新评论

04 2009 档案

perl中的ppm 安装包时,如果通过代理如何下载最新的包及离线安装的问题
摘要: 运行ppm之前先设置HTTP代理: set http_proxy=http://user@pass:proxy_server_ip:proxy_server_port再执行ppm install DBI即可. 这会从网上下载最新的DBI包进行安装。如果主机不能上网,则必须要先从网上下载DBI.zip, DBI-ODBC.zip等包,解压之后ppm install DBI.ppd 如果提示需要哪个包...阅读全文

posted @ 2009-04-08 11:25 margiex 阅读(589) | 评论 (0) 编辑