摘要: 拷贝来源:http://www.cnblogs.com/kobe8/p/4620785.htmlhttp://stackoverflow.com/questions/25010393/eclipse-logcat-shows-only-the-first-letter-from-each-messa... 阅读全文
posted @ 2015-11-26 16:24 Arikes 阅读(333) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include #include #include #include #include using Poco::File;using Poco::StreamCopier;using Poco::Net::F... 阅读全文
posted @ 2015-11-16 19:22 Arikes 阅读(1496) 评论(0) 推荐(0) 编辑
摘要: #include "Poco/ActiveMethod.h"#include "Poco/ActiveResult.h"#include #include using Poco::ActiveMethod;using Poco::ActiveResult;class ActiveAdder{publ... 阅读全文
posted @ 2015-11-16 17:27 Arikes 阅读(453) 评论(0) 推荐(0) 编辑
摘要: #include "Poco/BasicEvent.h"#include "Poco/Delegate.h"#include using Poco::BasicEvent;using Poco::Delegate;#include class A{public: BasicEvent theEven... 阅读全文
posted @ 2015-11-16 17:02 Arikes 阅读(361) 评论(0) 推荐(0) 编辑
摘要: int num1=15;int num2=22;状态一://const int * 不可以通过指针改变值,但是可以改变指向的变量//const int *p1=&num1;//std::cout<<"num1 is:"<<*p1<<std::endl;//p1=&num2;//std::cout<<... 阅读全文
posted @ 2015-11-03 13:14 Arikes 阅读(157) 评论(0) 推荐(0) 编辑
摘要: http://blog.163.com/modingfa_002/blog/static/1109254662013111510358109/http://baike.baidu.com/link?url=Z6FpaB_q4GCj5CkKNUNdRjNK2GgwTxNUfxeHwg1EAM5uPyJ... 阅读全文
posted @ 2015-09-14 17:10 Arikes 阅读(330) 评论(0) 推荐(0) 编辑
摘要: void TPHttp::applyResource(){ QJsonObject json; json.insert("ProductCode","MoVdoSource"); json.insert("TempletType",""); QJsonDocument document; docum... 阅读全文
posted @ 2015-09-10 19:05 Arikes 阅读(435) 评论(0) 推荐(0) 编辑
摘要: TEMPLATE = appQT += qml quick widgets#LIBS += -lPocoFoundation -lPocoXML -lPocoNetSOURCES += main.cpp \ tnet.cppRESOURCES += qml.qrc# Additional impor... 阅读全文
posted @ 2015-09-08 18:06 Arikes 阅读(799) 评论(0) 推荐(0) 编辑
摘要: 平台ubuntu14.04LTS Poco版本:Poco1.6.1#include #include #include #include #include #include #include #include #include #include using Poco::AutoPtr;int mai... 阅读全文
posted @ 2015-08-31 10:28 Arikes 阅读(2025) 评论(0) 推荐(0) 编辑
摘要: Jsoner::Jsoner(QObject *parent) : QObject(parent){ QJsonObject json; json.insert("loginname", QString("movdotest01")); json.insert("email", QString("m... 阅读全文
posted @ 2015-08-11 20:21 Arikes 阅读(3274) 评论(0) 推荐(0) 编辑