Remove Duplicates from Sorted List II Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the ...
分类:
其他好文 时间:
2016-12-07 02:07:29
阅读次数:
165
一 .maven POM.XML maven ...
分类:
编程语言 时间:
2016-12-06 20:13:32
阅读次数:
132
0001.unsettling: If you describe something as unsettling, you mean that it makes you feel worried or uncertain.0002.dearth: If there is a dearth of so ...
分类:
其他好文 时间:
2016-12-06 20:04:09
阅读次数:
214
1、判断对象是否为空 freemarker中显示某对象使用${name}. 但如果name为null,freemarker就会报错。如果需要判断对象是否为空: <#if name??> …… </#if> 当然也可以通过设置默认值${name!''}来避免对象为空的错误。如果name为空,就以默认值 ...
分类:
其他好文 时间:
2016-12-06 16:37:41
阅读次数:
2426
创建一个类,引入外部jsp-api.jar包(在tomcat 下lib包里有),这个类继承SimpleTagSupport 重写doTag()方法。 定义配置文件,这个文件放在webContent目录下的tags包里,文件扩展名为.tld 。 在jsp中使用自定义标签: 结果: ...
分类:
Web程序 时间:
2016-12-06 14:22:12
阅读次数:
196
php无限极分类: 无限极分类重点在于表的设计: 1在model中: 2在controller中: 3在view中: 效果如下: ...
分类:
Web程序 时间:
2016-12-06 14:08:39
阅读次数:
369
1. 前言 为什么将这三个概念放在一起说。原因是这些是会在实现js 继承会需要使用到的 2. call 和 apply call 和 apply 的作用基本类似, 都是去执行function并将这个function 的context替换成第一个参数带入。 两者的不同是call 必须将function ...
分类:
移动开发 时间:
2016-12-06 13:55:54
阅读次数:
192
一、前言 这段时间忙的要死,做项目,学框架,时间根本不够用,只能尽量抽出时间记录自己学过的东西。 1.1、doubleSelect 在之前学习中,我们使用过二级列表,相信很多人都理解其原理,在struts中,同样也为我们准备了二级列表,使用doubleSelect就能够时间 进入主题 1、搭建环境( ...
分类:
其他好文 时间:
2016-12-06 02:29:21
阅读次数:
239
The ManagementFactory class is a factory class for getting managed beans for the Java platform. This class consists of static methods each of which re ...
分类:
编程语言 时间:
2016-12-05 22:53:55
阅读次数:
451