Windows
相羽六
ただの人间には兴味ありません この中に宇宙人 ·未来人·超能力者がいだら あたしのところに来なさいっ
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MFC的一些豆技巧
1,实现类似Delphi中“控件上移一层”和“下移一层”的功能 按ctrl+D原创 2015-04-13 18:52:04 · 450 阅读 · 0 评论 -
关于Java的一些小测试
1,在Map中,Get一个不存在的键值,则返回NULL,例如 Map map = new HashMap(); map.put(1, "this is 1"); System.out.println(map.get(2)); System.out.println(map.get(null));原创 2015-08-31 20:05:17 · 371 阅读 · 0 评论 -
Not supported for DML operations [ UPDATE ltd.miku.xxx.xxx SET xxxxxxx
在@Query注解上加上@Modifying注解原创 2016-09-07 13:10:40 · 1747 阅读 · 0 评论 -
使用xcopy命令将文件复制到远程机器上
@echo off echo deploy index.html to 100.2.91.99 net use \\100.2.93.12\ipc$ "123456!@#" /user:"Administrator" echo begin copy xcopy index.html \\100.2.93.12\htdocs /c /e /r /y echo copy end net use \\1原创 2016-09-26 11:13:58 · 2858 阅读 · 0 评论
分享