• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Greyed Wolf

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 7 ··· 14 下一页

2016年10月13日

delphi中httpencode使用注意事项
摘要: delphi中httpencode使用注意事项 一、uses delphi中httpencode使用注意事项 一、uses delphi中httpencode使用注意事项 一、uses HTTPApp二、使用前要用UTF8Encode转换成utf-8编码HTTPEncode(UTF8Encode(T 阅读全文
posted @ 2016-10-13 16:32 Greyed Wolf 阅读(309) 评论(0) 推荐(0)
 

2016年8月27日

使用 Apache Spark 让 MySQL 查询速度提升 10 倍以上
摘要: 转: https://coyee.com/article/11012-how-apache-spark-makes-your-slow-mysql-queries-10x-faster-or-more?from=timeline&isappinstalled=0 阅读全文
posted @ 2016-08-27 09:39 Greyed Wolf 阅读(334) 评论(0) 推荐(0)
 

2016年8月25日

把已安装的wampserver移动到不同目录使用应注意的问题
摘要: 很多时候需要把已安装的wampserver移动到不同目录使用,此时应注意几个问题: 1、修改D:\wamp64\bin\apache\apache2.4.9\conf目录下的httpd.conf文件(注意使用支持utf8的编辑器),把原来目录全部改为新的目录,如果必要,修改监听端口; 2、修改D:\ 阅读全文
posted @ 2016-08-25 11:07 Greyed Wolf 阅读(365) 评论(0) 推荐(0)
 

2016年8月24日

如何在unigui中用代码展开一棵树?
摘要: procedure expandtree(tree:tunitreeview);begin UniSession.AddJS('setTimeout("' + Tree1.JSName + '.expandAll()", 500)');end; 阅读全文
posted @ 2016-08-24 09:36 Greyed Wolf 阅读(247) 评论(0) 推荐(0)
 

2016年8月22日

按下回车触发点击
摘要: function keypress(sender, e, eOpts){ if (event.keyCode==13){top.document.getElementById(top.UniLogin.btn1.getId()).click();}} 阅读全文
posted @ 2016-08-22 16:15 Greyed Wolf 阅读(193) 评论(0) 推荐(0)
 

2016年8月19日

【转】如何在html与delphi间交互代码
摘要: 【转】如何在html与delphi间交互代码 (2015-11-19 22:16:24) 转载▼ 【转】如何在html与delphi间交互代码 转载▼ 标签: it 分类: uniGUI it uniGUI总群中台中cmj朋友为我们总结了如下内容,对于利用delphi+uniGUI开发应用,可以说是 阅读全文
posted @ 2016-08-19 08:45 Greyed Wolf 阅读(2074) 评论(0) 推荐(0)
 

2016年8月16日

阻挡ddos攻击的函数
摘要: 阅读全文
posted @ 2016-08-16 15:12 Greyed Wolf 阅读(233) 评论(0) 推荐(0)
 

2016年7月27日

UNIDBgrid里动态添加clientevents实现回车替换TAB
摘要: //GRID里回车替换TABfunction cellkeydown(sender, td, cellIndex, record, tr, rowIndex, e, eOpts){ if (e.getKey()==13){var a=sender.editingPlugin;a.startEdit( 阅读全文
posted @ 2016-07-27 10:38 Greyed Wolf 阅读(935) 评论(0) 推荐(0)
 

2016年7月21日

在unigui中为组件添加hint
摘要: //改变hint的样式procedure TUniForm1.UniFormShow(Sender: TObject);var i: Integer;begin for I := 0 to Self.ControlCount - 1 do begin with TUniFormControl(Sel 阅读全文
posted @ 2016-07-21 08:49 Greyed Wolf 阅读(281) 评论(0) 推荐(0)
 

2016年6月18日

eDocEngine_3.0.4.273的手动安装
摘要: 1、安装FastReport 5; 2、编译Shared3(如对Delphi2007,打开gtSharedD11.groupproj项目文件),将产生的bpl、dcp文件分别拷贝到C:\Users\Public\Documents\RAD Studio\5.0目录的bpl、dcp目录下; 3、打开F 阅读全文
posted @ 2016-06-18 12:33 Greyed Wolf 阅读(241) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 7 ··· 14 下一页