自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小徕虫的博客

小徕虫

  • 博客(2)
  • 资源 (3)
  • 收藏
  • 关注

原创 sed 使用笔记

sed快速查找 例如:在prod.log中查找abc字符串 sed -ne '/abc/=' prod.log # 如果是特殊符号需要转义 如查找ter/abc 则 '/ter\/abc/=' -n 静默 -e表达式 # 结果显示的行号 12685 54935 95437 打印行 sed -n '95437p' prod.log # 结果显示95437行内容 [2018-12-19 15:2...

2018-12-19 16:51:27 162

原创 idea remote debug

server java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8888 -jar test.jar idea Run/Debug Configurations --> new Remote input Host(server ip)、Port(8888)、Use module classpath(your...

2018-12-10 18:07:54 964

Sender.java 源码

解决:received unexpected response ’ ’ for key ‘archive’ 异常。 orabbix-1.2.3.jar

2021-09-16

orabbix-1.2.3_modified.jar

解决:received unexpected response ’ ’ for key ‘archive’ 异常。 orabbix-1.2.3.jar

2021-09-16

unlocker-2.0.8

Mac OS X Unlocker for VMware V2.0 ================================= Introduction --------------- Unlocker 2 is designed for Workstation 11, Player 7, ESXi 6 and Fusion 7. If you are using an earlier product please continue using Unlocker 1 Version 2 has been tested against: * Workstation 11/12 on Windows and Linux * Player 7 & Workstation Player 12 on Windows and Linux * Fusion 7/8 on Mavericks and Yosemite * ESXi 6.0 Windows ---------- On Windows you will need to either run cmd.exe as Administrator or using Explorer right click on the command file and select "Run as administrator". win-install.cmd - patches VMware win-uninstall.cmd - restores VMware win-update-tools.cmd - retrieves latest OS X guest tools Thanks --------- Thanks to Zenith432 for originally building the C++ unlocker and Mac Son of Knife (MSoK) for all the testing and support. Thanks also to Sam B for finding the solution for ESXi 6 and helping me with debugging expertise. Sam also wrote the code for patching ESXi ELF files. http://www.insanelymac.com/forum/files/file/339-unlocker/ and you can send email to me.

2016-07-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除