2017年12月21日

摘要: http://blog.csdn.net/chinabinlang/article/details/7698459 验证 阅读全文
posted @ 2017-12-21 19:40 lydstory 阅读(135) 评论(0) 推荐(0)
摘要: C:\Program Files (x86)\Microsoft Visual Studio 14.0>dumpbin -exports E:\20171110\Release\aa.dll https://www.cnblogs.com/dyllove98/archive/2013/06/20/3 阅读全文
posted @ 2017-12-21 19:09 lydstory 阅读(2416) 评论(0) 推荐(0)
摘要: help->Install new software 阅读全文
posted @ 2017-12-21 16:15 lydstory 阅读(128) 评论(0) 推荐(0)
摘要: static int LoadUsbSDK(CString curpath ) win10系统下 CString 函数加载dll直接跳过 加载dll最好不要带参数 阅读全文
posted @ 2017-12-21 14:19 lydstory 阅读(146) 评论(0) 推荐(0)
摘要: deviceStructClass* tmp = (DeviceStructClass *)m_ImgDevList.GetItemData(m_ImgDevList.GetSelectionMark()); if(tmp != NULL) { string devidstr; devidstr = 阅读全文
posted @ 2017-12-21 13:19 lydstory 阅读(141) 评论(0) 推荐(0)

2017年12月20日

摘要: smbpasswd -a lyd //添加smb用户 阅读全文
posted @ 2017-12-20 01:18 lydstory 阅读(117) 评论(0) 推荐(0)
摘要: 【问题】 在编译VMware下的Linux系统对从Windows中共享过来的文件,进行编译的时候,遇到: ln: creating symbolic link XXXXXX : Operation not supported 【环境】 VmWare的Linux + Windows XP + vmhg 阅读全文
posted @ 2017-12-20 01:06 lydstory 阅读(1286) 评论(0) 推荐(0)
摘要: 在编译uchardet时遇到这个错误: cmake_symlink_library: System Error: Operation not supported 创建链接不成功,要确认当前帐户下是否有权限在编译的目录中有创建链接的权限我使用vmware,在win7机器的共享目录中编译,无法创建链接, 阅读全文
posted @ 2017-12-20 00:34 lydstory 阅读(4145) 评论(0) 推荐(0)
摘要: 我用git add file添加文件时出现这样错误: fatal: Not a git repository (or any of the parent directories): .git 提示说没有.git这样一个目录,解决办法如下: git init就可以了! 阅读全文
posted @ 2017-12-20 00:20 lydstory 阅读(297) 评论(0) 推荐(0)

2017年12月19日

摘要: 删除文件夹下的文件 rm CMakeCache.txt 重新编译即可 安装g++ yum install gcc-c++ 阅读全文
posted @ 2017-12-19 23:59 lydstory 阅读(1224) 评论(0) 推荐(0)

导航