上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页
摘要: ayqy: --市医保select xx.shbzhm from zyxx xx where xx.shbzhm is not null; select * from ybjsxx;--铁路医保select * from tielyb_ZYBRXX where xx.yibbh is not nul 阅读全文
posted @ 2019-05-30 09:50 绿水青山777 阅读(751) 评论(0) 推荐(0)
摘要: //*****************************************************************************// NPC Add This 2019-05-15 16:29:54// // 名 称:TfrmPublic.ExpDBGridEh_Exe 阅读全文
posted @ 2019-05-15 16:42 绿水青山777 阅读(413) 评论(0) 推荐(0)
摘要: SELECT username,PROFILE FROM dba_users;SELECT * FROM dba_profiles s WHERE s.profile='DEFAULT' AND resource_name='PASSWORD_LIFE_TIME'; ALTER PROFILE DE 阅读全文
posted @ 2019-04-09 15:52 绿水青山777 阅读(84) 评论(0) 推荐(0)
摘要: xm := ansiStrAlloc(1024); fillChar(xm^,length(xm),0); ZeroMemory(xm,1024); 阅读全文
posted @ 2019-03-29 08:31 绿水青山777 阅读(364) 评论(0) 推荐(0)
摘要: http://www.ruanyifeng.com/blog/2018/01/assembly-language-primer.html 阮一峰的网络日志 » 首页 » 档案 </form> 阮一峰的网络日志 » 首页 » 档案 </form> 阮一峰的网络日志 » 首页 » 档案 </form> 阅读全文
posted @ 2019-03-09 09:41 绿水青山777 阅读(215) 评论(0) 推荐(0)
摘要: C#调用delphi Dll中pchar 返回值解决 (2013-09-20 22:40:11) 转载▼ C#调用delphi Dll中pchar 返回值解决 转载▼ 相信很多使用c#的朋友碰到过类似的问题,我今天在开发中也碰到类似问题,希望能给大家一点启示吧!在delphi中申明的函数原型为 fu 阅读全文
posted @ 2019-03-07 10:32 绿水青山777 阅读(2281) 评论(0) 推荐(0)
摘要: 1.将该组件的[optionsen]中的 dgautosortmarking 属性设置为 true; 2.将要排序的字段的属性列表的 [title]的 titlebutton 属性设置为 true; 根据自己的数据源链接方式,分别USE下面的单元: EhLibADO.Pas = >ADO DataS 阅读全文
posted @ 2019-03-01 14:43 绿水青山777 阅读(293) 评论(0) 推荐(0)
摘要: ctrl r w 去掉 阅读全文
posted @ 2019-02-25 11:19 绿水青山777 阅读(154) 评论(0) 推荐(0)
摘要: 以前只知道@在C#中为了写文件路径的\不要加转义符而在前面加上@标识符,没想到@还有其他的作用 1.忽略转义字符例如 1 string fileName = "D:\\文本文件\\text.txt"; 1 string fileName = "D:\\文本文件\\text.txt"; 1 strin 阅读全文
posted @ 2019-02-18 11:50 绿水青山777 阅读(2774) 评论(0) 推荐(1)
摘要: 1.VSCommands for Visual Studio 20152.Viasfora 很实用的关键字高亮 彩虹括号ーー就是让不同层级的括号用不同的颜色高亮3.Highlight all occurrences of selected word 选中高亮4.Indent Guides 缩进辅助线 阅读全文
posted @ 2019-02-14 10:03 绿水青山777 阅读(226) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页