在includes.h中定义,应该是全局函数,作用是打印入参: 可根据不同平台修改打印函数,这里是Qt平台,使用的是qDebug,也可以C++的std::cout 使用: ...
分类:
其他好文 时间:
2019-10-09 12:52:37
阅读次数:
78
以下英文内容来自Elastic官网 Set up Elasticsearch This section includes information on how to setup Elasticsearch and get it running, including: Downloading Inst ...
分类:
其他好文 时间:
2019-10-05 01:05:18
阅读次数:
139
1 //NX9_NXOpenCPP_Wizard1 2 3 // Mandatory UF Includes 4 #include <uf.h> 5 #include <uf_object_types.h> 6 7 // Internal Includes 8 #include <NXOpen/Li ...
分类:
其他好文 时间:
2019-10-03 16:26:35
阅读次数:
164
1 //NX9_NXOpenCPP_Wizard1 2 3 // Mandatory UF Includes 4 #include <uf.h> 5 #include <uf_object_types.h> 6 7 // Internal Includes 8 #include <NXOpen/Li ...
分类:
其他好文 时间:
2019-10-03 16:18:25
阅读次数:
110
http://www.fiddlerbook.com/fiddler/help/httpsdecryption.asp Introduction Fiddler2 includes the ability to decrypt, view, and modify HTTPS-secured traf ...
分类:
Web程序 时间:
2019-10-01 18:50:29
阅读次数:
206
这里呢,主要讲的是redis.conf(版本是基于redis-5.0.0) 我们需要注意的是,奇数的版本,是测试版本,偶数的版本,是稳定的版本。 1.开头说明 ################################## INCLUDES ########################## ...
分类:
其他好文 时间:
2019-09-29 22:06:15
阅读次数:
119
Put as much as you can in the .c and as little as possible in the .h. The includes in the .c are only included when that one file is compiled, but the ...
分类:
其他好文 时间:
2019-09-28 20:29:54
阅读次数:
87
按照如下打开: Settings Editor File and code Templates Includes File Header 中粘贴下面的表达格式 ...
分类:
其他好文 时间:
2019-09-26 16:08:39
阅读次数:
101
1.类注释模板设置IDEA --> Settings... --> Editor --> File and Code Templates --> Includes -->File Header 2.方法注释模板设置 IDEA --> Settings... --> Editor --> Live T ...
分类:
其他好文 时间:
2019-09-26 09:46:10
阅读次数:
93
题意翻译 为了满足fj所有的N(1<=n<=50000)头奶牛的需求,fj新买了一台汽水机。他想找到一个最完美的位置来安放它。 奶牛的牧场可以被表示为一个一维数轴,第i个奶牛被放牧的区间是[Ai...Bi](包含端点),fj可以把汽水机放在[1..1,000,000,000]。 因为奶牛们都懒得要死 ...
分类:
系统相关 时间:
2019-09-25 01:09:55
阅读次数:
111