文章标题关闭所有内容预览 | 展开所有内容预览
-
关于扰乱器与反编译 (转载)
[内容预览]
3 | 2009-03-16
以下摘录于Delphibbs中Dr.yysun的回答,希望对你有帮助用Java编程的人,如果不想公开源程序,就得与反编译器作斗争,必须使用反编译器,先看看别人将会如何看你的程序,再看看Obfuscators(扰乱器)的效果.JAD是Windows下效...
[阅读全文]
-
Garbage Collection
[内容预览]
9 | 2009-03-16
3)GarbageCollectionStatethebehaviorthatisguaranteedbythegarbagecollectionsystemandwritecodethatexplicitlymakesobjectseligibleforcollection.1.Garbagecollectionisamechanismforreclaimingmemoryfromobjects...
[阅读全文]
-
Declarations and Access Control (1)
[内容预览]
0 | 2009-03-16
1)DeclarationsandAccessControlObjective1Writecodethatdeclares,constructsandinitializesarraysofanybasetypeusinganyofthepermittedforms,bothfordeclarationandforinitialization.1.ArraysareJavaobjects.(Anob...
[阅读全文]
-
Flow control and exception Handling
[内容预览]
2 | 2009-03-16
2)FlowcontrolandexceptionHandlingObjective1)Writecodeusingifandswitchstatementsandidentifylegalargumenttypesforthesestatements.·Unreachablestatementsproduceacompile-timeerror.while(false){x=3;}//won’...
[阅读全文]
-
Overloading overriding runtime type and object orientation (1)
[内容预览]
2 | 2009-03-16
6)OverloadingoverridingruntimetypeandobjectorientationObjective1)Statethebenefitsofencapsulationinobjectorienteddesignandwritecodethatimplementstightlyencapsulatedclassesandtherelationships"isa"and"ha...
[阅读全文]
-
Declarations and Access Control (2)
[内容预览]
0 | 2009-03-16
Objective2Declareclasses,innerclasses,methods,instancevariablesstatic,variablesandautomatic(methodlocal)variables,makingappropriateuseofallpermittedmodifiers(suchaspublicfinalstaticabstractandsoforth)...
[阅读全文]
-
Threads
[内容预览]
1 | 2009-03-16
7)ThreadsObjective1)Writecodetodefine,instantiateandstartnewthreadsusingbothjava.lang.Threadandjava.lang.Runnable·Javaisfundamentallymulti-threaded.·Everythreadcorrespondstoaninstanceofjava.lang.Thr...
[阅读全文]
-
Beginner: Using Servlets to display, insert and update records in ...
[内容预览]
1 | 2009-03-16
DisplayingRecordsfromtheDatabasewithJavaServlets.Overview:InthisarticleI'llexplaineachstepyouneedtoknowtodisplayrecordsfromthedatabaseusingServlets.ThestepsfordisplayingrecordsinJSPpagesandJavaBeansar...
[阅读全文]
-
Overloading overriding runtime type and object orientation (2)
[内容预览]
2 | 2009-03-16
Objective3)Writecodetoconstructinstancesofanyconcreteclassincludingnormaltoplevelclassesinnerclassesstaticinnerclassesandanonymousinnerclasses.InnerClasses·Aclasscanbedeclaredinanyscope.Classesdefine...
[阅读全文]
-
Beginner: Using Servlets to display, insert and update records in ...
[内容预览]
2 | 2009-03-16
InsertingrecordsintotheDatabasewithJavaServlets.Overview:Thisarticleisnextintheseriesofarticlesaboutselecting,inserting,updatinganddeletingrecordsfromthedatabaseusingJDBC.Inthisarticlewewilllearnhowto...
[阅读全文]
-
Beginner: Using Servlets to display, insert and update records in ...
[内容预览]
1 | 2009-03-16
UpdatingrecordsintheDatabasewithJavaServlets.Overview:Thisarticleisnextintheseriesofarticlesaboutselecting,inserting,updatinganddeletingrecordsfromthedatabaseusingJDBC.Inthisarticlewewilllearnhowtoupd...
[阅读全文]
-
Java语言中字符的处理
[内容预览]
0 | 2009-03-16
山西省网络管理中心任军摘要:本文主要讨论了Java语言中字符的特殊表达形式,尤其是中文信息的表达处理,阐述了字符处理的关键是要将十六位Unicode字符,转换为本地下层平台,也就是运行Java虚拟处理机的平台能够理解...
[阅读全文]
-
小议如何在组件上显示图象
[内容预览]
1 | 2009-03-16
小议如何在组件上显示图象●○●○●○●○●○●○●○●○●○●○●○●○●○●○○●作者:刘湛○●○日期:2000-12-22●○●jeru@163.net○●●○●○●○●○●○●○●○●○●○●○●○●○●○●○○●一天...
[阅读全文]
-
Java 中对文件的读写操作之比较
[内容预览]
0 | 2009-03-16
Java中对文件的读写操作之比较作者:JeruLiu日期:November29,2000版本:1.0Java对文件进行读写操作的例子很多,让初学者感到十分困惑,我觉得有必要将各种方法进行一次分析,归类,理清不同方法之间的异同点。一.在...
[阅读全文]
-
JAVA的网络功能与编程 二
[内容预览]
0 | 2009-03-16
五、显示网络上其他HTML文档利用Java提供的getAppletContext().showDocument(URL)可以显示其他结点的HTML文档,同前面的显示网络上其他结点的图象,有两种格式,下面各举一例:●程序8格式一importjava.applet.*;imp...
[阅读全文]
-
Java的网络功能与编程 一
[内容预览]
0 | 2009-03-16
Java的网络功能与编程徐迎晓(上海大学计算中心25#)摘要:Java语言是Internet上最热门的编程语言,本文针对Java的网络功能,对Java从网络上获取图象、声音、HTML文档及文本文件等编程方法作了初步的介绍,同时介绍了...
[阅读全文]
-
Stream Tokenizing(分解字符串)
[内容预览]
2 | 2009-03-16
从sun网站看到的StreamTokenizingInTechTips:June23,1998,anexampleofstringtokenizationwaspresented,usingtheclassjava.util.StringTokenizer.There'salsoanotherwaytodotokenization,usingjava.io.StreamTokenize...
[阅读全文]
-
一个 Java,各自表述
[内容预览]
0 | 2009-03-16
在本周的"新闻焦点"里有两则新闻和微软的Java策略有关。一则是微软公开宣称.NET不会支援Java,现在学Java的人是浪费时间;另外一则是微软和HP交换条件,将使用HP的Chai技术(详见下面"新闻焦点")。有趣的是微软在明处放...
[阅读全文]
-
一个JDBC-ODBC桥的字符集参数的例子。
[内容预览]
3 | 2009-03-16
//这个例子,是从SUN的站点上找来的。当时也找了好久啊。呵呵!//acceptssqlstatmentsthrucommandlineimportjava.sql.*;importjava.util.*;publicclasstest{publicstaticvoidmain(Stringargs[]){try{Class.forName("...
[阅读全文]
-
转载:java的文件对象操作
[内容预览]
0 | 2009-03-16
java文件对象操作在我们进行文件操作时,需要知道一些关于文件的信息。File类提供了一些成员函数来操纵文件和获得一些文件的信息。1、创建一个新的文件对象你可用下面三个方法来创建一个新文件对象:FilemyFile;myFi...
[阅读全文]
-
int 和 String 互相转换的多种方法 (转)
[内容预览]
111 | 2009-03-16
5.1如何将字串String转换成整数int?A.有两个方法:1).inti=Integer.parseInt([String]);或i=Integer.parseInt([String],[intradix]);2).inti=Integer.valueOf(my_str).intValue();注:字串转成Double,Float,Long的方法...
[阅读全文]
-
Language Fundamentals
[内容预览]
10 | 2009-03-16
4)LanguageFundamentalsObjective1)Identifycorrectlyconstructedpackagedeclarationsimportstatementsclassdeclarations(ofallformsincludinginnerclasses)interfacedeclarationsandimplementations(forjava.lang.R...
[阅读全文]
-
Operators and Assignments(1)
[内容预览]
16 | 2009-03-16
5)OperatorsandAssignmentsObjective1)Determinetheresultofapplyinganyoperatorincludingassignmentoperatorsandinstanceoftooperandsofanytypeclassscopeoraccessibilityoranycombinationofthese.1.Unaryoperators...
[阅读全文]
-
Operators and Assignments(2)
[内容预览]
20 | 2009-03-16
Objective2)Determinetheresultofapplyingthebooleanequals(Object)methodtoobjectsofanycombinationoftheclassesjava.lang.Stringjava.lang.Booleanandjava.lang.Object.Theequalsmethodcanbeconsideredtoperformad...
[阅读全文]
-
成员变量和方法的override的详解
[内容预览]
2 | 2009-03-16
原题://file:MyMain.classclassBase{inta=10;publicvoidshow(){System.out.println(a);}}classExtextendsBase{inta=200;publicvoidshow(Strings){System.out.println(s);}}publicclassMyMain{publicstaticvoidmain(...
[阅读全文]
-
Java高级日期概念 (献给那些要国际化时间及SQL时间的兄弟)
[内容预览]
0 | 2009-03-16
Java高级日期概念如果你的Java程序向处在不同时区或者不同国家的用户显示时间和日期,那么你需要了解Java日期类的一些更加高级的方面。本文中讨论的类将包含java.text.DateForm...
[阅读全文]
-
常用JAVA方法
[内容预览]
1 | 2009-03-16
<%!stc_RSYB_NamestcRSYName1[];stc_SYB_INFstcSYBINF1[];%><%/*Stringp=(String)session.getValue("access");if(p==null!p.equals("1")){response.sendRedirect("error.htm");return;}*/%><%!file://得到机器名...
[阅读全文]
-
有用的字符串函数
[内容预览]
0 | 2009-03-16
在JSP中,不象PHP那样有许多的现成的字符串处理函数,在jsp中你需要自己编写,下面是几个常用的函数,非常有用!---中文处理函数:getStrpublicStringgetStr(Stringstring){try{Stringtemp_p=string;byte[]temp_t=te...
[阅读全文]
-
一个用Class.forName()做的动态装载小东东,有助于理解Class.forName()...
[内容预览]
4 | 2009-03-16
一直都在连JDBC中用到Class.forName(),当用到XML动态解析分派的时候遇到了Class名字符串无法作为Class名实例化的问题,寻寻觅觅终于找到一个解决的办法:publicclassDynamicLoader{publicstaticvoidmain(Stringargs...
[阅读全文]
-
JAVA新手解惑(转)
[内容预览]
0 | 2009-03-16
不知不觉,学JAVA也有一点时间了,初学的尴尬与迷惑现在想起来还是有些好笑,到好些论坛上看,似乎也没有什么具体的解决方法,大概因为那些问题都太过简单,没有大虾愿意花功夫说。哎,为了那些刚开始接触JAVA的小虾...
[阅读全文]