上一页 1 ··· 3 4 5 6 7
  2019年11月23日
摘要: /// <summary> /// WAV文件信息 /// </summary> public struct WavInfo { public string groupid; public string rifftype; public long filesize; public string ch 阅读全文
posted @ 2019-11-23 08:55 江渔湖 阅读(2379) 评论(1) 推荐(1)
摘要: 现在把解决方法公布出来: 右击“我的电脑”。单击“属性”。 在“系统属性”中单击“高级”。 在“性能”中单击“设置”。 在“性能选项”中单击“数据执行保护”。 单击“添加”。选择要运行的程序。 OK。就这么简单。Access Violation(非法访问)错误的解决方法Access Violatio 阅读全文
posted @ 2019-11-23 08:15 江渔湖 阅读(3327) 评论(0) 推荐(0)
  2019年11月22日
摘要: 1 procedure Tf_login.Timer1Timer(Sender: TObject); 2 function TestConnected: Boolean; 3 var 4 aCon: TADOConnection; 5 begin 6 Result := False; 7 aCon 阅读全文
posted @ 2019-11-22 11:09 江渔湖 阅读(325) 评论(0) 推荐(0)
摘要: 使用ADOQuery数据集操作数据库,一般情况下使用adoquery.fieldbyname('columnName').asString来访问数据,如果columnName不存在,系统会报错columnName not found,如何提前判断columnName是否存在呢? 1.使用FieldL 阅读全文
posted @ 2019-11-22 11:08 江渔湖 阅读(1302) 评论(0) 推荐(1)
上一页 1 ··· 3 4 5 6 7