上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 54 下一页
摘要: http://jdk.java.net/archive/ 阅读全文
posted @ 2020-12-19 14:53 cnchengv 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 1、 System.setProperty("jna.encoding","GBK")2、 StringBuilder stringBuilder = new StringBuilder(); Process process = null; try { process = Runtime.getRu 阅读全文
posted @ 2020-12-17 08:44 cnchengv 阅读(281) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fengsheng5210/article/details/78140746 阅读全文
posted @ 2020-12-10 15:41 cnchengv 阅读(60) 评论(0) 推荐(0) 编辑
摘要: java -cp .;C:\Users\10145657\IdeaProjects\fx2I2020\lib\jna.jar;C:\Users\10145657\IdeaProjects\fx2I2020\lib\jna-platform.jar sample.comomDll.nativeDll 阅读全文
posted @ 2020-12-02 19:43 cnchengv 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-02 08:59 cnchengv 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 1、jna 调用公司动态库老退出 退出码是0xc0000409,网上查是 溢出,于是编一个debug模式动态库来调试 2、 报这个错,网上查 与回调函数的调用约定方式有关 也就是__stdcall __declspec 看 dll 代码,导出函数都是 __declspec,回调函数是__stdcal 阅读全文
posted @ 2020-12-01 15:30 cnchengv 阅读(1294) 评论(0) 推荐(0) 编辑
摘要: https://maokun.blog.csdn.net/article/list/2 阅读全文
posted @ 2020-11-30 14:45 cnchengv 阅读(41) 评论(0) 推荐(0) 编辑
摘要: http://www.ffmpeg.org/releases/ 阅读全文
posted @ 2020-11-26 22:14 cnchengv 阅读(1269) 评论(0) 推荐(0) 编辑
摘要: 即使用回调函数调用类里的也是这样 阅读全文
posted @ 2020-11-18 09:08 cnchengv 阅读(322) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u014252478/article/details/79980899 #include <QtSql/QSqlDatabase> #include <QtSql/QSqlQuery> #include <QtSql/QSqlRecord> #includ 阅读全文
posted @ 2020-11-11 15:08 cnchengv 阅读(110) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 54 下一页