EL表达式没必要判断是否为空,如果为空,EL表达式会自动不显示直接${user.name}这样就可以了三目的话,试试${(empty user.name)?"":user.name} 这样写也许会报错,实际运行应该是对的或者不用三目,直接写${user.name}
分类:
其他好文 时间:
2015-04-21 20:06:00
阅读次数:
126
验证电话必须为数字1开头自动获取焦点除了在标签上写autofocus另外的一种方法为:utitle为idwindow.onload=function(){ $('utitle')focus(); }
分类:
其他好文 时间:
2015-04-21 20:05:07
阅读次数:
92
(三)play之yabe项目【数据模型】博客分类:框架@play framework创建项目play new yabeWhat is the application name? [yabe]Blog Engineplay eclipsify yabeplay run yabeEclipse引入项目f...
分类:
其他好文 时间:
2015-04-21 20:04:46
阅读次数:
154
转自:http://blog.sina.com.cn/s/blog_8020e41101019k7t.htmlSELECT field1/field2 FROM TB; 当 field1的数值 > field2的数值时,除法得出的结果是<1的,即0.xxxxxx 这个时候在DB2的环境下SELE.....
分类:
数据库 时间:
2015-04-21 20:06:42
阅读次数:
215
给定一个包含n个整数的数组,除了一个数出现一次以外,其他数均出现两次,找出这个出现一次的整数思路:运用异或运算,暴力,快速……public class SingleNumber { public static int singleNumber(int[] A) { ...
分类:
其他好文 时间:
2015-04-21 20:06:14
阅读次数:
103
jquery-autocomplete配置:一个稍微复杂的例子,可以自定义提示列表:123自定义提示456745464748495051525354
分类:
Web程序 时间:
2015-04-21 20:04:42
阅读次数:
144
#include //system头文件 #include //_chdir头文件 #include //cout头文件 #define picNum 228 using namespace std; //cout 命名空间 void main() { char path[]="d:/vs/scen...
分类:
编程语言 时间:
2015-04-21 20:06:21
阅读次数:
155
1 public static int getSelectedRowIndex(KDTable table) 2 { 3 int[] selectRows = KDTableUtil.getSelectedRows(table); 4 int selectIndex = -1...
分类:
其他好文 时间:
2015-04-21 20:06:00
阅读次数:
171
转载.Net开源网络爬虫Abot介绍.Net中也有很多很多开源的爬虫工具,abot就是其中之一。Abot是一个开源的.net爬虫,速度快,易于使用和扩展。项目的地址是https://code.google.com/p/abot/对于爬取的Html,使用的分析工具是CsQuery, CsQuery可以...
分类:
Web程序 时间:
2015-04-21 20:02:52
阅读次数:
139
引用自:http://www.cnblogs.com/lmule/archive/2010/11/05/1869624.html 1 -- 表的结构 `ecs_account_log` 2 CREATE TABLE IF NOT EXISTS `ecs_account_log` ( ...
分类:
数据库 时间:
2015-04-21 20:04:15
阅读次数:
311
移动端触屏滑动的效果其实就是图片轮播,在PC的页面上很好实现,绑定click和mouseover等事件来完成。但是在移动设备上,要实现这种轮播的效果,就需要用到核心的touch事件。处理touch事件能跟踪到屏幕滑动的每根手指。以下是四种touch事件touchstart: //手指放到屏幕上时触....
分类:
移动开发 时间:
2015-04-21 20:05:21
阅读次数:
154
本文以例子的形式浅析了如何对列表型的数据进行数据绑定。尝试了两种方法完成该功能的实现。
如何操作excel。――POI-apache。JXL-。第一步:如何用POI操作Excel@Test public void createXls() throws Exception{ //声明一个工作薄 HSSFWorkbook wb = new HSSFWork...
分类:
数据库 时间:
2015-04-21 20:02:50
阅读次数:
129
多项式求和Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 5 Accepted Submission(s) : 5Problem Descr...
分类:
其他好文 时间:
2015-04-21 20:02:49
阅读次数:
102
Ref:http://www.cnblogs.com/Gavinzhao/archive/2010/07/14/1777644.htmldeclare @Id varchar(100),@name varchar(10)declare ccursor cursor for select MAXID,...
分类:
其他好文 时间:
2015-04-21 20:04:07
阅读次数:
105
Kakuro Extension ExtensionTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 507Accepted Submission(s...
分类:
其他好文 时间:
2015-04-21 20:03:00
阅读次数:
158