ChinaUnix.net
相关文章推荐:

mov ax1301 int 10

python 数据库编程问题 用了django和sqlite3 Log 是个数据库模板,包含一个时间列 code: log_list=Log.objects.all() log=log_list[0] error: invalid literal for int with base 10 2008-11-7... 怎么解决呢?

by janeed1981 - Python - 2008-11-07 16:55:36 阅读(7290) 回复(4)

相关讨论

1。mysql说int(10) 中的 ‘10’表示显示宽度,我想请问如果我的数据宽度超过了10会如何? 2。int型存储的空间是4个字节,是说一个数字,或者说一个字符的字节数是4吗? 实在不清楚怎么回事! 谢谢大家!

by barrywang - MySQL - 2007-04-26 19:43:24 阅读(3905) 回复(2)

One reason why I wrote this FAQ is that I did not find one dealing with such a controversial (and sometimes confusing) topic as this in the forum. Another (perhaps the main reason!!) is that I had not written any FAQ yet . If you ever had difficulties dealing with pointers (you would have certainly had, if you are a C programmer) then go through this FAQ. Otherwise don't bother. In the following...

by 蓝色键盘 - C/C++ - 2003-12-29 15:18:04 阅读(1431) 回复(12)

对新手很有帮助. One reason why I wrote this FAQ is that I did not find one dealing with such a controversial (and sometimes confusing) topic as this in the forum. Another (perhaps the main reason!!) is that I had not written any FAQ yet . If you ever had difficulties dealing with pointers (you would have certainly had, if you are a C programmer) then go through this FAQ. Otherwise don't bother. ...

by uman - C/C++ - 2003-02-03 12:54:56 阅读(945) 回复(1)

int *f2(void){ int*ptr;//这个函数有啥问题?改成int *ptr=NULL,就没有问题了么? *ptr =10; return ptr; } int *f2(void){ int *ptr=(int *)10;//改成这样有问题么? return ptr; } [ 本帖最后由 xxldc 于 2007-9-24 17:17 编辑 ]

by xxldc - C/C++ - 2007-10-01 11:53:12 阅读(4266) 回复(11)

int array[10]; array的值等于&array array可以说是个指针常量,它里面存放的地址值就是数组第一个元素的地址。 那&array应该是放array的地址 那这两个为什么会相等了?

by zhangzhh05 - C/C++ - 2008-04-25 16:41:47 阅读(5346) 回复(13)

unix下的可执行文件中是否包含B80104(mov ax,0104)这样的机器码 也就是说,是不是可以用UltraEdit32这类的二进制浏览器浏览此文件时,可以找到连续的“B8 01 04”(mov ax,0104)这样的机器码,即二进制的且值为十六进制的B8H、01H、04H这样连续的三个字节值

by skw - C/C++ - 2007-06-14 09:26:35 阅读(995) 回复(0)

请问int (*p) [10]应该怎么样理解,我老是理解不了

by laye - C/C++ - 2003-12-27 14:18:59 阅读(2293) 回复(3)

在xp上安装10g出现“在oraparma.int为找到先决条件。。。” 本人在做毕业设计,程序已经做完,在本机成功,在别人的笔记本安装oracle 10g时就是按不上,,急呀!!请大家帮忙!

by zpr9871 - Oracle - 2006-11-22 00:39:25 阅读(1333) 回复(1)

我是过了,当(k<10并且m>;100)条件同时成立时,循环继续!但是,在整个代码中好像不是这么回事! 这种用我第一见!

by redtomy - C/C++ - 2004-07-21 15:59:29 阅读(934) 回复(1)

_int是什么类型?

by wangledahai - C/C++ - 2007-06-25 18:47:26 阅读(1343) 回复(4)