02 2021 档案

摘要:在项目文件中增加 <PropertyGroup Label="Globals"> <!-- .... --> <VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet> <VcpkgTriple 阅读全文
posted @ 2021-02-24 15:39 wolbo 阅读(246) 评论(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 阅读(1110) 评论(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 阅读(272) 评论(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 阅读(2499) 评论(0) 推荐(0)