1。直接用mysqld手工启动[root@ora11g bin]# ./mysqld --defaults-file=../my.cnf 140328 10:04:37 [ERROR] Fatal error: Please read "Security" section of the manual...
分类:
数据库 时间:
2014-08-02 23:23:24
阅读次数:
402
源自:http://www.en8848.com.cn/read/proseessay/lz/239065.html 1. Buy someone's coffee. 为他人买杯咖啡 It's just coffee -- no one needs coffee, so this doesn't r...
tcc -S showtsr.c
说明:产生 showtsr.asm
tasm showtsr.asm
说明:得到showtsr.obj。注意除了tc,还要安装tasm
tlink showtsr.obj ..\lib\c0s.obj, showtsr, , ..\lib\cs.lib
说明:tlink objfiles[, exefile][, mapfile][, libfiles]...
分类:
其他好文 时间:
2014-08-02 12:51:53
阅读次数:
202
In 7-bitTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onZJU. Original ID:371364-bit integer IO format:%lld Java class name:MainVe...
分类:
其他好文 时间:
2014-08-02 12:22:13
阅读次数:
230
/usr/local/lib/libz.a: could not read symbols: Bad value一般是64 位 电脑才会出现。解决方法如下:1 cd zlib-1.2.3 //进入zlib目录2 3 CFLAGS="-O3 -fPIC" ./configure //使用64位元的方法...
分类:
其他好文 时间:
2014-08-01 22:56:12
阅读次数:
441
最近研究了一下MFC下对串口的操作,测试了一下对设备的读写。1.打开串口 1 GetDlgItem(IDC_BUTTON_OPEN)->EnableWindow(FALSE); 2 m_hComm = CreateFile("COM1", 3 GENERIC_READ...
分类:
其他好文 时间:
2014-08-01 19:17:42
阅读次数:
263
java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data fr...
Linux内核的VFS子系统:文件描述符对于内核而言,所有打开的文件都通过文件描述符引用。文件描述符是一个非负整数。当打开一个现有文件或创建一个新文件时,内核向进程返回一个文件描述符。当读或写一个文件时,使用open或creat返回的文件描述符标识该文件,将其作为参数传递给read或write。 按...
分类:
其他好文 时间:
2014-08-01 12:48:01
阅读次数:
430
it's been a long timewithout practicing~ almost everything about the C programming language.learn today: 1/ read the problem carefully. 2/no blank bet...
分类:
其他好文 时间:
2014-08-01 04:43:51
阅读次数:
251