导航

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 49 下一页

2015年1月3日

摘要: 下载jdk:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html解压:sudo mkdir /usr/lib/jvmsudo tar zxvf /home/用户名/Downloads/j... 阅读全文

posted @ 2015-01-03 19:33 ggzone 阅读(172) 评论(0) 推荐(0)

2014年12月26日

摘要: #include #include#include#include #include "boost/date_time/gregorian/gregorian.hpp"#include "boost/date_time/posix_time/posix_time.hpp"using n... 阅读全文

posted @ 2014-12-26 15:37 ggzone 阅读(370) 评论(0) 推荐(0)

摘要: #include #include#include#include #include "boost/date_time/gregorian/gregorian.hpp"#include "boost/date_time/posix_time/posix_... 阅读全文

posted @ 2014-12-26 15:37 ggzone 阅读(717) 评论(0) 推荐(0)

2014年11月30日

摘要: // convert string to wstringstd::wstring to_wstring(const std::string& str, const std::locale& loc = std::locale()){ std::vector buf(str.size()); std:... 阅读全文

posted @ 2014-11-30 21:25 ggzone 阅读(347) 评论(0) 推荐(0)

摘要: // convert string to wstringstd::wstring to_wstring(const std::string& str, const std::locale& loc = std::locale()){ std::vector buf(s... 阅读全文

posted @ 2014-11-30 21:25 ggzone 阅读(102) 评论(0) 推荐(0)

2014年11月29日

摘要: // move example#include // std::cout#include#include#includeusing namespace std;templateostream& operator& t1){ os ::print(os, t1... 阅读全文

posted @ 2014-11-29 15:30 ggzone 阅读(126) 评论(0) 推荐(0)

摘要: // move example#include // std::cout#include#include#includeusing namespace std;templateostream& operator& t1){ os ::print(os, t1); os struct PRI... 阅读全文

posted @ 2014-11-29 15:29 ggzone 阅读(205) 评论(0) 推荐(0)

2014年11月20日

摘要: 从网上粘贴代码到编译器中直接编译的话,会报这个错误,但是代码看上去是没有问题的,实际的原因是因为我们粘贴代码的时候粘贴了中文字符进来。解决方法:就是把这段代码放到记事本里,选择替换把中文输入空格替换成英文输入空格 阅读全文

posted @ 2014-11-20 19:15 ggzone 阅读(144) 评论(0) 推荐(0)

摘要: 从网上粘贴代码到编译器中直接编译的话,会报这个错误,但是代码看上去是没有问题的,实际的原因是因为我们粘贴代码的时候粘贴了中文字符进来。解决方法:就是把这段代码放到记事本里,选择替换把中文输入空格替换成英文输入空格 阅读全文

posted @ 2014-11-20 19:14 ggzone 阅读(183) 评论(0) 推荐(0)

2014年11月6日

摘要: win10开发者英文版x64 Matlab2013a解决方法:format改为chinese 阅读全文

posted @ 2014-11-06 10:19 ggzone 阅读(309) 评论(0) 推荐(0)

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 49 下一页