07 2014 档案
摘要:一时兴起,对Qt感了兴趣,决心想要研究一下。按网上资料配好环境,Windows 7 64bit + Qt 5.3.1 + VS2010.根据《C++ GUI Qt4 编程》这本书,写出了第一个程序HelloQt,程序如下:#include #include #if _MSC_VER >= 1600#...
阅读全文
摘要:#include #include #include #include #include #include #include using namespace std;using namespace boost;void double_int(int & i){ i *= 2;}int f(int a...
阅读全文
摘要:Server:/*filename: TcpSvr.cpp*/#include #include int main(){ WORD wVersionRequested; WSADATA wsaData; int err; wVersionRequested = MAKEWORD( 1, 1 ); ...
阅读全文
摘要:官网:https://code.google.com/p/duilib/基于:http://www.viksoe.dk/code/windowless1.htm教程:http://www.cnblogs.com/Alberl/tag/duilib%E5%85%A5%E9%97%A8%E6%95%99...
阅读全文
摘要:http://openresty.org/cn/index.html
阅读全文
摘要:http://msdn.microsoft.com/en-us/library/system.dynamic.expandoobject.aspxusing System;using System.Collections.Generic;using System.Dynamic;using Syst...
阅读全文
摘要:1.Enable-Migrations2.Add-Migration TagName3.Update-Database注意,每次更改cs后,注意Build,再运行命令。MySql参考:https://blogs.oracle.com/MySqlOnWindows/entry/entity_frame...
阅读全文