一、java program progress of excuting:show in next picture
How about the java virtual machine is it,what situation is in the jvm,or how to worke is going?
If you want to slov...
分类:
编程语言 时间:
2014-10-21 23:20:36
阅读次数:
467
This is a list of the instructions that make up theJava bytecode, an abstract machine language that is ultimately executed by theJava virtual machine....
分类:
编程语言 时间:
2014-10-21 21:24:20
阅读次数:
277
??
1
触摸
Coco2dx默认只有CCLayer及其派生类才有触摸的功能。
2
单点触摸
打开触摸开关和触摸方式
setTouchEnabled(true);
setTouchMode(kCCTouchesOneByOne);
Cocos2dx
对触摸分三布来处理。分是是点触,移动,离开。或是中间被打断。其功能皆有相应的virtual
函数进行...
分类:
其他好文 时间:
2014-10-21 17:46:02
阅读次数:
270
Caused by: java.sql.BatchUpdateException: Data truncation: Data too long for column 'titleimg' at row 1 at com.mysql.jdbc.PreparedStatement.execute...
分类:
其他好文 时间:
2014-10-21 17:15:32
阅读次数:
274
1 虚拟机文件夹中各个文件简介在创建虚拟机的时候会把相关的文件保存到一个文件夹中。我的机器是Windows 7,64位 ,保存的路径是:C:\Users\User\Documents\Virtual Machines在这个目录下由之前安装的各个操作系统的虚拟机文件。如果不知道安装的系统的虚拟机文件的...
分类:
系统相关 时间:
2014-10-21 16:49:26
阅读次数:
261
Scenario8-NetworkAccessGroupinaSharedUplinkSet-EthernetandFCoESAN-win2008R2介绍:NetworkAccessGroup(NAG):是VC3.30version后一项增强功能,根据应用或者安全边界需要设置VLANGroup创建一个SUS,定义连接附加到不同应用的VLAN,然后创建NAG来包含这些VLANs,最后创建Ser..
分类:
Web程序 时间:
2014-10-21 15:45:13
阅读次数:
311
GridView(网格视图)是按照行列的方式来显示内容的,一般用于显示图片,图片等内容,比如实现九宫格图,用GridView是首选,也是最简单的。主要用于设置Adapter。 GridView常用的XML属性: 属性名称 描述 android:column...
分类:
移动开发 时间:
2014-10-21 11:53:07
阅读次数:
259
信号和槽是Qt编程的一个重要部分。槽和普通的c++成员函数很像。它们可以是虚函数(virtual),也可被重载(overload),可以是公有的(public),保护的(protective),也可是私有的(private),它们可以象任何c++成员函数一样被调用,可以传递任何类型的参数。不同在于一个..
分类:
其他好文 时间:
2014-10-21 02:24:42
阅读次数:
206
1 public class Q1_7{ 2 3 public static void SetZero(int[][] matrix){ 4 5 boolean [] row= new boolean[matrix. length]; 6 7 boolean[] column =new ...
分类:
其他好文 时间:
2014-10-20 21:09:58
阅读次数:
226