上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页
摘要: using System.Data; using System.Data.SqlClient; using System.Configuration; namespace WindowsFormsApp3 { public class DbHelper { private static string connStr = ConfigurationManager.ConnectionStrings[ 阅读全文
posted @ 2019-11-15 15:19 liessay 阅读(359) 评论(0) 推荐(0)
摘要: The location where the DX Designtime Loader is looking for the skin packages has changed again ! For Delphi DX10.3 Rio now all skin packages (=dxSkin* 阅读全文
posted @ 2019-11-11 14:22 liessay 阅读(973) 评论(0) 推荐(0)
摘要: usesSynCommons, SynDB, SynOleDB; procedure TForm1.DataToJsonClick(Sender: TObject); var Conn: TOleDBMSSQLConnectionProperties; strSql: string; rows: I 阅读全文
posted @ 2019-10-13 12:41 liessay 阅读(531) 评论(0) 推荐(0)
摘要: 本例使用SqlServer 第一种方式结果放入Memo控件,,需要引用SynCommons, SynDB, SynOleDb; 第二种方式,返回数据集到DBGrid控件,需要引用SynCommons, SynDB, SynOleDb, SynDBMidasVCL; 两种方式执行结果 阅读全文
posted @ 2019-09-24 13:22 liessay 阅读(723) 评论(0) 推荐(1)
摘要: 官方网站:https://synopse.info/fossil/wiki/Synopse+OpenSource 下载地址:https://synopse.info/fossil/wiki?name=Downloads 官方文档:https://synopse.info/files/html/Syn 阅读全文
posted @ 2019-09-24 12:59 liessay 阅读(820) 评论(0) 推荐(0)
摘要: 扩展插件下载地址 https://github.com/Microsoft/msphpsql/tags 本机PHP版本7.2,非线程安全 https://github.com/microsoft/msphpsql/releases/tag/v5.6.1 选择系统及PHP版本下载,下载后只保留非线程安 阅读全文
posted @ 2019-09-07 11:04 liessay 阅读(2118) 评论(0) 推荐(0)
摘要: 先安装VmTools工具 文件 /etc/sysconfig/network-scripts/ifcfg-ens33(这里的enp0s3不是固定的,看你具体情况,但是基本是en开头的) 将 ONBOOT=no 改为 ONBOOT=yes 保存后重启网卡: service network restar 阅读全文
posted @ 2019-09-05 17:05 liessay 阅读(372) 评论(0) 推荐(0)
摘要: localhost是网页访问rest服务 阅读全文
posted @ 2019-07-27 14:35 liessay 阅读(594) 评论(0) 推荐(0)
摘要: 打开拍照提示以上错误,解决方式 阅读全文
posted @ 2019-07-26 12:11 liessay 阅读(346) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-04-30 09:35 liessay 阅读(476) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页