会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
追风客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
23
下一页
2013年4月11日
Extjs4.2:运行时修改store的url达到动态改变Grid数据的目的
摘要: var storeDzm = Ext.data.StoreMgr.lookup('StoreDzm'); storeDzm.getProxy().url = '/app/mdqry/cont?name=fr'; storeDzm.load();第二种方式: va...
阅读全文
posted @ 2013-04-11 16:01 cuibq
阅读(394)
评论(0)
推荐(0)
2013年4月4日
Extjs4.2:查找store
摘要: 查找名称为 'employeeStore' 的store:store:Ext.data.StoreMgr.lookup('employeeStore'),以及var store = Ext.data.StoreMgr.lookup('employeeStore');
阅读全文
posted @ 2013-04-04 06:33 cuibq
阅读(172)
评论(0)
推荐(0)
2013年4月2日
用Delphi编写CGI程序返回图象
摘要: 珠海西门子表计公司汪永荣----Delphi4.0对Internet编程提供了强大的支持,Delphi4.0编写CGI非常容易,Delphi4.0本身提供了例程。但是笔者在实践中遇到需要CGI程序根据数据库动态返回图象的情况,很多文章推进使用Cgi-Expert或有关的OCX控件,使用控件不仅带来额...
阅读全文
posted @ 2013-04-02 10:54 cuibq
阅读(569)
评论(0)
推荐(0)
2013年3月25日
lazarus1.1:ListView用法
摘要: ListView数据填充:procedure TForm1.FormActivate(Sender: TObject); Names: array[0..5, 0..3] of string = ( ('Rubble', 'Barney', 'Rubble', 'Barney'), (...
阅读全文
posted @ 2013-03-25 09:40 cuibq
阅读(341)
评论(0)
推荐(0)
lazarus1.1:一行代码完成MD5加密
摘要: 在lazarus主站转悠了半天,才发现MD5加密好简单:1、uses 部分加上md52、加密操作:Edit2.Text := MD5Print(MD5String(Edit1.Text)); 源程序:unit Unit1;{$mode objfpc}{$H+}interfaceuses Class...
阅读全文
posted @ 2013-03-25 09:31 cuibq
阅读(340)
评论(0)
推荐(0)
2013年3月14日
lazarus:SQLTransaction提交更新但不切断其他数据集的连接
摘要: SQLTransaction.CommitRetaining
阅读全文
posted @ 2013-03-14 05:43 cuibq
阅读(173)
评论(0)
推荐(0)
2013年3月11日
apache2.2:使一个目录允许执行cgi程序
摘要: 使htdocs/mytestweb目录可移植性CGI程序: 修改apache2.2\conf\httpd.conf文件: ....... ScriptAlias /windweb/ "D:/apache2.2/htdocs/mytestweb/" .......
阅读全文
posted @ 2013-03-11 09:38 cuibq
阅读(124)
评论(0)
推荐(0)
2013年3月6日
Extjs4.2+lazarus1.1:CRUD网页的快速实现(附源码)
摘要: 2012.3.1我是Extjs初学者,由于lazarus中的例子:lazarus\fpc\2.6.0\source\packages\fcl-web\examples\webdata\demo用的extjs是3.4版,在新的extjs4.2环境下不能运行,费了好大劲,终于搞定。期间到laz英文论坛提...
阅读全文
posted @ 2013-03-06 15:42 cuibq
阅读(305)
评论(0)
推荐(0)
2013年2月27日
lazarus:单独编译某目录下pp文件
摘要: 使用以下命令D:\lazarus\fpc\2.6.1\bin\i386-win32>fpc D:\lazarus\fpc\2.6.1\source\packages\fcl-web\src\webdata\fpwebdata.pp生成:fpwebdata.ofpwebdata.ppufpwebdat...
阅读全文
posted @ 2013-02-27 16:29 cuibq
阅读(172)
评论(0)
推荐(0)
2013年2月20日
Extjs4.1:selected is undefined错误
摘要: TypeError: selected is undefinedvar sChartType = selected.get('chart_type');原因:model 或者 store 结构与数据库结构不一致。
阅读全文
posted @ 2013-02-20 13:50 cuibq
阅读(112)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
23
下一页
公告