投票地址:http://vote.csdn.net/Vote/VotePost.aspx?voteid=13投票结果-2008-11-086:00:00排名:1、Eclipse/MyEclipse88.2%(67票)2、EditPlus23.7%(18票)3、NetBeans22.4%(17票)4、JBuilder13.2%(10票)5、notepad10.5%(8票)6、JCreator9.2%(7票)7、其它7.9%(6票)8、IntelliJIDEA
系统 2019-08-29 22:06:39 2663
Activity生命周期:使用Bundle在Activity间传递数据1:1.1从源Activity中传递数据IntentopenWelcomeActivityIntent=newIntent();BundlemyBundelForName=newBundle();myBundelForName.putString("Key_Name",inName.getText().toString());myBundelForName.putString("Key_
系统 2019-08-12 09:30:33 2663
环境准备【服务器端】JDK1.6,“java.net”包对网络编程提供了非常全面的支持,包括Socket开发环境:Eclipse【客户端】Flex4,”flash.net”包也提供了Socket的支持开发环境:FlashBuilder4实例效果我是用Java启动一个ServerSocket作为服务器,Flex创建一个页面,当点击页面上的按钮时向Java服务器发送消息。Flex客户端输入“阿里巴巴”再点击按钮:Java控制台:注意事项Flex项目分为两种:一
系统 2019-08-12 09:30:30 2663
继承的进一步研究1.1子类对象实例化过程子类对象的实例化::先调用父类的构造方法,然后再调用子类的构造方法。实例:classPerson{privateStringname;privateintage;publicPerson(){System.out.println("父类person中的构造:");}publicvoidsetName(Stringname){this.name=name;}publicvoidsetAge(intage){this.a
系统 2019-08-12 09:30:28 2663
1,查看是否有装VNCserver[root@mylab~]#rpm-qa|grepvncvnc-4.1.2-14.el5#客户端软件vnc-server-4.1.2-14.el5#服务器端软件如果没有,采用rpm或者yum安装2,开启vncserver服务[root@mylab~]#servicevncserverstartStartingVNCserver:nodisplaysconfigured[OK]3,开启第一个session[root@myla
系统 2019-08-12 09:30:25 2663
注意:2007/11/2116点更新,之前下载的请重新下载,并且使用本地址的DXperience7.3.3(http://www.cnblogs.com/fosoyo/archive/2007/11/20/966330.html),否则会出现key不同。解压密码请在群里询问downloadThisisforforVisualStudio2005,2008在專案中加入附件中fosoyo.cnblogs.com.Localization.dll參考在MDI的M
系统 2019-08-12 09:27:42 2663
packagemybean;importjava.sql.*;publicclassJdbc{ConnectiondbConn;Stringusername;Stringuserpsd;ResultSetrs=null;Statementstmt=null;publicStringgetusername(){returnusername;}publicStringgetuserpsd(){returnuserpsd;}publicvoidconsqlser
系统 2019-08-12 01:55:10 2663
Toasts|AndroidDevelopersTheBasicsFirst,instantiateaToastobjectwithoneofthemakeText()methods.Thismethodtakesthreeparameters:theapplicationContext,thetextmessage,andthedurationforthetoast.ItreturnsaproperlyinitializedToastobject.You
系统 2019-08-12 01:54:47 2663
ql中constraint主要是增加约束这个主要就是增加约束的以下几种约束、并一一列举:1.主键约束:主键约束:就是对一个列进行了约束,约束为(非空、不重复)要对一个列加主键约束的话,这列必须满足条件非空,这样才可以约束以下是代码要对一个列加主键,列名为id,表名为emp格式为:altertable表格名称addconstraint约束名称增加的约束类型(列名)例子:altertableempaddconstraintpppprimarykey(id)2.
系统 2019-08-12 01:54:42 2663
在本篇文章中,我们主要介绍优化的内容,自我感觉有个不错的建议和大家分享下ProblemGTriangleCountingInput:StandardInputOutput:StandardOutputYouaregivennrodsoflength1,2…,n.Youhavetopickany3ofthem&buildatriangle.Howmanydistincttrianglescanyoumake?Notethat,twotriangleswill
系统 2019-08-12 01:54:30 2663