摘要: public class Price{ final static Price INSTANCE = new Price(2.8); static double initPrice = 20; double currentPrice; public Price(double discount){ currentPrice = initPrice -... 阅读全文
posted @ 2016-08-10 14:36 yasepix 阅读(153) 评论(0) 推荐(0) 编辑
摘要: public class ArrayTest { public static void main(String[] args) { int[][] cf99 = new int[9][9]; for(int i=0; i<cf99.length; i++){ for(int j=0; j<cf99[i].length;j++){... 阅读全文
posted @ 2016-08-09 11:26 yasepix 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1、Office Professional Plus 2010: 6QFDX-PYH2G-PPYFD-C7RJM-BBKQ8 BDD3G-XM7FB-BD2HM-YK63V-VQFDK2、Office Professional Plus 2010:(VL) MKCGC-FBXRX-BMJX6-F3Q 阅读全文
posted @ 2016-08-09 08:51 yasepix 阅读(312) 评论(0) 推荐(0) 编辑
摘要: Intellij Idea 创建Web项目入门(一) 相关软件: Intellij Idea14:http://pan.baidu.com/s/1nu16VyD JDK7:http://pan.baidu.com/s/1dEstJ5f Tomcat(apache-tomcat-6.0.43):htt 阅读全文
posted @ 2016-08-03 17:13 yasepix 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 使用Spring JDBCTemplate简化JDBC的操作 接触过JAVA WEB开发的朋友肯定都知道Hibernate框架,虽然不否定它的强大之处,但个人对它一直无感,总感觉不够灵活,太过臃肿了。 今天来说下Spring中关于JDBC的一个辅助类(JDBC Template),它封装了JDBC的 阅读全文
posted @ 2016-07-26 14:06 yasepix 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 原文出处: barelyfitz 译文出处:w3cplus CSS的positon,我想做为一个Web制作者来说都有碰到过,但至于对其是否真正的了解呢?那我就不也说了,至少我自己并不非常的了解其内核的运行。今天在Learn CSS Positioning in Ten Steps一文中分十步介绍了C 阅读全文
posted @ 2016-07-26 09:20 yasepix 阅读(141) 评论(0) 推荐(0) 编辑
摘要: controller 阅读全文
posted @ 2016-07-12 11:22 yasepix 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-07-05 10:45 yasepix 阅读(106) 评论(0) 推荐(0) 编辑
摘要: jsp include 乱码问题的解决 博客分类: Java JSPWeb浏览器IESpring jsp include 乱码问题的解决 Java JSPWeb浏览器IESpring jsp include 乱码问题的解决 jsp include 的文件有时候会出现乱码,经过测试发现如下方法可以修改 阅读全文
posted @ 2016-07-04 15:59 yasepix 阅读(206) 评论(0) 推荐(0) 编辑
摘要: myeclipse内存不足有关问题 myeclipse内存不足问题 使用myeclipse8.5出现如下问题:MyEclipse has detected that less than 5% of the 31MB of Eden Space (Heap memory) space remains. 阅读全文
posted @ 2016-07-04 14:25 yasepix 阅读(229) 评论(0) 推荐(0) 编辑