在添加数据的时候有时因为数据条件不符合而页面的数据要重新输入比较麻烦,所以要做数据回显功能根据提供domain里的基本数据类写个类CustomerFormBean
.java 1 package cn.itcast.Controller; 2 3 import java.util.Date; 4 ....
分类:
其他好文 时间:
2014-05-26 23:24:12
阅读次数:
383
select * from all_tab_comments-- 查询所有用户的表,视图等select
* from user_tab_comments -- 查询本用户的表,视图等select * from
all_col_comments--查询所有用户的表的列名和注释.select * fro...
分类:
数据库 时间:
2014-05-26 22:57:50
阅读次数:
363
添加的过程安装完后,就可以在下图上,看到一个poster点击poster就可以看到下图图中红线圈好的,是必须要填写的Url是访问路径Name是参数名称Value是参数值需要注意一点的是:如图切换上面的Tab控件需要点击图中红线圈住的部分,这样才能使的参数添加到url后面传参,丢掉这一部分的话,参数是...
分类:
其他好文 时间:
2014-05-26 22:49:58
阅读次数:
770
在网上看了很多demo 自己实现了一个效果如下 ps jquery1.7.2 jQuery
EasyUI 1.3.6 easyui QQ群:15129679 tabs 右键菜单demo QQ:15129679 tab...
分类:
其他好文 时间:
2014-05-26 21:32:47
阅读次数:
471
问:在配置文件a.properties中有一行path=C:\test在java中getProperty("path")后,java把\t认为是一个字符TAB。怎样才能取到正确的结果:C:\test呢答:使用C:\\test或者C:/test...properties文件的约定在windows下“/...
分类:
编程语言 时间:
2014-05-26 16:07:14
阅读次数:
318
init方法在init方法中实例化必要的对象(遵从LazyLoad思想)init方法中初始化ViewController本身loadView方法view
controller会在view的property被请求并且当前view值为nil时调用这个函数。当view需要被展示而它却是nil时,viewC...
分类:
其他好文 时间:
2014-05-26 15:52:14
阅读次数:
230
select T.COLUMN_NAME,t.data_type ,c.comments from
ALL_TAB_COLUMNS T ,user_col_comments c where 1=1 and c.table_name = t.table_name
and c.c...
分类:
数据库 时间:
2014-05-24 07:57:41
阅读次数:
266
第一、initWithNibName这个方法是在controller的类在IB中创建,但是通过Xcode实例化controller的时候用的.
第二、initWithCoder 是一个类在IB中创建但在xocde中被实例化时被调用的.比如,通过IB创建一个controller的nib文件,然后在xcode中通过 initWithNibName来实例化这个controller,那么这个cont...
分类:
其他好文 时间:
2014-05-23 00:48:18
阅读次数:
424
介绍在在title bar上显示indeterminate progress
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ...
分类:
其他好文 时间:
2014-05-23 00:31:27
阅读次数:
352
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo...
分类:
其他好文 时间:
2014-05-23 00:30:50
阅读次数:
415