wmic process where caption=”javaw.exe” get processid,caption,commandline /value
wmic process where (commandline like “%%web.jar%%” and caption=”javaw.exe”) get processid /value
wmic process where (commandline like “%%web.jar%%” and caption=”javaw.exe”) get processid /value
wmic process where (commandline LIKE “%%web.jar%%” and caption=”javaw.exe”) call terminate
最新评论
mat插件可以检测内存数据
标识接口?
序列化serializabel就是一个标识
就差一个MAC了
mark
除了预置sql查询字段,其他我竟然都没用过
可以,这个问题遇到过
mybatis多个参数: 1. 注解(最常用) 2. 转化为对象或MAP 3. 按顺序(这个最蠢,写的代码看得费劲) 单个参数需要注意得: 1.基本数据类型随便写 2.数组用array,l