1、Delphi中的存储过程 参数 数据类型Delphi7中的使用存储过程的话,加入要获取输入参数的话,一般都是通过这样的方式:with spDelRights do begin if Active then Close; Parameters.Clear; Parameters.Refresh; ...
分类:
其他好文 时间:
2015-05-04 23:50:18
阅读次数:
151
1.查找java相关得列表 [root@localhost ~]# yum -y list java* Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirrors.zju.edu.cn * extras...
分类:
系统相关 时间:
2015-05-04 18:23:49
阅读次数:
265
1.refresh : ifNeeded (region)
在一个a.jsff页面里拖了一个taskflow b,b taskflow需要一个输入参数,从a.jsff对应的manage bean里给这个参数传值,
每次一在浏览器调用这个b taskflow的页面总是会报错说这个参数是null.
解决办法:在a.jsff里选中b这个taskflow,在它的属性里设置 refresh : ifN...
分类:
数据库 时间:
2015-04-29 13:41:49
阅读次数:
244
Android实现上拉加载更多功能以及下拉刷新功能,采用了目前比较火的PullToRefresh,他是目前实现比较好的下拉刷新的类库。目前他支持的控件有:ListView,ExpandableListView,GridView,WebView等。下载地址:https://github.com/chr...
分类:
移动开发 时间:
2015-04-24 22:35:52
阅读次数:
177
监控spring配置的properties文件,当配置文件修改后自动重启spring
本插件适用于集群的web应用,通过配置中心管理配置文件
原理:
使用 ApplicationListener#onApplicationEvent 监听配置spring启动,启动完成后开启监控线程ConfMonitorMain#start,当某个配置文件修改后ConfMonitorMain通知Con...
分类:
编程语言 时间:
2015-04-24 21:14:35
阅读次数:
227
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call ‘refresh‘ before accessing beans via the ApplicationContext at org.springframework.context.support.AbstractRefr...
分类:
编程语言 时间:
2015-04-24 17:00:38
阅读次数:
121
refresh_pattern指令在squid配置文件中定义,此参数控制着数据在磁盘上缓存的时间。语法如下:refresh_pattern[-i]regexpminpercentmax[options]1,regexp:是匹配正则表达式,注意这里是区分大小写的,使用-i选项来定义它忽略大小写2,min和max:单位是分钟,表示某个响应驻留..
分类:
其他好文 时间:
2015-04-22 15:56:00
阅读次数:
147
Q:在保存完数据之后需要重定向,防止数据重复提交。我使用$this->方法名();跳转,发现不能达到重定向的效果(地址栏没变)请教高手重定向怎么用A:$this->load->helper('url');redirect('/login/form/', 'refresh');通过发送HTTP头,命令...
分类:
Web程序 时间:
2015-04-22 13:37:50
阅读次数:
117
Case 1 : Redirect a page to a URL without waiting in PHP.1header("Location: index.php");Case 2 : Redirect a page to an URL after waiting for X seconds...
分类:
Web程序 时间:
2015-04-20 14:26:26
阅读次数:
180
网络上有几种方法,先总结如下: 调用窗体(父):FormFather,被调用窗体(子):FormSub。方法1: 所有权法//FormFather: //需要有一个公共的刷新方法public void Refresh_Method() { //... } //在调用FormSub时,要把FormS....