原创 [c.y.j]練習運動框架

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www

原创 [c.y.j]spring redis utils

http://blog.csdn.net/java2000_wl/article/details/8543203

原创 [c.y.j]郵箱正則表達式

^[a-zA-Z0-9]+(\@\w+)\.(com|cn|net)

原创 [c.y.j]搭建Spring、Spring MVC、Mybatis和Freemarker

http://www.cnblogs.com/candle806/p/3555993.html

原创 java編程規範{轉載}

1. 應用範圍 本規範應用於採用J2EE規範的項目中,所有項目中的JAVA代碼(含JSP,SERVLET,JAVABEAN,EJB)均應遵守這個規範。同時,也可作爲其它項目的參考。   2. 設計類和方法 2.1     創建具有很強內聚

原创 [c.y.j]mac mysql remove

http://www.cnblogs.com/TsengYuen/archive/2011/12/06/2278574.html

原创 [c.y.j]js 鼠標移動事件

http://www.jb51.net/article/28772.htm

原创 [c.y.j]練習div顯示

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=

原创 [c.y.j]maven java error:artifact jdk.tools:jdk.tools:jar:1.6

在pom.xml中制定自己的路徑 <dependency>         <groupId>jdk.tools</groupId>         <artifactId>jdk.tools</artifactId>         <

原创 [c.y.j]tomcat 性能優化

http://tech.ddvip.com/2012-12/1356020783187487_3.html

原创 [c.y.j]spring mvc controller 傳參

@RequestParam String username  必須要傳這參數 @RequestParam(required = false) String username 可有可無的參數 @RequestMapping("/{usern

原创 [c.y.j]正則

http://martinwuje.iteye.com/blog/1880841

原创 [c.y.j]滾動條 練習

<textarea> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-trans

原创 [c.y.j]練習定時器時鐘

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=

原创 spring mvc 文件下載

http://kimnote.com/2013/10/spring-mvc-%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD