01 2019 档案

摘要:declare @dbname varchar(50)select @dbname ='WebFZ' create table #tableT(tn sysname)insert into #tableT exec ('select name from '+@dbname+'..sysobjects 阅读全文
posted @ 2019-01-23 13:43 Thenext 阅读(134) 评论(0) 推荐(0) 编辑
摘要:var h,i: integer; ss, url: string; mem: TMemoryStream; str1: tstringlist; memstr: TStringStream; iddec: TIdEncoderMIME; JSONObject,JSONObject2: TJSONObject; // JSON类 jsonArray: TJSONA... 阅读全文
posted @ 2019-01-18 17:09 Thenext 阅读(3084) 评论(0) 推荐(0) 编辑
摘要:有一个对JSON处理的单元,在你需要使用JSON的单元里面引入"System.json",随后你就可以用Delphi自己的json处理类了。 注意: 1,JSON类创建后,里面所有元素不用管释放,JSON类自己管理,千万不要画蛇添足啊!!!!!! const // 演示用的JSON jsonStri 阅读全文
posted @ 2019-01-18 16:53 Thenext 阅读(8097) 评论(2) 推荐(0) 编辑
摘要:在win10系统中,自带有远程桌面连接功能,但是有时候会遇到一些问题,比如有不少用户反映说在进行远程桌面连接的时候,出现身份验证错误的情况,导致远程连接失败,接下来给大家分享一下Win10系统进行远程桌面连接出现身份验证错误的详细解决方法。 提示:出现身份验证错误。要求的函数不受支持这可能是由于Cr 阅读全文
posted @ 2019-01-12 14:57 Thenext 阅读(655) 评论(0) 推荐(0) 编辑
摘要:Delphi TStream 详细介绍Stream对象,又称流式对象,是TStream、THandleStream、TFileStream、TMemoryStream、TResourceStream和TBlobStream等的统称。它们分别代表了在各种媒介上存储数据的能力,它们将各种数据类型(包括对 阅读全文
posted @ 2019-01-08 11:18 Thenext 阅读(1048) 评论(0) 推荐(0) 编辑
摘要:1、对TcxGrid创建多个Level 2、对TcxGrid的TcxGridLevelOptions的TabsForEmptyDetail设置为True 3、再设置DetailTabsPosition的方向为:dtpTop或则dtpLeft 4、cxGrid的rootleveloptions属性下的 阅读全文
posted @ 2019-01-07 21:28 Thenext 阅读(267) 评论(0) 推荐(0) 编辑
摘要:1、select * from sys.dm_tran_locks或sp_LOCK 查看request_node 字段中为'X'(排他锁)或'IX'(意向排他锁)2、用sp_who2 + pid(进程ID) 查看进程的详细信息3、用dbcc inputbuffer(pid) 查看一起死锁的语句内容 阅读全文
posted @ 2019-01-07 21:18 Thenext 阅读(1079) 评论(0) 推荐(0) 编辑
摘要:1 var 2 GridDBTableView:TcxGridDBTableView; 3 ColIndex:Integer; 4 FieldName:string; 5 begin 6 GridDBTableView := TcxGridDBTableView(TcxGridSite(TcxButtonEdit(Sender).Parent).ViewInfo.Grid... 阅读全文
posted @ 2019-01-07 21:16 Thenext 阅读(927) 评论(0) 推荐(0) 编辑
摘要:cxGridDBTableView1.DataController.Summary.FooterSummaryValues[4]; 阅读全文
posted @ 2019-01-07 21:13 Thenext 阅读(159) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示