上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页
摘要: 1、Properites 加载配置文件 web路径设置2、CommonUtils.uuid()3 、TxQueryRunner c3p0数据库连接池4、MailUtil (邮箱的smtp服务要打开 否则 fail connected)5、MessageFormat 完成对占位符的替换6、将表单数据封... 阅读全文
posted @ 2015-08-28 20:57 尾巴草 阅读(293) 评论(0) 推荐(0) 编辑
摘要: UserService 1 // 激活功能更 2 public void activation(String code) throws UserException { 3 /* 4 * 1通过激活码查询用户 2如果用户为Null说明是无效激活码 抛出异常 给... 阅读全文
posted @ 2015-08-28 20:41 尾巴草 阅读(392) 评论(0) 推荐(0) 编辑
摘要: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 1 /** 2 ... 阅读全文
posted @ 2015-08-28 10:49 尾巴草 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 别忘了在xml中配置UserServletregist.js 1 $(function() { 2 /* 3 * 1. 得到所有的错误信息,循环遍历之。调用一个方法来确定是否显示错误信息! 4 */ 5 $(".errorClass").each(fun... 阅读全文
posted @ 2015-08-27 21:27 尾巴草 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 做个小项目重新回顾一下以前的东东效果如图所示regist.jsp代码: 1 2 3 4 5 6 7 注册页面 8 9 ">11 12 13 14 15 16 17 18 新用户注册19 20 21 ... 阅读全文
posted @ 2015-08-27 17:06 尾巴草 阅读(201) 评论(0) 推荐(0) 编辑
摘要: JAVA体系结构:JAVA设计语言,JAVA Class文件,JAVA API,JAVA虚拟机。一、java虚拟机: 1、java虚拟机的主要任务是装载class我呢间并且执行其中的字节码。java虚拟机包含一个类装载器,他可以从程序和API中装载class文件。 JAVA API中只有程序执行时... 阅读全文
posted @ 2015-08-26 16:28 尾巴草 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Given a string s, partition s such that every substring of the partition is a palindrome.Return all possible palindrome partitioning of s. For example... 阅读全文
posted @ 2015-08-21 16:03 尾巴草 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo... 阅读全文
posted @ 2015-08-19 21:42 尾巴草 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ... 阅读全文
posted @ 2015-08-18 10:07 尾巴草 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo... 阅读全文
posted @ 2015-08-18 09:57 尾巴草 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页