上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
2016年2月19日
摘要: --看看吧^^ CREATE TABLE #temp ( test datetime ) go --SQL: INSERT #temp SELECT 1.1 UNION ALL SELECT 1 GO --SQL: INSERT #temp SELECT '2011-1-1' UNION ALL S 阅读全文
posted @ 2016-02-19 22:27 宝兰 阅读(597) 评论(0) 推荐(0)
2015年12月28日
摘要: ---------------------------Debugger Exception Notification---------------------------Project PJSPosts.exe raised exception class ERegistryException wi... 阅读全文
posted @ 2015-12-28 16:00 宝兰 阅读(962) 评论(0) 推荐(0)
2015年12月27日
该文被密码保护。 阅读全文
posted @ 2015-12-27 12:46 宝兰 阅读(32) 评论(0) 推荐(0)
2015年12月25日
摘要: http://blog.csdn.net/dlwxn/article/details/2860329http://www.itnose.net/detail/120267.html不知道是线程内代码造成的内存泄露还是反复创建线程造成的线程里用到了以下代码functionTHtmlThreade.Ht... 阅读全文
posted @ 2015-12-25 19:32 宝兰 阅读(348) 评论(0) 推荐(0)
2015年12月24日
摘要: Pid := '1001411225514227,926792194654225'; json := SA([1001411225514225]); json.AsArray.Add(SO(pid)); ShowMessage( json.AsString); --------------------------- --------------------------- [1... 阅读全文
posted @ 2015-12-24 15:00 宝兰 阅读(240) 评论(0) 推荐(0)
摘要: ShowMessage(FormatDateTime('yyyymmddhhnnsszzz', Now)); 阅读全文
posted @ 2015-12-24 14:54 宝兰 阅读(568) 评论(0) 推荐(0)
摘要: SetLength(InvRowArr, 2); InvRowArr[0].Name := 'abcdefg'; InvRowArr[1].Name := 'eeeeeeeeee';// InvRowArr := nil; SetLength(InvRowArr, 1);//执行后原来的元素... 阅读全文
posted @ 2015-12-24 14:49 宝兰 阅读(184) 评论(0) 推荐(0)
2015年12月20日
摘要: 1 unit frmMainUnit; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 jpeg, // 这里是一些... 阅读全文
posted @ 2015-12-20 21:26 宝兰 阅读(852) 评论(0) 推荐(0)
摘要: procedure TfrMemoView.Draw(Canvas: TCanvas); var newdx: Integer; OldScaleX, OldScaleY: Double; fs: integer; //2002.7.25 LBZ begin SetTextCharacter... 阅读全文
posted @ 2015-12-20 21:23 宝兰 阅读(406) 评论(0) 推荐(0)
2015年12月17日
摘要: 和 淘宝等开放平台不同,是通过请求头来传递系统参数,这个还真是第一次遇到。因为水平太差,搞了整整一天,晚上近10点了,看着PHP的SDK源码,忽然有个灵感想法,做最后一次尝试,居然成功了。回顾一下,发现还是自己看文档不仔细,另外就是HTTP方面的基础太差。 阅读全文
posted @ 2015-12-17 08:42 宝兰 阅读(842) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页