Quiz

2014-01-16

TCExam is a Open Source Computer-Based Assessment system  阅读全文...

数据库查询重复行shell脚本

2014-01-09

有时候表里会存在重复行。  阅读全文...

oracle查询长整数实例

2014-01-09

当整数值超过10位后,查询时会简化成1.0028E+10。为了看到整数值,可以通过to_char函数。  阅读全文...

oracle设置NLS_DATE_FORMAT参数实例

2014-01-09

有时候我们根据时间段查询需要精确到秒,但是sqlPlus默认情况下只能看到年月日。通过设置NLS_DATE_FORMAT参数,我们可以实现精确的时间查询。  阅读全文...

ORA-00600和ORA-08103错误(oracle10g)

2014-01-09

连接未全部断开,就进行了oracle表空间移动,导致数据损坏。
alter tablespace $ts read only;
alter tablespace $ts offline;
!mv $src1 $dst1
alter database rename file '$src1' to '$dst1';
alter tablespace $ts online;
alter tablespace $ts read write;  阅读全文...

日本姓氏

2013-12-11

说明1:括弧前为中国汉字写法,括弧内为日本汉字写法(新字体、旧字体)。  阅读全文...

What is AQI(Air Quality Index)

2013-11-22

什么是空气质量指数(AQI)?  阅读全文...

世界上最神奇的数字7

2013-11-20

【世界上最神奇的数字是142857!】它被发现于埃及金字塔内,真是一组神奇数字:  阅读全文...

三星galaxy

2013-11-19

三星的galaxy系列泛滥,总结一下:  阅读全文...

oracle user passwd用户密码

2013-11-13

修改oracle用户登录密码。  阅读全文...

date -d

2013-10-16

date -d参数可以根据当前日期获取更多我们需要的日期。现在:date -d now  阅读全文...

心理学十大效应

2013-09-27

心理效应,是指大多数人在相同的情况下或对某种相同的刺激,产生相同或相似的心理反应的现象,它具有普遍性,也具有差异性。  阅读全文...

CentOS配置vsftpd

2013-09-23

vsftpd - Secure, fast FTP server for UNIX-like systems.vsftpd是"Very Secure FTP Daemon"的缩写,安全性是它的一个最大的特点。  阅读全文...

Starting php-fpm eAccelerator: shmmax should be at least 2MB

2013-09-17

Starting php_fpm eAccelerator: shmmax should be at least 2MB. PHP Warning: [eAccelerator] Can not create shared memory area in Unknown on line 0.  阅读全文...

Introduction to CrackLib

2013-09-11

The CrackLib package contains a library used to enforce strong passwords by comparing user selected passwords to words in chosen word lists.   阅读全文...