上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: Attributes in property tree are added as sub-nodes. property tree 属性作为子节点 (坑坑坑坑坑) 使用 write_xml_element(std::cout, pt.front().first, pt.front().second, 阅读全文
posted @ 2021-04-14 21:24 wolbo 阅读(81) 评论(0) 推荐(0)
摘要: [_]{1,1}([a-z]) 替换 \U$1 参考: https://superuser.com/questions/312073/use-notepad-to-change-under-score-case-to-camelcase 阅读全文
posted @ 2021-03-29 20:33 wolbo 阅读(72) 评论(0) 推荐(0)
摘要: @echo off rem oLink.Arguments rem oLink.Description rem oLink.HotKey rem oLink.IconLocation rem oLink.WindowStyle rem oLink.WorkingDirectory set SCRIP 阅读全文
posted @ 2021-03-10 11:36 wolbo 阅读(407) 评论(0) 推荐(0)
摘要: 匹配函数大括号 跨行匹配 \t{((.|\n)*?)} 匹配函数名 怎么类名 (.+)\s(.+)\( 替换(visual studio) $1 classname::$2( 阅读全文
posted @ 2021-03-05 16:16 wolbo 阅读(392) 评论(0) 推荐(0)
摘要: 下载失败 https://raw.githubusercontent.com/boostorg/boost/boost-1.75.0.beta1/boostcpp.jam license.txt下载失败 解决方法: 修改dns为114.114.114.114 参考: https://github.c 阅读全文
posted @ 2021-03-05 13:39 wolbo 阅读(720) 评论(0) 推荐(0)
摘要: subst Z: /D subst Z: "D:/mapdir" subst不起作用的话可以 计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\DOS Devices 参考: https://www.ray 阅读全文
posted @ 2021-03-05 13:10 wolbo 阅读(185) 评论(0) 推荐(0)
摘要: 在项目文件中增加 <PropertyGroup Label="Globals"> <!-- .... --> <VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet> <VcpkgTriple 阅读全文
posted @ 2021-02-24 15:39 wolbo 阅读(234) 评论(0) 推荐(0)
摘要: set @suffix := (SELECT DATE_FORMAT(now(), '%Y_%m_%d')); SET @x := CONCAT('select * from alarm_',@suffix) ; Prepare stmt FROM @x; Execute stmt; 阅读全文
posted @ 2021-02-24 11:13 wolbo 阅读(1100) 评论(0) 推荐(0)
摘要: 1 在项目目录下新建version.bat 粘贴以下内容 将svnurl 换成自己的仓库地址 @echo off for /f "delims=" %%i in ('date /t') do set d=%%i for /f "delims=" %%i in ('time /t') do set t 阅读全文
posted @ 2021-02-23 09:55 wolbo 阅读(258) 评论(0) 推荐(0)
摘要: 程序启动了一会 送了一张图 dump是这样的 *** Aborted at 1612622285 (unix time) try "date -d @1612622285" if you are using GNU date *** @ 0x743dfd98 raise @ 0x743dc535 _ 阅读全文
posted @ 2021-02-06 23:07 wolbo 阅读(2472) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页