by Nica 一 生词 1 result : something that is caused directly by something else that h...
分类:
其他好文 时间:
2014-07-16 20:26:49
阅读次数:
187
详解mysql int类型的长度值问题作者:追逐_something我的朋友海滨问我mysql在建表的时候int类型后的长度代表什么? 是该列允许存储值的最大宽度吗? 为什么我设置成int(1), 也一样能存10,100,1000呢.当时我虽然知道int(1),这个长度1并不代表允许存储的宽度,但却...
分类:
数据库 时间:
2014-07-14 14:56:59
阅读次数:
294
在运行项目的时候,eclipse弹出提示框“Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it's being used by something else, choose a new port number in the preferences.”
在终端输入:netstat -ano ...
分类:
其他好文 时间:
2014-07-10 23:03:07
阅读次数:
432
小谷童鞋休息了好几天,终于又开始学习了.今天学的是Jquery,先来看看神马是jQuery?
JQuery is designed to change the way that you write JavaScript.
The focus of jQuery is "find some elements, do something with them".
write less,do m...
分类:
Web程序 时间:
2014-07-09 12:48:41
阅读次数:
221
迭代对于我们搞Java的来说绝对不陌生。我们常常使用JDK提供的迭代接口进行Java集合的迭代。Iterator iterator = list.iterator();
while(iterator.hasNext()){
String string = iterator.next();
//do something...
分类:
编程语言 时间:
2014-07-08 12:50:53
阅读次数:
290
I think Agile development methodologies is something we get from our practice. It can be just acknowledged by taking the training, but if you want to ...
分类:
其他好文 时间:
2014-07-06 23:30:02
阅读次数:
274
Team USA Soccer Gear Sales Get World Cup AssistMaybe there's something to all that talk aboutAmerica catching the soccer bug. The recent success of th...
分类:
其他好文 时间:
2014-07-02 17:38:55
阅读次数:
258
An L-value is something that can appear on the left side of an equal sign,An R-value is something that can appear on the right side of an equal sign.....
分类:
其他好文 时间:
2014-07-02 10:08:37
阅读次数:
295
An “Oops” is what the kernel throws at us when it finds something faulty, or an exception, in the kernel code. It’s somewhat like the segfaults of use...
分类:
其他好文 时间:
2014-07-01 17:25:43
阅读次数:
265
There is something wrong in PhyreEngine 3.8 to fullfill MSAA, actually, I think it is eqaaYou have to merge the codes from PhyreEngine 3.9. Thank God ...
分类:
其他好文 时间:
2014-07-01 16:29:11
阅读次数:
268