惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
罗磊的独立博客
SecWiki News
SecWiki News
The Register - Security
The Register - Security
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
S
Schneier on Security
IT之家
IT之家
博客园 - 聂微东
T
The Exploit Database - CXSecurity.com
Recorded Future
Recorded Future
大猫的无限游戏
大猫的无限游戏
Know Your Adversary
Know Your Adversary
Latest news
Latest news
Vercel News
Vercel News
G
GRAHAM CLULEY
D
DataBreaches.Net
D
Darknet – Hacking Tools, Hacker News & Cyber Security
S
SegmentFault 最新的问题
博客园_首页
雷峰网
雷峰网
T
Tenable Blog
Spread Privacy
Spread Privacy
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
酷 壳 – CoolShell
酷 壳 – CoolShell
Cisco Talos Blog
Cisco Talos Blog
V
Visual Studio Blog
J
Java Code Geeks
博客园 - Franky
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
C
CERT Recently Published Vulnerability Notes
T
Threatpost
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
P
Privacy International News Feed
T
Threat Research - Cisco Blogs
T
The Blog of Author Tim Ferriss
V
Vulnerabilities – Threatpost
Recent Announcements
Recent Announcements
Blog — PlanetScale
Blog — PlanetScale
Security Latest
Security Latest
U
Unit 42
M
MIT News - Artificial intelligence
Y
Y Combinator Blog
K
Kaspersky official blog
有赞技术团队
有赞技术团队
B
Blog
腾讯CDC

博客园 - zhumao-2

perl将json转换成xml cnblogs终于把以前内容的管理权还给我了~ 曙光服务器千兆光纤网卡安装 RichCopy 3.5 过期?自己想办法~ 将linux密码存储到OpenLDAP里面=OpenLDAP Everywhere Revisited C语言操作OpenLDAP Perl操作OpenLDAP(未测试) 心得共享:Oracle经验技巧集锦 [From CU] 使用Perl生成usmarc记录 牛郎织女 Perl中的trim函数 在 Perl 中使用内联 perl中的特殊内置变量(转) 从网页中提取链接(转载) 在指定文件夹中的文件中查找包含指定字符的行(这个小东西不错[Perl]) 打开.bz2文件 Windows 能干而 Linux 干不了的事情,那就是不需要干的事情 Linux下用Perl产生新的EXCEL文档 RPM包强制删除
关于DBI->connect ($dsn, $db_user, $db_pass, { RaiseError =>1, PrintError => 0}) - zhumao-2
zhumao-2 · 2006-03-16 · via 博客园 - zhumao-2

未︶︵︶知() 09:30:12
 use DBI;
     19 my $dsn = "DBI:mysql:database=statistic;host=localhost;mysql_socket=/data/db/mysql/mysql.sock";
     20 my $db_user = "statistic";
     21 my $db_pass = "statistic";
     22 my $dbh = DBI->connect ($dsn, $db_user, $db_pass, { RaiseError =>1, PrintError => 0});
  _  () 09:37:23
找不到了。
未︶︵︶知() 09:30:23
给我解释一下 22行
未︶︵︶知() 09:30:25
谢谢
  _  () 09:38:13
有这么复杂吗?
未︶︵︶知() 09:31:34
解释一下
  _  () 09:38:50
怎么了?
未︶︵︶知() 09:32:42
哥哥,给我解释一下 22行
未︶︵︶知() 09:32:43
的意思
  _  () 09:40:06
格式就是那样,怎么解释?
未︶︵︶知() 09:33:27
{ RaiseError =>1, PrintError => 0}
未︶︵︶知() 09:33:33
什么意思吗
 
  _  () 09:40:46
晕死,照写啊!
  _  () 09:40:52
看手册 
 
未︶︵︶知() 09:35:20

  _  () 09:42:40
Reference to a hash of attribute values passed to methods 
  _  () 09:43:14
http://search.cpan.org/~timb/DBI-1.50/DBI.pm
在这里有说明