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






Greyed Wolf

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2020年10月22日

使用 Setup Factory 安装程序制作增量更新安装包
摘要: setup factory , update ,更新,升级包 阅读全文
posted @ 2020-10-22 17:31 Greyed Wolf 阅读(792) 评论(0) 推荐(0)
 

2020年10月16日

delphi 窗口置顶及uniquery.locateEx的用法
摘要: 窗口置顶: SetWindowPos(Form_showerr.Handle,HWND_TOPMOST,0,0,0,0,SWP_NOMOVE or SWP_NOSIZE); 数据集的locate方法: uses memdata; DataModule1.UniQuery_hklist.LocateE 阅读全文
posted @ 2020-10-16 11:01 Greyed Wolf 阅读(550) 评论(0) 推荐(0)
 

2020年4月17日

MySQL中REGEXP正则表达式使用大全
摘要: MySQL中REGEXP正则表达式使用大全 更新时间:2015年09月29日 11:28:37 投稿:mrr 我要评论 使用正则表达式操作mysql数据库非常方便,本篇文章给大家分享mysql中REGEXP正则表达式使用大全,感兴趣的朋友跟着小编一起看看吧 以前我要查找数据都是使用like后来发现m 阅读全文
posted @ 2020-04-17 12:11 Greyed Wolf 阅读(496) 评论(0) 推荐(0)
 

2018年8月1日

谷歌浏览器和火狐浏览器设置跨域和https、http混用 Chrome
摘要: 谷歌浏览器和火狐浏览器设置跨域和https、http混用 谷歌浏览器和火狐浏览器设置跨域和https、http混用 Chrome Chrome 添加启动项: 右键点击Chrome快捷方式,在目标一栏后添加启动项 允许跨域: --disable-web-security --user-data-dir 阅读全文
posted @ 2018-08-01 15:38 Greyed Wolf 阅读(2791) 评论(0) 推荐(0)
 

2018年5月11日

mysql-8.0.11-winx64.zip安装教程
摘要: mysql-8.0.11-winx64.zip安装教程 下载zip安装包: MySQL8.0 For Windows zip包下载地址:https://dev.mysql.com/downloads/file/?id=476233,进入页面后可以不登录。后点击底部“No thanks, just s 阅读全文
posted @ 2018-05-11 15:17 Greyed Wolf 阅读(3499) 评论(0) 推荐(0)
 

2018年2月24日

unidbnavigator提示汉化
摘要: 阅读全文
posted @ 2018-02-24 15:52 Greyed Wolf 阅读(370) 评论(1) 推荐(0)
 

2017年6月2日

MySql判断汉字、日期、数字的具体函数
摘要: 几个平常用的mysql函数,MySql判断汉字、日期、数字的具体函数分享给大家,具体内容如下 1.判断字符串是否为汉字 返回值:1-汉字 0-非汉字 ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 阅读全文
posted @ 2017-06-02 16:14 Greyed Wolf 阅读(4464) 评论(0) 推荐(0)
 

2017年5月9日

Steema TeeChart Pro VCL FMX 2017.20 Full Suorce在Delphi XE10下的安装
摘要: 一、首先将压缩包TeeChart Pro VCL FMX 2017.20 FS.rar解压到一个目录,比如 E:\Application\Steema TeeChart Pro VCL FMX 2017.20 FS目录下; 二、关闭所有Delphi IDE; 三、运行E:\Application\S 阅读全文
posted @ 2017-05-09 16:22 Greyed Wolf 阅读(1158) 评论(0) 推荐(0)
 

2017年4月28日

Delphi XE7下如何创建一个Android模拟器调试?
摘要: Delphi XE7下如何创建一个Android模拟器调试? Delphi XE7下如何创建一个Android模拟器调试? 1 2 3 4 5 6 7 分步阅读 1 2 3 4 5 6 7 1 2 3 4 5 6 7 利用Delphi XE7我们可以进行多种设备程序的开发,尤其是移动开发应用程序得到 阅读全文
posted @ 2017-04-28 10:16 Greyed Wolf 阅读(850) 评论(0) 推荐(0)
 

2017年4月12日

关于使用UniForm以其他控件为Parent时应该注意的问题
摘要: 关于使用UniForm以其他控件为Parent时应该注意的问题: 1,不能在其他组件的oncreate,onbeforeshow,onshow等事件中来生成这样的uniform,否则其上的组件不能显示; 2、这样的uniform在Parent上的位置不能与其他组件重叠,否则会发生一样的问题。 出现这 阅读全文
posted @ 2017-04-12 11:12 Greyed Wolf 阅读(197) 评论(0) 推荐(0)
 
下一页