上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 95 下一页
摘要: 实现快递查询,调用快递100的API,未完成. #include #include #include #include #include #include #include #include #include #include "pugixml.hpp"#pragma comment(lib,... 阅读全文
posted @ 2013-11-09 15:05 N3verL4nd 阅读(390) 评论(0) 推荐(0)
摘要: #include #include #include #include #include #pragma comment(lib,"wininet.lib") using namespace std;CString content;bool getData(LPCTSTR proxy){ CSt... 阅读全文
posted @ 2013-11-09 14:28 N3verL4nd 阅读(375) 评论(0) 推荐(0)
摘要: 1. CInternetSession的简单使用 CInternetSession session; CHttpFile *file = NULL; CString strURL = " http://www.20abcd.com"; CString strHtml = "”; //存放网页... 阅读全文
posted @ 2013-11-09 13:30 N3verL4nd 阅读(355) 评论(0) 推荐(0)
摘要: 在VC++的世界里,MS比较鼓励使用_UNICODE,std::wstring。而在Web, XML则提倡用UTF8。当在C++的程序里要保存/读取XML数据,就存在wstring与string之间的转换。C++11里提供方便的转换工具(参照:std::wstring_convert处理UTF8... 阅读全文
posted @ 2013-11-08 23:56 N3verL4nd 阅读(699) 评论(0) 推荐(0)
摘要: #include #include #include #include #include int main(int argc, char *argv[]){ std::wstring str = L"123,我是谁?我爱钓鱼岛!"; std::wstring_convert> conv;... 阅读全文
posted @ 2013-11-08 00:05 N3verL4nd 阅读(2771) 评论(0) 推荐(0)
摘要: 转载请注明出处http://www.cppblog.com/greatws/archive/2008/08/31/60546.html 最近有人问我关于这个的问题,就此写一篇blog Ansi字符串我们最熟悉,英文占一个字节,汉字2个字节,以一个\0结尾,常用于txt文本文件 Unicod... 阅读全文
posted @ 2013-11-06 22:33 N3verL4nd 阅读(188) 评论(0) 推荐(0)
摘要: Welcome to MyApp Thank you for using MyApp 制作一个快递查询的软件,需要处理XML数据,系统的学习下XML #includ... 阅读全文
posted @ 2013-11-06 20:34 N3verL4nd 阅读(136) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/jocyln9026/article/details/8575218 关于Qt Qt是1991年由Trolltech公司开发的一个跨平台的C++图形用户界面应用程序框架。它的最大特点是跨平台,“一次编写,随处编译”的跨平台解决方案使... 阅读全文
posted @ 2013-11-05 22:08 N3verL4nd 阅读(266) 评论(0) 推荐(0)
摘要: @echo Offdel /s /a *.txt *.exe *.suo *.ncb *.user *.dll *.pdb *.netmodule *.aps *.ilk 2>nulFOR /R . %%d IN (.) DO rd /s /q "%%d/x64" 2>nulFOR /R . %... 阅读全文
posted @ 2013-11-04 00:00 N3verL4nd 阅读(418) 评论(0) 推荐(0)
摘要: #include using namespace std;class Ctest{public: static void statFunc() { cout using namespace std;class A{public: void fun() { cout void GetMembe... 阅读全文
posted @ 2013-11-03 16:17 N3verL4nd 阅读(261) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 95 下一页