#传输到远程: tar czf - file| ssh server "tar zxf -" #压缩到远程: tar czf - file| ssh server "cat > file.tar.gz" #解压到远…
suse 11 重新配置显卡
#重新配置图形界面 Xorg -configure cp ~/xorg.conf.new /etc/X11/xorg.conf #重启系统 reboot 参考https://en.opensuse.org/SDB:Con…
Java远程调试(Remote Debug)方法——以Eclipse为例
Java远程调试的原理是两个VM之间通过debug协议进行通信,然后以达到远程调试的目的。两者之间可以通过socket进行通信。 首先被debug程序的虚拟机在启动时要开启debug模式,启动debug监听程序。jdwp…
mysql 索引合并 index merge 导致的死锁
两个索引 一个唯一键 一个非唯一键时 相同的update语句,可能会由于索引合并,先扫描非唯一键,锁非唯一键时,导致死锁 MySQL官方也已经确认了此bug:77209,解决方法有两种: 添加列1+列2的 组合索引,这样…
JSR 303 - Bean Validation 简介及使用方法
hibernate Validator fluent-validator http://blog.csdn.net/xlgen157387/article/details/46848507 版权声明:本文为博主原创文章,…
手动刷新dns缓存的方法
一、Windows 客户端 获得缓存中的DNS : ipconfig /displaydns 强制清除DNS 缓存: ipconfig /flushdns 如果您觉得DNS Client服务带来麻烦,可以用在控制面板--…
eclipse 普通java项目 转换为maven项目
参考文档 http://www.cnblogs.com/liuning8023/p/4726822.html 首先,右键选择 JavaDemo,选择“Configure –> Convert to Maven Pr…
iometer 使用步骤
安装 官网下载 http://www.iometer.org/doc/downloads.html linux端和windows端 windows端在可以连接到要测试的服务器的windows机器安装 启动 linux端上…
windows 10 linux 子系统 更新最新版本 解决 ifconfig和ping报错问题
官方最新的更新内容 https://msdn.microsoft.com/en-us/commandline/wsl/release_notes 由于这些更新还没有正式发布,想安装到最新版,需要加入 Windows In…
suse linux 11 安装 oracle 时 报写 tmp 目录 错误
suse 11 安装 oracle 10g 报错 Error in writing to directory /tmp/OraInstall2010-01-23_01-50-10PM. Please ensure tha…