11 2021 档案
解决CSDN需要登录后复制
摘要:F12、Fn + F12后点击console,输入document.body.contentEditable='true' 阅读全文
posted @ 2021-11-10 08:48 M1911 阅读(1576) 评论(0) 推荐(0)
ORA-24960: the attribute OCI_ATTR_USERNAME is greater than the maximum allowable length of 255
摘要:gcc版本高于5.0时,使用occi会报错:ORA-24960: the attribute OCI_ATTR_USERNAME is greater than the maximum allowable length of 255 在代码第一行,增加 #define _GLIBCXX_USE_CX 阅读全文
posted @ 2021-11-09 16:53 M1911 阅读(552) 评论(0) 推荐(0)
c++11 编码转换
摘要:#include <codecvt>#include <locale> std::string gb2312_to_utf8(std::string const &strGb2312) { std::vector<wchar_t> buff(strGb2312.size());#ifdef _MSC 阅读全文
posted @ 2021-11-09 08:03 M1911 阅读(552) 评论(0) 推荐(0)
封装直达国际行情API For Java
摘要:1、新建一个文件夹zhida 2、在zhida文件夹下分别创建文件夹src,wrap,zhida,zhida\damarketapi 3、在zhida文件夹新建一个文件damarketapi.i,文件内容如下:%module(directors="1") damarketapi %include " 阅读全文
posted @ 2021-11-04 10:51 M1911 阅读(100) 评论(0) 推荐(0)