Handle onClick for our custom LinearLayout for Gallery-like HorizontalScrollViewThe post "Implement Gallery-like HorizontalScrollView" and "Implement ...
分类:
其他好文 时间:
2014-07-07 12:30:02
阅读次数:
282
讲述了业务逻辑层的组织的三种方式:Transaction Script,Active Record以及Domain Model
分类:
Web程序 时间:
2014-07-02 21:51:46
阅读次数:
303
command-line: line 0: Bad configuration option: PermitLocalCommand2011-12-08 14:04:54标签:Bad configuration optionPermitLocalCommand职场休闲废话少说,问题描述与解决今天在一...
分类:
其他好文 时间:
2014-07-02 18:59:08
阅读次数:
289
用mybatis在mysql中保存字段精确到秒需要两个步骤。
1、现在mysql中将时间字段改为datetime 例如:alter table tablename add pay_date
datetime comment '精确到秒的时间'
2、在sql语句中直接用now(). 例如: update tj_record set is_customerHandove...
分类:
数据库 时间:
2014-07-02 15:15:37
阅读次数:
300
The Story:Last week, I found one of our embedded arm linux device ran out of flash space( totally only 128M for apps and OS).After checking for a whil...
分类:
其他好文 时间:
2014-07-02 14:30:13
阅读次数:
317
数据表结构如下;SQL>descrecord;NameTypeNullableDefaultComments----------------------------------------------RECORD_GUIDVARCHAR2(50)YDNISVARCHAR2(15)YANIVARCHAR2(15)YSTARTTIMEDATEYENDTIMEDATEYSTAFFIDVARCHAR2(10)YAGENTIDVARCHAR2(10)YEXTENSIONVARCHAR2(20)Y..
分类:
其他好文 时间:
2014-07-02 06:16:00
阅读次数:
244
通过Spring的jdbcTemplate调用Mysql的存储过程,出现下面的问题(以前也使用过,并没有出现下面的问题,折腾大半天,郁闷):开始报下面的错误:[INFO]2014-07-0110:49:15,297MESSAGE:LoadingXMLbeandefinitionsfromclasspathresource[org/springframework/jdbc/support/sql-er..
分类:
数据库 时间:
2014-07-02 06:12:07
阅读次数:
598
添加一个新的功能[javascript]view plaincopyExt.grid.PageRowNumberer=Ext.extend(Ext.grid.RowNumberer,{width:40,renderer:function(value,cellmeta,record,rowIndex,...
分类:
Web程序 时间:
2014-07-01 18:48:17
阅读次数:
217
mnesia创建的时候需要指定表record结构,如果定义的record结构修改了,就要更新数据的表结构,否则mnesia无法正常读取和写入数据。文章介绍如何修改mnesia的表结构...
分类:
其他好文 时间:
2014-07-01 07:18:35
阅读次数:
265
在页面上单选按钮的代码:
checked value="${key}" name="record.is_com"/>${value}
获取单选按钮选中的值,并给指定的单选按钮赋值:
if($('input[name="record.is_com"]:che...
分类:
Web程序 时间:
2014-06-30 06:00:54
阅读次数:
205