转自:http://www.gtwang.org/2011/05/linux-pdf.html PDF 檔雖然是一個跨平台的檔案格式,但 Adobe 只有提供免費的 Adobe Reader,要看 PDF 檔是沒有問題,但常常我們會需要對 PDF 檔做一些簡單的編輯,光靠 Adobe Read...
分类:
系统相关 时间:
2014-12-19 20:36:46
阅读次数:
259
早上巡检realsync时发现数据库宕掉了,查看alert发现如下报错:ThuDec1822:26:182014KCF:read,writeoropenerror,block=0x72donline=1file=1‘/oradata/****/temp01.dbf‘error=27063txt:‘IBMAIXRISCSystem/6000Error:28:NospaceleftondeviceAdditionalinformation:-1Additionalin..
分类:
数据库 时间:
2014-12-19 19:16:21
阅读次数:
343
http://tutorials.jenkov.com/java-concurrency/read-write-locks.html 翻译 读写锁比LOCK的实现更复杂,想象有一个应用程序能读和写一些资源,但是写没有读多,两个线程读取一些资源并不会出现问题,所以多个线程能读取资源重叠的。如果一个线....
分类:
其他好文 时间:
2014-12-19 15:26:04
阅读次数:
147
[StructLayout(LayoutKind.Sequential,Pack=1)] struct Report_Read_Parameter { byte Confirmation; byte ListID; [MarshalAs(UnmanagedType.ByVal...
分类:
编程语言 时间:
2014-12-19 11:36:39
阅读次数:
185
在unix系统中,一切皆文件。系统把文件夹、字符设备、块设备、套接字都当做文件来对待。对于文件的操作,使用I/O函数,这里所说的I/O函数是指系统调用。大多数文件的I/O要用到这5个函数:open、read、write、lseek、close。这5个函数均是不带缓冲的I/O。打开文件在内核中的表示对...
分类:
其他好文 时间:
2014-12-19 10:00:02
阅读次数:
176
从php,session_set_save_handler的_sess_read方法把sessiondata值定义赋值给类属性不成功,后来改用全局变量赋值成功function_sess_read($sesskey){$row=$this->db->getRow(‘SELECTdata,expiry,is_overflowFROM‘.$this->session_table."WHEREsesskey=‘".$this->ses..
分类:
Web程序 时间:
2014-12-19 02:02:08
阅读次数:
150
The trick to be able to read the default values for instance parameters is to get to the FamilyManager.The family manager is a whole separate area of ...
分类:
其他好文 时间:
2014-12-18 21:55:08
阅读次数:
176
Exercise 5-1. Write a program that will read five values of type double from the keyboardand store them in an array. Calculate the reciprocal of each ...
分类:
其他好文 时间:
2014-12-18 20:26:11
阅读次数:
518