Chinaunix首页 | 论坛 | 博客
  • 博客访问: 654234
  • 博文数量: 121
  • 博客积分: 1425
  • 博客等级: 中尉
  • 技术积分: 2059
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-03 15:34
文章分类

全部博文(121)

文章存档

2018年(1)

2017年(2)

2016年(1)

2015年(11)

2014年(14)

2013年(47)

2012年(45)

发布时间:2014-11-07 14:56:33

......【阅读全文】

阅读(1428) | 评论(0) | 转发(0)

发布时间:2014-11-06 15:21:33

(key是索引,constraint是约束,foreign key是外键,references是应用什么表的主键)create table tb_user_role(id_user int(10) not null,key id_user(id_user),constraint id_user foreign key (id_user) references user_table (id))engine=Innodb default charset=utf8;......【阅读全文】

阅读(1198) | 评论(0) | 转发(0)

发布时间:2014-09-03 15:45:19

postgresql for linux安装 下载目录http://www.postgresql.org/ftp/source/#tar -zxf postgresql-9.3.5.tar.gz#cd postgresql-9.3.5# ./configure --prefix=path#make && make install#useradd postgres#chown -R postgres:postgres(postgresql安装路径)-------------------------------------------------.........【阅读全文】

阅读(1187) | 评论(0) | 转发(0)

发布时间:2014-08-01 14:33:37

debian snmpd配置 修改配置文件 /etc/snmp/snmpd.conf找到这样的两行 agentAddress udp:127.0.0.1:161 #agentAddress udp:161,udp6:[::1]:161 将他们的注释交换一下 #agentAddress udp:127.0.0.1:161 agentAddress udp:161,udp6:[::1]:161这句的意思是说让外网也可以使用snmpd服务,默认的是不许外网.........【阅读全文】

阅读(1418) | 评论(0) | 转发(0)

发布时间:2014-06-22 11:25:23

Experimental: This server is vulnerable to the OpenSSL CCS vulnerability (CVE-2014-0224) and exploitable. Grade set to F.出现以上问题解决方法是:打过补丁的版本是0.9.8za,1.0.0m和1.0.1h首先:openssl version -a |head -2   查看版本是否有漏洞下载地址http://www.openssl..........【阅读全文】

阅读(3392) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-11-16 12:52

Oracle核心代码

回复  |  举报

zhangzhengxing2012-04-20 17:14

回复  |  举报
留言热议
请登录后留言。

登录 注册