码迷,mamicode.com
首页 >  
搜索关键字:asm prefer read    ( 21716个结果
mysql的启动
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
Test Windows Live Write Exception
源自: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...
分类:Windows程序   时间:2014-08-02 15:22:33    阅读次数:322
C嵌入汇编的编译链接方法
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
xtu read problem training 2 B - In 7-bit
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
centos编译libpng报错,解决方法
/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下对串口的操作以及定时器的调用
最近研究了一下MFC下对串口的操作,测试了一下对设备的读写。1.打开串口 1 GetDlgItem(IDC_BUTTON_OPEN)->EnableWindow(FALSE); 2 m_hComm = CreateFile("COM1", 3 GENERIC_READ...
分类:其他好文   时间:2014-08-01 19:17:42    阅读次数:263
asm instnace ASMB
进一步学习 ASM...
分类:其他好文   时间:2014-08-01 16:08:51    阅读次数:274
Couldn't read row 0, col -1 from CursorWindow
java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data fr...
分类:Windows程序   时间:2014-08-01 12:59:01    阅读次数:321
文件I/O学习笔记
Linux内核的VFS子系统:文件描述符对于内核而言,所有打开的文件都通过文件描述符引用。文件描述符是一个非负整数。当打开一个现有文件或创建一个新文件时,内核向进程返回一个文件描述符。当读或写一个文件时,使用open或creat返回的文件描述符标识该文件,将其作为参数传递给read或write。 按...
分类:其他好文   时间:2014-08-01 12:48:01    阅读次数:430
first day~
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!