02 2018 档案

摘要:消息 8152,级别 16,状态 14,第 1 行将截断字符串或二进制数据。语句已终止。 //插入的某个字段的值超出字段定义长度 阅读全文
posted @ 2018-02-22 10:09 快乐的正能量 阅读(2593) 评论(0) 推荐(0)
摘要:1、打开delphi,移除unit1 2、添加想要添加的单元 3、保存即可、也可将添加的单元重命名 阅读全文
posted @ 2018-02-06 11:31 快乐的正能量 阅读(145) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-02-05 09:13 快乐的正能量 阅读(433) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-02-05 09:07 快乐的正能量 阅读(403) 评论(0) 推荐(0)
摘要:function GetComputerName:String; //获取计算机名称//引用winsockvar wVersionRequested : WORD; wsaData : TWSAData; p : PHostEnt; s : array[0..128] of char;begin t 阅读全文
posted @ 2018-02-04 09:41 快乐的正能量 阅读(178) 评论(0) 推荐(0)
摘要:1、添加一个Imagelist控件,并双击控件图标如下图 2、点击新增按钮 阅读全文
posted @ 2018-02-03 09:21 快乐的正能量 阅读(937) 评论(0) 推荐(0)
摘要:1、点击Items设置右边有三个点按钮 2、Images属性绑定imagelist控件 3、点击Items即可选择显示的图片和文字 4、设置CxlookupcomboBox的高度 AutoSize设置为False Height输入高度值即可 阅读全文
posted @ 2018-02-03 09:11 快乐的正能量 阅读(510) 评论(0) 推荐(0)