10 2019 档案

wcf restful 访问报错 *.svc HTTP error 404.17 - Not Found
摘要:安装完成 iisreset,即使不重启也已经可以使用了 阅读全文

posted @ 2019-10-30 16:20 空明流光 阅读(415) 评论(0) 推荐(0) 编辑

c++ 创建 uuid guid
摘要:如果没安装,先安装: [root@localhost]# yum install libuuid-devel #include "uuid/uuid.h" 引用 libuuid.so,即uuid .... .... 阅读全文

posted @ 2019-10-26 11:18 空明流光 阅读(1642) 评论(0) 推荐(0) 编辑

c++ 事件回调 java
摘要:#pragma once #ifdef __cplusplus extern "C" { #endif typedef void(*sig_t)(int); int FirstEliteValidateTest(); int FirstEliteValidateTest2(sig_t proc); #ifdef __cplusplus } #endif pa... 阅读全文

posted @ 2019-10-18 10:23 空明流光 阅读(657) 评论(0) 推荐(0) 编辑

java通过jna调用so
摘要:c++: FirstEliteValidate.h FirstEliteValidate.cpp 编译出so文件命名为 libFirstEliteValidate.so,复制到 /usr/lib下 java: 运行: 阅读全文

posted @ 2019-10-16 19:00 空明流光 阅读(5516) 评论(0) 推荐(0) 编辑

java 执行 jar 包和 class
摘要:windows 编译并执行 Program.java: "...\jdk1.8.0_181\bin\javac" -encoding GBK -classpath ".;.\args4j-2.0.1.jar;.\com.bg.security.jar;.\com4j.jar;.\fastjson-1 阅读全文

posted @ 2019-10-16 18:55 空明流光 阅读(775) 评论(0) 推荐(0) 编辑

导航