`
yangphere
  • 浏览: 78792 次
  • 性别: Icon_minigender_1
  • 来自: 重庆
社区版块
存档分类
最新评论
文章列表
/** * warning suppression * "The expression of type List needs unchecked conversion to conform to List<?>" * * @param <T> * @param c * @param clazz * @return */ public static <T> List<T> castList(Collection<?> c, Class<? extends ...
select to_char(sysdate,'YYYYMMDD HH24:MI:SS') "sysdate",SYSTIMESTAMP, to_char(current_date,'YYYYMMDD HH24:MI:SS')"currentdate",current_timestamp, DBTIMEZONE,SESSIONTIMEZONE from dual;
--系统参数配置  connect sys/password@db_link as sysdba select * from dba_profiles where resource_name like 'FAILED_LOGIN_ATTEMPTS%'; --1 DEFAULT FAILED_LOGIN_ATTEMPTS PASSWORD 10 --连续错误连接10次用户被锁定 --2. --查看被锁的用户 select LOCK_DATE,username from dba_users ...

key

6.0~8.5:yangphere standard:lLR7ZL-855555-6850685421089040 pro:lLR8ZC-855555-6850685401063452 blue:lLR8ZO-855555-6850685069139714 spring:lLR8ZF-855555-68506856506642203

关注的博客

月影传说http://hi.csdn.net/kunshan_shenbin
<!--把下面代码加到<head>与</head>之间--> <style type="text/css"> #winpop { width:120px; height:0px; position:absolute; right:0; bottom:0; border:1px solid #999999; margin:0; padding:1px; overflow:hidden; display:none; background:#FFFFFF} #winpop .title { width:100%; height:20 ...
-clean -startup ../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar --launcher.library ../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519 -install D:/Program Files/Genuitec/MyEclipse 8.x Latest -vm C:/Program Files/Java/jre6/bin/client/jvm.dll -vmar ...
Spring3.0                                https://src.springframework.org/svn/spring-framework/       Spring2.5 及以下版本           https://src.springframework.org/svn/spring-maintenance/ Spring Security                      https://src.springframework.org/svn/spring-security/ servlet-api 源码 ...
http://www.tool.la/QQCode/ http://www1.xise.cn/1/qq.htm
有时我们想知道此页的前一页地址(此页是浏览者从哪里链接过来的)的时候,就用到“访问来源”的方法。javascript用于任意扩展名的页面,但需要跟其他语言(如JSP,PHP)整合。Javascript方法: <script language="javascript"> document.write(document.referrer); </script>jsp方法:request.getHeader("Referer")比较: 1.javascript里是"referrer",jsp里是"refere ...
I fixed that problem in the Spring IDE trunk. If that problem is preventing you from using the tools please try the nightly build of 2.2.2. You can find the nightly build update site at: http://dist.springframework.org/snapshot/IDE/nightly Christian __________________ Christian Dupuis SpringSource, ...
字母数字汉字 = "^([A-Za-z0-9]|[\\u4e00-\\u9fa5]){2,8}$"; 字母数字 = "^[A-Za-z0-9]{6,16}$"; 邮箱 = "^([A-Za-z0-9]+[-|.]?)+[A-Za-z0-9]@([a-z0-9A-Z]+(-[a-z0-9A-Z]+)?.)+[a-zA-Z]{2,}$"; 手机 = "^((13[0-9])|(15[0|3|6|7|8|9])|(18[8|9]))\\d{8}$"; QQ = "^\\d{5,10}"; ...
Quartz的cron表达式      Quartz是定时调度任务的一个类库。cron表达式是它用来制定定时计划的一种功能强大而又简单的表达式。 一个cron表达式有至少6个(也可能7个)有空格分隔的时间元素。 按顺序依次为 秒(0~59) 分钟(0~59) 小时(0~23) 天(月)(0~31,但是你需要考虑你月的天数) 月(0~11) 天(星期)(1~7 1=SUN 或 SUN,MON,TUE,WED,THU,FRI,SAT) 7.年份(1970-2099) 其中每个元素可以是一个值(如6),一个连续区间(9-12),一个间隔时间(8-18/4)(/表示每隔4小时),一个列表(1,3,5 ...
maven 仓库地址: 共有的仓库 http://repo1.maven.org/maven2/ http://repository.jboss.com/maven2/ http://repository.sonatype.org/content/groups/public/ http://mirrors.ibiblio.org/pub/mirrors/maven2/org/acegisecurity/ 私有的仓库 http://repository.codehaus.org/ http://snapshots.repository.codehaus.org/ http://people.a ...
1.程序快捷打开助手——launchy http://code.google.com/p/launchy-chinese/ 2.工作列表提醒——todolist http://code.google.com/p/local-todolist/ 3.学习资料收集——网博士 http://www.citom.com/
Global site tag (gtag.js) - Google Analytics