
代码
chongzi5059
这个作者很懒,什么都没留下…
展开
-
idea快速注释模板
设置-编辑器-活动模板-添加*模板* * @Description: * @Author: XX$param$ * @return: $return$ * @Date: $date$ $time$ **/编辑变量//paramgroovyScript("def result=''; def params=\"${_1}\".replaceAll('[\\\\[|\\\\]|\\\\s]', '').split(',').toList(); for(i = 0; i < param原创 2021-01-29 17:25:06 · 157 阅读 · 0 评论 -
va添加快速注释
函数//f/****************************************************************************** @brief : $brief$* @author : XXX* @date : $YEAR$/$MONTH$/$DAY$* @param [in]: * @param [in]: * @param [out]: ...原创 2019-11-23 10:58:36 · 328 阅读 · 0 评论 -
Windows系统头文件编译出错
按顺序include这两个即可#include <windows.h>#include <windef.h>然后添加需要的头文件#include <wincrypt.h>原创 2019-11-14 14:37:45 · 500 阅读 · 0 评论 -
屏蔽系统差异
使用#include "osplatformutil.h"#ifdef I_OS_WINtypedef __int64 int64; ///< 64 bit signed windows 定义windows int64#define DLL_EXPORT __declspec(dllexport) ///< define DLL_EXPORT window...原创 2019-09-27 11:34:46 · 259 阅读 · 0 评论 -
curl使用前提
在使用libcurl的时候出现一个很普遍unresolved external symbolerror LNK2001: unresolved external symbol __imp__curl_easy_performerror LNK2001: unresolved external symbol __imp__curl_easy_setopterror LNK2001: unres...转载 2019-07-22 10:45:36 · 192 阅读 · 0 评论