上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
摘要: 示例 使用Publisher Portal 发布者门户创建和发布API 部署API到Gateway 网关环境 在Developer Portal开发着门户发布API 在开发者门户Subscribing 订阅API并生成Key 使用Key调用API 门户默认地址 发布者门户:https://local 阅读全文
posted @ 2021-09-23 21:53 马洪彪 阅读(687) 评论(0) 推荐(0) 编辑
摘要: 资源下载 JDK11 http://jdk.java.net/java-se-ri/11 Windows:https://download.java.net/openjdk/jdk11/ri/openjdk-11+28_windows-x64_bin.zip wso2am(API Manager) 阅读全文
posted @ 2021-09-23 21:41 马洪彪 阅读(183) 评论(0) 推荐(0) 编辑
摘要: -- -- Table structure for cron_job -- DROP TABLE IF EXISTS cron_job; CREATE TABLE cron_job ( id bigint NOT NULL identity(1,1), name nvarchar(45) NOT N 阅读全文
posted @ 2021-07-29 15:30 马洪彪 阅读(98) 评论(0) 推荐(0) 编辑
摘要: ER图 项目地址 https://gitee.com/davz/yf-exam-lite 阅读全文
posted @ 2021-07-13 12:06 马洪彪 阅读(1330) 评论(0) 推荐(0) 编辑
摘要: 1. 引言 2. 配置数据库链接 3. 引入数据库驱动 4. 手动初始化数据库 5. 改写SQL 6. 其他 7. 参考 1. 引言 DataGear默认使用Derby数据库作为系统的元数据库,至于待分析的业务库则支持MySQL、SQL Server等。 Derby数据库足以支持系统的数据集、图表、 阅读全文
posted @ 2021-05-24 18:39 马洪彪 阅读(558) 评论(0) 推荐(2) 编辑
摘要: 安装 参考:https://docs.dhtmlx.com/gantt/desktop__install_with_bower.html 可使用NuGet、Bower、npm包管理器安装(应用在asp.net、nodejs等项目上)。 Nuget nuget install DHTMLX.Gantt 阅读全文
posted @ 2021-05-17 19:12 马洪彪 阅读(7052) 评论(0) 推荐(3) 编辑
摘要: 操作顺序: 打开设备 卡认证 读卡 调用sdk的方法读卡等。 读卡 while (true)// { if (bgw.CancellationPending)// { e.Cancel = true; // return; } int authenticate = CVRSDK.CVR_Authen 阅读全文
posted @ 2021-04-08 18:49 马洪彪 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 操作顺序: 寻卡 读卡 读卡 while (true)// { if (bgw.CancellationPending)// { e.Cancel = true; // return; } int result = -1; result = DeKaSDK.dc_find_i_d(g_handle) 阅读全文
posted @ 2021-04-08 18:44 马洪彪 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 操作顺序: 打开设备,获取句柄 循环读卡 判断设备是否断电 判断是否读到卡 判断是否读卡成功 获取姓名、身份证号码、地址信息 接口实现: 采用Windows api的接口方式,通过dllimport引入Windows api方法。 打开设备 private int Open() { int g_ha 阅读全文
posted @ 2021-04-08 18:41 马洪彪 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 记录一款好用的大屏工具,DataGear,官方标记为“开源免费的数据可视化分析平台”。 其支持的数据集可以为SQL或HTTP API等,SQL支持MySQL等关系型数据库及Hive等大数据引擎,可以作为IT人员的数据展示工具。 另外其支持Excel、CSV、JSON数据集,也可以用作业务人员的数据展 阅读全文
posted @ 2021-03-10 21:26 马洪彪 阅读(2926) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页