摘要:
Let's go home Time Limit: 10000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1616 Accepted Submission(s): 661 阅读全文
posted @ 2017-05-21 15:41
llguanli
阅读(182)
评论(0)
推荐(0)
摘要:
转载请说明出处:http://blog.csdn.net/cywosp/article/details/38965981 1. 安装jdk,tomcat sudo apt-get install tomcat7 openjdk-7-jdk openjdk-7-jre 2. 到http://lucen 阅读全文
posted @ 2017-05-21 14:07
llguanli
阅读(360)
评论(0)
推荐(0)
摘要:
我的上一篇博客Hibernate缓存体系之查询缓存(query cache),以及list和iterate方法的差别介绍了查询缓存的概念,以及list和iterate的差别。读者可能注意到:那篇博客測试的前提是,仅仅开启查询缓存,没有开启二级缓存。 通过各种情形測试,我们能够得出一个结论:仅仅开启查 阅读全文
posted @ 2017-05-21 12:30
llguanli
阅读(3077)
评论(2)
推荐(1)
摘要:
第一页面html <div class="admin">${answer.content}</div> <div class="adminss">${answer.content}</div> 第二循环压缩${answer.content}内容中的大图片 <script> jQuery(functi 阅读全文
posted @ 2017-05-21 10:58
llguanli
阅读(199)
评论(0)
推荐(0)
摘要:
spring中构造函数注入,简单来说,就是通过beans.xml中,设置对应的值。而且通过bean类中的构造函数进行注入这些值。 文件结构 Goods类 package com.test.innerbean; public class Goods { private String goodsName 阅读全文
posted @ 2017-05-21 09:43
llguanli
阅读(1575)
评论(0)
推荐(0)
摘要:
假设要在Linux上做j2ee开发。首先得搭建好j2ee的开发环境。包含了jdk、tomcat、eclipse的安装(这个在之前的一篇随笔中已经有具体解说了Linux学习之CentOS(七)--CentOS下j2ee环境搭建),假设要开发web项目,我们当然能够安装一个myeclipse到Linux 阅读全文
posted @ 2017-05-21 08:04
llguanli
阅读(382)
评论(0)
推荐(0)
摘要:
普通javaBean高速重写toString()方法: import org.apache.commons.lang3.builder.ToStringBuilder; import org.apache.commons.lang3.builder.ToStringStyle; public Str 阅读全文
posted @ 2017-05-20 21:59
llguanli
阅读(128)
评论(0)
推荐(0)
摘要:
你能保证你的程序不会出问题吗? 不能 当你的程序执行到某个地方发生了你不想要的结果。你是否想让它一错再错? 不想 你是否想让你的程序占着茅坑不拉屎? 不想 你是否想知道你的程序出错的原因? 想 看了了这4个问题之后。假设你的回答和我的一致,那么请看下文 trycatch finally的使用方法: 阅读全文
posted @ 2017-05-20 21:09
llguanli
阅读(208)
评论(0)
推荐(0)
摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2669 Problem Description The Sky is Sprite. The Birds is Fly in the Sky. The Wind is Wonderful. Blew Th 阅读全文
posted @ 2017-05-20 09:48
llguanli
阅读(151)
评论(0)
推荐(0)
摘要:
这是“使用 C# 开发智能手机软件:推箱子”系列文章的第四篇。在这篇文章中,介绍 Common/FindPath.cs 源程序文件。 using System; using System.Drawing; using System.Collections.Generic; namespace Sky 阅读全文
posted @ 2017-05-20 08:47
llguanli
阅读(266)
评论(0)
推荐(0)