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






Greyed Wolf

 
 

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

2017年4月10日

关于MySQL的TinyInt数据类型在Delphi中作为Boolean类型的一个要注意的问题
摘要: 关于MySQL的TinyInt数据类型在Delphi中作为Boolean类型的一个要注意的问题: 在定义TinyInt类型字段时,若要作为Delphi中作为Boolean类型,则该字段的长度必须为1! 阅读全文
posted @ 2017-04-10 17:54 Greyed Wolf 阅读(228) 评论(0) 推荐(0)
 

2017年2月4日

Gnostice PDFtoolkit VCL的安装
摘要: Installation and Uninstallation For New Users Close all open applications including the IDE. Run the setup and follow the instructions on the screen.F 阅读全文
posted @ 2017-02-04 16:19 Greyed Wolf 阅读(634) 评论(0) 推荐(0)
 

2017年1月23日

UNIDAC的安装
摘要: UNIDAC的安装1、在source目录中找到对应Delphi版本目录的make.bat文件,修改其中的 set IdeDir="D:\Application\DelphiXE2指到你的delphi实际安装目录2、运行make.bat3、把产生于bin目录的*.bpl文件拷贝到(分别对应32位和64 阅读全文
posted @ 2017-01-23 17:20 Greyed Wolf 阅读(506) 评论(0) 推荐(0)
 

2016年11月30日

使用UNIDAC连接oracle时的参数设置
摘要: 在uniconnection1里设置: server项位hostip:port:sid,如10.53.x.XX:1521:or10g 然后在Options里设置: charset:utf8 direct:true homename:OraDb10g_home1 UseUnicode:true 阅读全文
posted @ 2016-11-30 11:16 Greyed Wolf 阅读(1259) 评论(0) 推荐(0)
 
使用Navicat连接oracle时出现unsupported server character set ZHS16GBK的解决之道
摘要: 原文网址http://blog.mn886.net/chenjianhua/show/ba1dc6f835be403ea159b0a5e2685ff2/index.html ORA-12737:Instant Client Light:unsupported server character set 阅读全文
posted @ 2016-11-30 10:56 Greyed Wolf 阅读(2673) 评论(0) 推荐(0)
 

2016年11月24日

安装MySQL ODBC应注意的问题
摘要: 1、在32 位系统上安装: 安装32的ODBC:mysql-connector-odbc-5.2.5-win32 2、在64位系统上安装: 要同时安装32位及64位系统的ODBC: mysql-connector-odbc-5.2.5-win32, mysql-connector-odbc-5.2. 阅读全文
posted @ 2016-11-24 15:59 Greyed Wolf 阅读(249) 评论(0) 推荐(0)
 

2016年11月21日

AJAX跨域资源共享 CORS 详解
摘要: CORS是一个W3C标准,全称是"跨域资源共享"(Cross-origin resource sharing)。 它允许浏览器向跨源服务器,发出XMLHttpRequest请求,从而克服了AJAX只能同源使用的限制。 本文详细介绍CORS的内部机制。 一、简介 CORS需要浏览器和服务器同时支持。目 阅读全文
posted @ 2016-11-21 15:45 Greyed Wolf 阅读(192) 评论(0) 推荐(0)
 

2016年10月30日

RealThinClient SDK 学习笔记(1)
摘要: 从客户端调用远程函数的两种方法 1: RtcClientModule1.Prepare('select'); // call the "select" function on the Server RtcClientModule1.Param.asText['table']:='biolife'; 阅读全文
posted @ 2016-10-30 17:12 Greyed Wolf 阅读(526) 评论(0) 推荐(1)
 

2016年10月26日

mysql中两表更新时产生的奇葩问题,产生死锁!
摘要: 如下一个两表更新语句 UPDATE hzxm201610 a,xmhzylb1201610 b SET a.gk07_1_6=b.gk04_11,a.gk07_2_6=b.f06_1,a.gk07_3_6=b.f07_1,a.gk07_4_6=b.f08_1 where substring(a.gk 阅读全文
posted @ 2016-10-26 12:00 Greyed Wolf 阅读(398) 评论(0) 推荐(0)
 

2016年10月22日

MySQL使用FEDERATED engine建立代理表
摘要: CREATE TABLE `yndzm` ( `city` varchar(40) DEFAULT NULL COMMENT '市(州)', `county` varchar(60) DEFAULT NULL COMMENT '县(区)', `town` varchar(60) DEFAULT NU 阅读全文
posted @ 2016-10-22 15:05 Greyed Wolf 阅读(283) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 ··· 14 下一页