Welcome![Sign In][Sign Up]
Location:
Search - util

Search list

[VOIP programutil

Description: 媒体转换, 包含avi=>raw, rgb -> yuv,aiv dump等-media conversion, including avi =
Platform: | Size: 51200 | Author: aaa | Hits:

[ScannerAttackToolKitv4.0

Description: 这是一款基于Microsoft Windows 框架使用的开源安全扫描工具,可以用来检测系统安全漏洞和增强安全审计,可以生成详细的html、text和Nessus nsr 结果和攻击分析报告,支持CVE names、SecurityFocus、CERT、Snort、Nessus NASL等。内附源代码。-It is a Microsoft Windows-based framework for the use of open-source security scanning tools, Detection systems can be used for security vulnerabilities and strengthen security audit and can generate detailed html, text and Nessus NSR results and attack analysis, support CVE names, SecurityFocus, CERT, Snort, such as Nessus NASL. Enclosing the source code.
Platform: | Size: 2186240 | Author: googolplex | Hits:

[JSP/JavaCertPathValidatorWithCheckerExample

Description: java的加密样例代码, import java.math.BigInteger import java.security.KeyPair import java.security.cert.* import java.util.* -sample code, import import java.math.BigInteger java.sec urity.KeyPair import java.security.cert .* i mport java.util .*
Platform: | Size: 1024 | Author: albert_jq | Hits:

[OtherTimerTask

Description: This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask can only be scheduled on one Timer at a time, but * that this implementation does not enforce that constraint.-This class implements the same API as the Ja va 1.3 java.util.TimerTask.* Note that a Timer Task can only be scheduled on one Timer at a time, but* that this implementation does not enforce that constraint.
Platform: | Size: 1024 | Author: 李霞 | Hits:

[JSP/Javajavaxscjxt

Description: 一个学生成绩系统,java的import java.applet.Applet import java.awt.* import java.awt.event.* import java.util.* -a student achievement, java's import java.applet.Applet import java. AWT .* import java.awt.event .* import java.ut il .*
Platform: | Size: 2048 | Author: 闫晓蔚 | Hits:

[Linux-Unixmtd-utils-1.0.0.tar

Description: linux下的FLASH设备的擦写、调试程序。 使用MTD接口。-linux under the erasable Flash equipment, testing procedures. MTD use interface.
Platform: | Size: 279552 | Author: 全不知 | Hits:

[Linux-Unixflash_eraseall

Description: flash_eraseall.c for linux mtd jffs2 filesystem-flash_eraseall.c for linux mtd jffs2 file system
Platform: | Size: 3072 | Author: 李杰 | Hits:

[Special Effects000homework

Description: .EJB2.0查询语言还不支持order by ,所以新增加的文章无法列在最前面(解决方法:在article辅助类中实现java.lang.Comparable接口,取出的时候排序一下java.util.Collections.sort(list) 2005-6-13) 3.模糊查询LIKE后面的参数不能动态匹配 2005-6-12 4.在第一次发布的时候,初始化数据以后打开首页可能会出现空白现象,而有时候又是好的。如果初始化以后,用测试的客户端列出某分类下的文章一遍,打开首页就不会有这个问题。(好像是排序影响了稳定性,去掉排序就可以.在排序的语句中加了异常处理,能捕捉到排序异常。目前只能让客户端初始化的时候类出一些文章来解决,我还没更好的方法) 项 目 名 称 NONO一族J2EE新闻发布系统 -err
Platform: | Size: 607232 | Author: 313993985 | Hits:

[Other systemssample.dw.paper.lucene

Description: 一个LUCENE的示例,对初学者很有帮助-a Lucene example, useful for beginners
Platform: | Size: 507904 | Author: 叶叶 | Hits:

[Internet-NetworkCUtils

Description: Linux环境下常用功能的实现,有XML解析器,SOCKET操作,文件操作等常用功能的源码实现-Linux environment commonly used functions, and it is an XML parser, Socket operation, file manipulation functions, such as the common source to achieve
Platform: | Size: 32768 | Author: 天涯 | Hits:

[Software EngineeringRegular-expressions-simplifypattern-matching-code.

Description: Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.-Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow-levelpattern-matching support, that support commonly leads to complex code. To help you write simplerpattern-matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
Platform: | Size: 111616 | Author: qlw | Hits:

[Software Engineeringarticle-regex-primer

Description: Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised. -Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic p rinciples used in other languages. just withdi erent access methods. and some subtledi erences with the patterns. Th is primer is aimed towards developers already f amiliar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if u sed in conjunction with detailed documentatio n explaining the construction of regex pattern s. Reading the javadoc forjava.util.regex. Pa ttern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. M ost of the functions discussed herin are from th ejava.util.regex. Matcher class with a few fro mjava.util.regex. P
Platform: | Size: 47104 | Author: qlw | Hits:

[J2MEWeb162_200691612146992

Description: 手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventListener public class HsTank2 extends JFrame { HsTank2(String title) { this.setTitle(title) this.setSize(608 , 630) this.setLocation(300 , 100) this.setBackground(Color.WHITE)-mobile phone games Tankedaizhan import java.awt .* import javax. swing .* import java.awt.event .* import java. util.EventListener public class HsTank2 exte nds HsTank2 (JFrame (String title) (this.setT itle (title) this.setSize (608, 630) this.setLocation (300, 100) this.setBackground (Color.WHITE)
Platform: | Size: 79872 | Author: | Hits:

[JSP/JavaNewclasss

Description: package news import java.sql.ResultSet import java.util.Vector public class News { -package news import java.sql.ResultSet i mport java.util.Vector public class (News
Platform: | Size: 1024 | Author: 远风 | Hits:

[SCSI-ASPICleara

Description: <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入购物车的物品已经全数退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空购物车</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="关闭" name="B2" onclick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html> -">
We ll use your suggestion to improve translation quality in future updates to our system.
Platform: | Size: 1024 | Author: 金立犇 | Hits:

[Web Serverutil

Description: 日文ASP网页开发中后台常见一些数据处理,数据校验(日期,数字,半全角等)
Platform: | Size: 5120 | Author: 江雨 | Hits:

[J2ME070105111827

Description: 提供给JAVA入门者,免費下载PPT和源码 很多网友问我学习Java有没有什么捷径,我说“无他,唯手熟尔”。但是我却很愿意将自己学习的一些经验写出来,以便后来者少走弯路,帮助别人是最大的快乐嘛!   要想学好Java,首先要知道Java的大致分类。我们知道,自从Sun推出Java以来,就力图使之无所不包,所以Java发展到现在,按应用来分主要分为三大块:J2SE,J2ME和J2EE,这也就是Sun ONE(Open Net Environment)体系。J2SE就是Java2的标准版,主要用于桌面应用软件的编程;J2ME主要应用于嵌入是系统开发,如手机和PDA的编程;J2EE是Java2的企业版,主要用于分布式的网络程序的开发,如电子商务网站和ERP系统。J2SE开发桌面应用软件比起VC,VB,DELPHI这些传统开发语言来说,优势好象并不明显。J2ME对于初学者来说,好象又有点深奥,而且一般开发者很难有开发环境。所以现在应用最广泛又最好学的就是J2EE了。J2EE又包括许多组件,如JSP,Servlet,JavaBean,EJB,JDBC,JavaMail等。要学习起来可不是一两天的事。   那么又该如何学习J2EE呢?当然Java语法得先看一看的,I/O包,Util包,Lang包你都熟悉了吗?然后再从JSP学起。如果你学过HTML,那么事情要好办的多,如果没有,那你快去补一补HTML基础吧。其
Platform: | Size: 445440 | Author: 智慧男孩 | Hits:

[JSP/JavaFullThreadDump

Description: FullThreadDump demonstrates the use of the java.lang.management API to print the full thread dump. JDK 6 defines a new API to dump the information about monitors and java.util.concurrent ownable synchronizers.
Platform: | Size: 7168 | Author: sumbowlong | Hits:

[JSPCore_Java2_I_7th_Edithon

Description: Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API-Core Java 2 Volume I- Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API
Platform: | Size: 6638592 | Author: tengteng | Hits:

[Post-TeleCom sofeware systemsradius-1.2.0.tar

Description: radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upon the UdpStack which is available in the radius{version}/util directory. A minimal set of VSAs (Vendor Specific Attributes are supported by this stack). The Radius Stack should be used as a base class. In order to implement a larger set of VSAs, one will need to subclass from the Radius Stack and implement the functionality within the virtual function processVsa(). The Radius Stack supports mostly accounting messages. The authentcation messages will be supported in a future release. A test program has been provided in the radius directory. This program shows how to subclass from the RadiusStack and how to use the api.-source radius agreement ÷ The Radius Stack will connect to a Radius Server. This stackimplementation is built upon the UdpStack which is availablein the radius (version)/util directory. A minimal set of VSAs (VendorSpecific Attributes are supported by this stack). The RadiusStack should be used as a base class. In order to implementa larger set of VSAs, one will need to subclass from theRadius Stack and implement the functionality within thevirtual function processVsa (). The Radius Stack supportsmostly accounting messages. The authentcation messageswill be supported in a future release.A test program has been provided in the radius directory.This program shows how to subclass from the RadiusStackand how to use the api.
Platform: | Size: 7925760 | Author: guochengbin | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 36 »