- 博客(9)
- 资源 (2)
- 收藏
- 关注
原创 Java中ArrayList的序列化与反序列化
在应用开发中需要将ArrayList进行保存,可以将其序列化成String后进行保存,并可以反序列化读出: /** * 把ArrayList序列化成String * @param list * @return */ public static String List2String(List<String> list){ ...
2018-04-16 15:19:49 4258
原创 Linux 中Eclipse开发C++ 11使用pthread_create()问题
eclipse 解决方法如下: Project->Properties->C/C++ Build->Settings->GCC C++ Linker->Libraries 在Libraries(-l)中添加pthread即可 在Libraries search path(-L)中添加crypto即可
2016-10-27 00:51:20 367
原创 Linux 下 C++ Socket编程 服务器端
#include <iostream> #include <cstring> #include <sys/socket.h> #include <netinet/in.h> #include <unistd.h> using namespace std;#define MYPORT 3456 //服务器监听端口号int main() { cout << "服务器启动中~" << end
2016-10-25 16:55:44 514
原创 C++中使用pthread.h头文件报错 - 无法解析的外部符号 __imp__pthread_create,该符号在函数 _main 中被引用
C++ 中使用pthread.h头文件的方法 与报错“无法解析的外部符号 _imp_pthread_create”
2016-07-12 13:44:12 12649 8
InstallShield Limited Edition for Visual Studio 2013 秘钥
2017-09-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人