上一页 1 2 3 4 5 6 7 8 9 ··· 32 下一页
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-05-16 05:43 garfieldtom 阅读(12) 评论(0) 推荐(0)
摘要: git pull 失败 ,提示:fatal: refusing to merge unrelated histories 其实这个问题是因为 两个 根本不相干的 git 库, 一个是本地库, 一个是远端库, 然后本地要去推送到远端, 远端觉得这个本地库跟自己不相干, 所以告知无法合并 具体的方法, 阅读全文
posted @ 2019-04-12 20:52 garfieldtom 阅读(233) 评论(0) 推荐(0)
摘要: 引用地址: https://docs.microsoft.com/en-us/sql/connect/php/system-requirements-for-the-php-sql-driver?view=sql-server-2017 System Requirements for the Mic 阅读全文
posted @ 2019-04-11 21:37 garfieldtom 阅读(1120) 评论(1) 推荐(0)
摘要: 重新安装VMWare或拷贝虚机文件后有时网卡会无法工作,主要是因为网卡的Mac地址改变了,如果系统中的网卡配置信息中有Mac的信息,则虚机的系统的网卡可能无法正常工作. 如果出现上述问题,解决办法如下: 1.修改网卡配置中的Mac信息,/etc/sysconfig/network-scripts/i 阅读全文
posted @ 2019-01-28 16:12 garfieldtom 阅读(513) 评论(0) 推荐(0)
摘要: 转自: http://blog.sina.com.cn/s/blog_44fa172f0102v9x3.html 'xxx.bpl'包实际存在, 路径并且正确. 但是总提示'can't load package 'xxx.bpl'. a. 一般情况, 把packge设计包安装在默认输出路径下, 可以 阅读全文
posted @ 2019-01-27 06:30 garfieldtom 阅读(1344) 评论(0) 推荐(0)
摘要: 转:http://www.cnblogs.com/pangpanghuan/p/6432331.html Sql Server 增加字段、修改字段、修改类型、修改默认值 1、修改字段名: alter table 表名 rename column A to B 2、修改字段类型: alter tabl 阅读全文
posted @ 2017-10-24 14:06 garfieldtom 阅读(319) 评论(0) 推荐(0)
摘要: The CompilerVersion constant identifies the internal version number of the Delphi compiler. It is defined in the System unit and may be referenced eit 阅读全文
posted @ 2017-09-17 07:15 garfieldtom 阅读(5010) 评论(0) 推荐(0)
摘要: var jo,jEntity,jSubEntity: ISuperObject; jaOrder,jaEntity,jaSubEntity: ISuperObject; i,j,entityCount,subEntityCount: Integer; begin entityCount:=2; subEntityCount:=3; jo := SO(); jaEn... 阅读全文
posted @ 2017-08-23 19:49 garfieldtom 阅读(332) 评论(0) 推荐(0)
摘要: 引自: https://stackoverflow.com/questions/27701294/why-does-delphi-xe7-ide-hangs-and-fails-on-out-of-memory-exception Why does Delphi XE7 IDE hangs and 阅读全文
posted @ 2017-08-21 07:39 garfieldtom 阅读(609) 评论(0) 推荐(0)
摘要: 使用 TRESTClient 与 TRESTRequest 作为 HTTP Client 转自:http://www.cnblogs.com/dennieschang/p/6966403.html 在 Delphi XE 推出以前的年代,Delphi的发展方向是笔直朝向资料库连结Windows 应用 阅读全文
posted @ 2017-06-15 20:24 garfieldtom 阅读(1875) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 32 下一页