摘要: 原网易博客搬家至CSDN啦。 原CSDN博客地址:http://blog.csdn.net/u013475360 阅读全文
posted @ 2016-11-28 14:16 To哥 阅读(211) 评论(0) 推荐(0) 编辑
摘要: public String unRepeatSixCode() {String sixChar = "";SimpleDateFormat sdf = new SimpleDateFormat("yyMMddHHmmss");Date date = new Date();String time =... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(2245) 评论(0) 推荐(0) 编辑
摘要: 一:表的恢复 对误删的表,只要没有使用PURGE永久删除选项,那么从flash back区恢复回来希望是挺大的。一般步骤有:1、从flash back里查询被删除的表 select * from recyclebin2.执行表的恢复 flashback table tb to... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(318) 评论(0) 推荐(0) 编辑
摘要: /** * 手机号码校验 * @param number * @return */ public static boolean checkMobilePhone(String number) { boolean result = false; try { String regex ... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1、MyEclipse --》 tomcat--》JDK -Xms1024M -Xmx1024M -XX:MaxPermSize=400M2、weblogic的 -Xms512m-Xmx512m-XX:MaxPermSize=196m-XX:PermSize=128m-Xverify:... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 环境:64位 apache-tomcat-7.0.40 打开这个文件apache-tomcat-7.0.37\bin\catalina.bat,在echo Using CATALINA_BASE: "%CATALINA_BASE%"的上面一行加下面代码:set JAVA_OPTS=-Xms10... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(93) 评论(0) 推荐(0) 编辑
摘要: commons-io下载地址:http://commons.apache.org/io/download_io.cgicommon-fileupload组件是apache的一个开源项目之一,可以从http://jakarta.apache.org/commons/fileupload/下载。该组件... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 安装步骤:1、下载aptana3.2 Eclipse Plugin插件.下载地址:http://update1.aptana.org/studio/3.2/024747/index.html2、在java文件夹下新建文件夹pluginsNew,在里面新建aptana_update_024747文件... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(114) 评论(0) 推荐(0) 编辑
摘要: FCKeditor 2.6.3 与FCKeditor.java 2.4在JSP中配置 1.FCKeditor 介绍 FCKeditor 这个开源的HTML 文本编辑器可以让web 程序拥有如MS Word 这样强大的编辑功能,.FCKeditor 支持当前流行的浏览... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(128) 评论(0) 推荐(0) 编辑
摘要: public class UploadAction { private static final long serialVersionUID = 7738910297605127355L; //private News news; //注入实体对象 private static... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(111) 评论(0) 推荐(0) 编辑
摘要: UploadUtil.java-------------------/** * 上传文件,名称以日期命名 * * @author Administrator */public class UploadUtil { /** * 上传文件 * * @param src... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(111) 评论(0) 推荐(0) 编辑
摘要: -0- 下载FckEditor和FckEditor for Java,下载slf4j。 这里没给出链接,请Google或Baidu;也可访问: http://yxhcquedu.blog.163.com/blog/static/5870547720086109408900/edit/,这... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 实现方法: 由于ckeditor中的"上传图片""上传文件""上传FLASH” 三个功能中都有“浏览服务器”按钮,所以我们要修改3个JS文件,先打开ckeditor文件夹中的ckeditor\plugins\image\dialogs\image.js文件,CTRL+F,搜索"bro... 阅读全文
posted @ 2016-11-28 13:58 To哥 阅读(356) 评论(0) 推荐(0) 编辑
摘要: @Resource注解的使用规则: 1、在spring的配置文件中导入命名空间 xmlns:context="http://www.springframework.org/schema/context" http://www.springframework.org/... 阅读全文
posted @ 2016-11-28 13:57 To哥 阅读(907) 评论(0) 推荐(0) 编辑
摘要: 类扫描的注解: 1、在spring的配置文件中导入命名空间 xmlns:context="http://www.springframework.org/schema/context" http://www.springframework.org/schema/con... 阅读全文
posted @ 2016-11-28 13:57 To哥 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 不错的Spring学习笔记(转) 阅读全文
posted @ 2016-11-28 13:57 To哥 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 或 阅读全文
posted @ 2016-11-28 13:57 To哥 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 方法总结 方法一:在线安装 1.打开HELP->MyEclipse Configuration Center。切换到SoftWare标签页。 2.点击Add Site 打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigris.org/update_... 阅读全文
posted @ 2016-11-28 13:57 To哥 阅读(102) 评论(0) 推荐(0) 编辑
摘要: *安好SVN的服务器版后*在命令行中,D:\根目录下 输入:svnadmin create SVN_REPO*在自动建好的SVN_REPO目录中的conf\svnserve.conf和conf\passwd两个文件打开1)将password-db = passwd 打开注释2)在passwd文件中... 阅读全文
posted @ 2016-11-28 13:57 To哥 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 1.最大化最小化 ===> ctrl+m 2.方法加注释 ===>在方法行上alt+shift+j 3.字符串转大小写 ===>ctrl+shift+x 4.找任意文件 ===>ctrl+shift+... 阅读全文
posted @ 2016-11-28 13:57 To哥 阅读(109) 评论(0) 推荐(0) 编辑