上一页 1 ··· 202 203 204 205 206 207 208 209 210 ··· 222 下一页
摘要: 转自:https://blog.csdn.net/tobylxy/article/details/84320694 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 阅读全文
posted @ 2016-07-25 13:45 Sharpest 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 类文件说明 3 * 4 */ 5 public class SendMail { 6 7 Logger log = Logger.getLogger(SendMail.class); 8 9 /** 10 * 发送邮件 11 * 12 * @param toUser 13 * ... 阅读全文
posted @ 2016-07-25 11:26 Sharpest 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/huihui870311/article/details/455642111 2 相当于 3 (主要作用是引入要用到的类) 4 5 但是也有区别:两个用法的作用范围不同, 6 可用于多个页面内而 7 只能用于一个页面,不能跨页调用。 8 例如:如果你把所有类包的引入放在一个JSP中,在其他jsp中通include... 阅读全文
posted @ 2016-07-25 10:43 Sharpest 阅读(9217) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.jb51.net/article/35621.htm 1 一: 2 3 4 复制代码 代码如下: 5 注册 6 7 二: 8 9 复制代码 代码如下: 10 11 12 ">注册 13 //注意这里的action名都是在sturts.xml中配置的名字。 14 [\s\S ]*\n 15 16 三: 17 18 复制... 阅读全文
posted @ 2016-07-25 10:40 Sharpest 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/GT_Andy/archive/2007/10/31/1922138.html 1 Document.location.href和.replace的区别 2 document.location.href和document.location.replace都可以实现从A页面切换到B页面,但他们的区别是: 3 4 用document.lo... 阅读全文
posted @ 2016-07-25 10:09 Sharpest 阅读(672) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/jerrylz/p/5814460.html java mysql 数据类型对照 类型名称 显示长度 数据库类型 JAVA类型 JDBC类型索引(int) 描述 VARCHAR L+N VARCHAR java.lang.String 12 CH 阅读全文
posted @ 2016-07-24 22:46 Sharpest 阅读(1299) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/mym43210/article/details/30230173 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 其中中的s... 阅读全文
posted @ 2016-07-24 22:26 Sharpest 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 转自 :https://m.jb51.net/article/15932.htm 它的取值范围Page,Request,Session,Application。 ${param.id} 与输入有关,相对于 request.getParameter("id")。意思是获得输入的参数id。 因为a.js 阅读全文
posted @ 2016-07-24 11:49 Sharpest 阅读(2116) 评论(0) 推荐(0) 编辑
摘要: JSP中提供了四个范围来保存变量,分别是page,request,session,以及application 其中page范围只在当前页面有效,离开当前页面就失效了,这个肯定不行 request范围在一次请求范围内有效,这个正好是我们所需要的 session和application范围分别在一次会话 阅读全文
posted @ 2016-07-24 11:07 Sharpest 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1. 首先将FCKEditor文件夹复制到项目WebRoot下 2.将fckeditor-java-core-2.4.1.jar,commons-fileupload-1.2.1.jar, commons-io-1.3.2.jar,slf4j-api-1.5.2.jar以及slf4j-simple- 阅读全文
posted @ 2016-07-23 18:03 Sharpest 阅读(338) 评论(0) 推荐(0) 编辑
上一页 1 ··· 202 203 204 205 206 207 208 209 210 ··· 222 下一页