会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
商商-77
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
25
下一页
2016年1月29日
记录两张数据库表及Ibatis操作
摘要: 建表语句 ibatis的xml文件 动态update
阅读全文
posted @ 2016-01-29 11:45 商商-77
阅读(319)
评论(0)
推荐(0)
2014年9月24日
Spring4学习笔记-AOP
摘要: 1.加入jar包com.springsource.org.aopalliance-1.0.0.jarcom.springsource.org.aspectj.weaver-1.6.8.RELEASE.jarcommons-logging-1.1.3.jarspring-aop-4.1.0.RELEA...
阅读全文
posted @ 2014-09-24 13:14 商商-77
阅读(348)
评论(1)
推荐(0)
2014年8月13日
Java面试笔记
摘要: 1.&和&&if(str !=null& !str.equals("")){ System.out.println("ok"); }//抛空指针异常if(str !=null&& !str.equals("")){ System.out.println("ok"); }//正常编译&还可以用作位运算...
阅读全文
posted @ 2014-08-13 11:04 商商-77
阅读(274)
评论(1)
推荐(0)
2014年8月10日
Struts2中ModelDriven的陷阱及其预防
摘要: 页面表单 struts.xml配置 user_update.jspcom.test.UserActionpublic class UserAction implements ModelDriven { private User user; @Override ...
阅读全文
posted @ 2014-08-10 21:05 商商-77
阅读(235)
评论(0)
推荐(0)
JSTL I18N 格式标签库
摘要: I18N标签库标签的使用">英文:中文:中国台湾:I18N标签库本文出自 “阿凡达” 博客,请务必保留此出处http://shamrock.blog.51cto.com/2079212/1537253
阅读全文
posted @ 2014-08-10 10:09 商商-77
阅读(239)
评论(0)
推荐(0)
JDBC连接池
摘要: 650) this.width=650;" src="http://s3.51cto.com/wyfs02/M02/45/0C/wKiom1PjixLxfknCAAEbp-e9BqY598.jpg" title="QQ图片20140807221904.jpg" alt="wKiom1PjixLxfk...
阅读全文
posted @ 2014-08-10 10:09 商商-77
阅读(141)
评论(0)
推荐(0)
Flex入门笔记
摘要: Test_01.mxml --> Test_01.xmlHelloWorld!Successfullyworks!!!~~~@@@运行效果650) this.width=650;" src="http://s3.51cto.com/wyfs02...
阅读全文
posted @ 2014-08-10 10:09 商商-77
阅读(124)
评论(0)
推荐(0)
Java操作Oracle
摘要: publicclassDBCon{ //数据库驱动对象 publicstaticfinalStringDRIVER="oracle.jdbc.driver.OracleDriver"; //数据库连接地址(数据库名) publicstaticfinalStringURL="jdbc:oracle:t...
阅读全文
posted @ 2014-08-10 10:09 商商-77
阅读(191)
评论(0)
推荐(0)
ActionScript学习笔记
摘要: ActionScript学习笔记ActionScript中预定义的数据类型:Boolean、int、Number、String、uint其中,int、Number、uint是处理数字的。int用来处理整数,Number用来处理很长又有小数点的数字,uint处理很大的正整数。复杂数据类型:Array、...
阅读全文
posted @ 2014-08-10 10:09 商商-77
阅读(142)
评论(0)
推荐(0)
Windows下安装Tomcat服务
摘要: startup.bat中添加以下内容setlocalSETJAVA_HOME=D:\ProgramFiles\Java\jdk1.8.0_05SETCATALINA_HOME=D:\ProgramFiles\apache-tomcat-8.0.9shutdown.bat中添加以下内容setlocal...
阅读全文
posted @ 2014-08-10 10:09 商商-77
阅读(467)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
25
下一页
公告