会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
fehdd
博客园
首页
新随笔
联系
订阅
管理
2017年6月13日
IdSchedulerOfThreadPool用法和想法
摘要: 是否IdSchedulerOfThreadPool在设置好常用的属性后就可以正常运用,不用做多余的设置? IdSchedulerOfThreadPool1.PoolSize:=30; IdSchedulerOfThreadPool1.MaxThreads:=100; 以下是 IdSchedulerO
阅读全文
posted @ 2017-06-13 15:25 fehdd
阅读(584)
评论(0)
推荐(0)
2017年5月26日
Git 的用法
摘要: 简易的命令行入门教程: Git 全局设置: git config --global user.name "XXXXXXUSER" git config --global user.email "10000000001@qq.com" 创建 git 仓库: mkdir mssqlsp cd mssql
阅读全文
posted @ 2017-05-26 10:45 fehdd
阅读(140)
评论(0)
推荐(0)
2017年5月22日
用openssl.exe 来生成证书
摘要: 要做一个带https RESTserver 就一定要通过 openssl.exe 来生成证书 openssl语句 set OPENSSL_CONF=c:\OpenSSL-Win32\bin\openssl.cfg x509证书一般会用到三类文件,key,csr,crt。Key 是私用密钥,opens
阅读全文
posted @ 2017-05-22 15:17 fehdd
阅读(2217)
评论(0)
推荐(0)
2017年2月10日
FireDAC 应用 (主从表关系)
摘要: 1 //--------------------------------------------------------------------------- 2 3 // This software is Copyright (c) 2015 Embarcadero Technologies, Inc. 4 // You may only use this softwa...
阅读全文
posted @ 2017-02-10 14:24 fehdd
阅读(1084)
评论(0)
推荐(0)
2010年2月6日
MS SqL2000 数据库置疑状态的解决方法[转]
摘要: 对数据库进行修复 sp_configure 'allow updates',1reconfigure with overrideupdate sysdatabases set status=32768 where name='CotBase12009'sp_dboption 'CotBase12009','Single user','true'dbcc checkdb('CotBase12009'...
阅读全文
posted @ 2010-02-06 10:55 fehdd
阅读(2046)
评论(1)
推荐(0)
2010年2月5日
写一写
摘要:
阅读全文
posted @ 2010-02-05 22:23 fehdd
阅读(117)
评论(0)
推荐(0)
公告