* 升级到struts2.3.20后,有些set的集合突然不能用了,可能是原来书写没有规范好,经过测试,有如下规则: 1,赋值常量字符串<s:set value="'aaa'" var="aa"/>或者<s:set value="'aaa'" name="aa"/>2,赋值常量数字<s:set va ...
分类:
其他好文 时间:
2016-05-10 12:51:27
阅读次数:
206
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>H5横向三栏布局</title> <meta name="viewport" content="width=device-width,initial-scale=1 ...
分类:
其他好文 时间:
2016-05-10 12:51:17
阅读次数:
180
原文 译文 文言现象 文章赏析 其他 作者介绍 ...
分类:
其他好文 时间:
2016-05-10 12:48:44
阅读次数:
246
题目 here is a fence with n posts, each post can be painted with one of the k colors.You have to paint all the posts such that no more than two adjacent ...
分类:
其他好文 时间:
2016-05-10 12:50:24
阅读次数:
136
ListView相关功能 1.android:fastScrollEnabled="true" ListView出现快速滚动的按钮,数据不多的时候,不会出现,只要数据足够多,会自动出现 2.android:drawSelectorOnTop When set to true, the selecto ...
分类:
移动开发 时间:
2016-05-10 12:48:12
阅读次数:
206
1. Jar 包 2. 配置 web.xml 文件 3. 配置 springmvc-servlet.xml 在默认路径下 WEB-INF 下 4. 新建 controller 层 java 类 5. springmvc 访问静态文件 在拦截器拦截所有请求的前提下,访问静态文件也是一种请求,默认被拦截 ...
分类:
编程语言 时间:
2016-05-10 12:48:41
阅读次数:
233
刚开始学习JS框架SenchaTouch就被简单的文件显示打蒙了,我去!我看的书是SenchaTouch权威指南,上面的第一个例子是这样写的:Ext.application({ name:'WebContent', icon:'images/icon.png', glossOnIcon:false, ...
分类:
编程语言 时间:
2016-05-10 12:49:41
阅读次数:
202
Singleton.h /*专门用来保存单例代码 最后一行不要加 \ */// @interface#define singleton_interface(className) \+ (className *)shared##className;// @implementation#define s ...
分类:
其他好文 时间:
2016-05-10 12:48:13
阅读次数:
163
Eclipse中,工程属性的Java Build Path的Library标签页下,有如下几个按钮:Add Jars...添加JAR包,是指本Eclipse当前包含的工程中的,在工程列表下选取即可Add External Jars...添加外部的JAR,是指外部的,需要用文件管理器,在电脑硬盘上选取 ...
分类:
编程语言 时间:
2016-05-10 12:49:02
阅读次数:
770
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all ...
分类:
其他好文 时间:
2016-05-10 12:49:48
阅读次数:
164
做出以下页面并实现其对应的功能: 页面效果: ...
分类:
Web程序 时间:
2016-05-10 12:48:48
阅读次数:
206
题目: Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), inclusive. Example: Note: 题目解答:这个题目说了,会反复的求一段数字的和,但是默认数 ...
分类:
其他好文 时间:
2016-05-10 12:48:58
阅读次数:
116
am-form-inline //横着排列间距 am-form-horizontal //竖着间距am-u-sm-offset-2 //偏移量<hr> //线条am-u-sm-centered //居中 跟am-g搭配用am-margin-top //向上外边距am-text-truncate // ...
分类:
其他好文 时间:
2016-05-10 12:46:47
阅读次数:
291
0x00 前言 如今物联网 RFID系统已经完全融入了我们的生活当中. 从楼宇门禁到 Apple Pay. 可以说其身影是无处不在.很多网友也分享了自己对RFID系统的安全测试心得.不过大多还是基于门禁卡和 Mifare-Classic 而言. 实际上在 Mifare 系列的大家族中还有着许多其他类 ...
分类:
其他好文 时间:
2016-05-10 12:48:16
阅读次数:
218
jq ...
分类:
其他好文 时间:
2016-05-10 12:46:15
阅读次数:
102
本文全面系统地介绍了成交量的概念,分析方法及应用法则,内盘外盘,成交量与股价的关系等. ...
分类:
其他好文 时间:
2016-05-10 12:47:30
阅读次数:
154
Bootstrap 栅格系统 学习总结 Bootstrap框架是如今最流行的前端框架之一,Bootstrap功能强大,简单易学,很符合实际应用场景。 只是Bootstrap的内容较多,新手往往不能很快的熟练运用Bootstrap。 这里,我就对Bootstrap中非常重要好用的栅格系统做一个以实例为 ...
分类:
其他好文 时间:
2016-05-10 12:47:33
阅读次数:
201