最容易混淆的是 和:, 我们先来看看makefile:[plain] view plaincopyx hello y $(x) x world test1: test1.cpp echo $(y) 执行make后, 结果为world, 再看改动后的makefile:[plain] view plaincopyx hello y : $(x) x world test1: tes…
From: http://www.vpsee.com/2013/10/how-to-configure-the-linux-oom-killer/ 最近有位 VPS 客户抱怨 MySQL 无缘无故挂掉,还有位客户抱怨 VPS 经常死机,登陆到终端看了一下,都是常见的 Out of memory 问题。这通常是因为某时刻应用程序大量…
工欲善其事必先利其器
安装步骤 . . . . . . . . .
1.中文包Chinese (Simplified) Language Pack for Visual Studio Code
2.自动闭合标签Auto Close Tag
3.同步修改标签Auto Rename Tag 4.高亮代码的回调,括号的区域范围Bracket Pair Colorizer 4.支持多中…
第一次在后台 程序中遇到sql语句中的问号: /*** * 方法描述 : 通过账号id更新该账号状态* param state 状态* param id 账号id*/ModifyingQuery("update LabAccount t set t.userState ?1 where t.userAcctId ?2")void updateState(String state, Stri…