搜索资源列表
StrutsSpringJpa-test
- struts2.0+spring2.5+jpa整合 str uts2.0+spring2.5+jpa整合-struts2.0+spring2.5+jpa struts2.0+spring2.5+jpa struts2.0+spring2.5+jpa
StrutsMVC
- Struts是目前非常流行的基于MVC的Java Web框架。本书详细介绍了在最新的Struts1.1以及不久将推出的Struts1.2版本上设计和开发Java Web应用的各种技术。本书第1章到第3章为入门篇,通过两个Struts应用实例,引导读者把握设计、开发和部署Struts应用的整体流程,充分体会Struts框架在开放大型、可扩展的Web应用方面发挥的优势。第4章到第7章深入探讨了Struts框架的核心组件ActionServlet和RequestProcessor的实现原理,详细介绍了
JDom--Str
- java 制作解析形式XML字符串 必须有JDOM这个包-JDOM TO String
struts2-uploaddownload-jar
- struts2上传下载jar包 str uts2上传下载jar包 struts2上传下载jar包-struts2 upload download jar struts2 upload download jar struts2 upload download jar struts2 upload download jar
WinFrame
- java写的一个留言板,可供课程设计参考。 程序带有一个Access数据库。允许添加留言、删除留言、表情管理、翻页... import java.awt.* import java.awt.event.* import java.sql.* class dlg extends Frame{ Panel p1=new Panel() //East面板 Panel p2=new Panel() //South面板 Button bt1=new But
str
- 输入两个字符串str1和str2,判断str2是否是str1的子串。如果是,输出str1中在子串str2前和后的字符串。-Enter two strings str1 and str2, str2 to determine whether it is a substring of str1. If so, output in the sub-string str2 in str1 before and after the string.
StringIndexOutOf
- 个人原创代码:Java异常处理程序。编写Java Application程序,参考下面的程序,试修改程序,捕获相关异常,使得程序能正常运行。[提示:用错误数据测试,即可得到异常类名,运行时主方法参数输入 abc 测试] public class StringIndexOutOf{ public static void main(String args[]){ System.out.println("字符串索引越界异常") String str=args[0] System.ou
Java-str-date
- Java字符串转换为日期和时间比较大小的常用函数归类。-Java strings are classified into the common function of the size of the date and time.
NamedEntityRecognition
- 一个用Java写的命名实体识别程序 import edu.fudan.nlp.tag.NERTagger public class NamedEntityRecognition { public static void main(String[] args) throws Exception { NERTagger tag = new NERTagger("./models/ner.p110722.gz")
str
- 使用DES对字符串双向加密,比起MD5的单项加密更实用-Use DES to string two-way encryption, compared with single MD5 encryption more practical
JiSuanQi
- java实现计算器,import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi { Frame f Label lab Button[] bt=new Button[29] JTextField t StringBuffer str //显示屏所显示的字符串 double x,y //x和y都是运算数 int
ConverStr
- 字符串编码转换的实现方法 * @param str * 待转换编码的字符串 * @param oldCharset * 原编码 * @param newCharset * 目标编码- * 字符串编码转换的实现方法 * * @param str * 待转换编码的字符串 * @param newCharset * 目标编码
regress-209067
- Testing complicated str.replace.
regress-179524
- Don t crash on extraneous arguments to str.match(), etc.
str-to-num
- The value of the internal [[Prototype]] property of the Object prototype object is null. -The value of the internal [[Prototype]] property of the Object prototype object is null.
expression-016
- Testing re.exec(str) when re.lastIndex is < 0 or > str.length.
DateUtil
- java日期处理,日期字符串之间的转换,格式化日期,或将字符串转化为日期-java date process,str to date or date to str
inverted-order
- 将一个字符串str的内容颠倒过来,并输出。str的长度不超过100个字符。 如:输入“I am a student”,输出“tneduts a ma I”。-The contents of a string str reversed, and output. str is no longer than 100 characters. Eg: Enter " I am a student" , output " tneduts a ma I" .