会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
懒企鹅
quieter and hear more
博客园
首页
新随笔
联系
订阅
管理
[置顶]
OSCP整理笔记
摘要: 2、Kali Linux 基础 常见目录 • /bin - basic programs (ls, cd, cat, etc.) • /sbin - system programs (fdisk, mkfs, sysctl, etc) • /etc - configuration files • /
阅读全文
posted @ 2021-09-23 19:36 懒企鹅
阅读(158)
评论(0)
推荐(0)
[置顶]
kalilinux 渗透测试笔记
摘要: 声明:本文理论大部分是苑房弘kalilinux渗透测试的内容 第五章:基本工具 克隆网页,把gitbook的书记下载到本地 httrack "http://www.mybatis.org/mybatis 3/zh/" O ./books/mybatis/ v 第六章: 信息收集 shodan 官网:
阅读全文
posted @ 2019-05-18 18:24 懒企鹅
阅读(3163)
评论(0)
推荐(0)
2023年3月20日
electron开发笔记
摘要: 安装Electron • Mac/Linux: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/ install.sh | bash • Windows: https://github.com/coreybutler/nvm
阅读全文
posted @ 2023-03-20 22:10 懒企鹅
阅读(39)
评论(0)
推荐(0)
2022年4月30日
Item "[file]" is used by macOS and can’t be opened.
摘要: Mac下打开移动硬盘里的文件报错 Item "[file]" is used by macOS and can’t be opened. find ./ -type f |xargs SetFile -c "" -t ""
阅读全文
posted @ 2022-04-30 11:55 懒企鹅
阅读(81)
评论(0)
推荐(0)
2022年4月29日
svn 提交记录导出csv
摘要: 思路 log->xml->csv from bs4 import BeautifulSoup import csv # svn log -l 100 --xml > perfweb.xml with open('D:\\perfweb.xml', encoding='UTF-8') as f_inp
阅读全文
posted @ 2022-04-29 11:09 懒企鹅
阅读(352)
评论(0)
推荐(0)
2021年11月18日
如何交换 Integer 的值?
摘要: 示例1 import sun.misc.Unsafe; import java.lang.reflect.Field; public class SwapExample { private static Unsafe unsafe; static { try { Field field = Unsa
阅读全文
posted @ 2021-11-18 11:17 懒企鹅
阅读(95)
评论(0)
推荐(0)
2021年7月19日
Python 发送邮件
摘要: import smtplib, ssl smtp_server = "smtp.qq.com" #port = 587 # For starttls [465端口不能发送] port = 25 # For starttls sender_email = "xxx@qq.com" # password
阅读全文
posted @ 2021-07-19 21:56 懒企鹅
阅读(42)
评论(0)
推荐(0)
2021年6月21日
线程绑定到指定CPU
摘要: 参考:https://mp.weixin.qq.com/s/494wqyxyFzDuGwG_51tFbQ <dependency> <groupId>net.openhft</groupId> <artifactId>affinity</artifactId> <version>3.20.0</ve
阅读全文
posted @ 2021-06-21 11:22 懒企鹅
阅读(130)
评论(0)
推荐(0)
2021年5月15日
JDBC操作数据封装Java Bean
摘要: Connection conn = DriverManager.getConnection(dbURL, properties); if (conn != null) { Statement statement = conn.createStatement(); ResultSet resultSe
阅读全文
posted @ 2021-05-15 15:55 懒企鹅
阅读(96)
评论(0)
推荐(0)
2021年5月12日
对比Java源码、字节、汇编
摘要: 参考:https://www.cnblogs.com/thisiswhy/p/14750596.html JVM参数说明 输出JIT日志 -client -XX:+UnlockDiagnosticVMOptions -XX:+PrintAssembly -XX:+LogCompilation -XX
阅读全文
posted @ 2021-05-12 09:50 懒企鹅
阅读(121)
评论(0)
推荐(0)
2021年4月20日
PowerShell 常用命令
摘要: 远程文件下载 powershell -c "(new-object System.Net.WebClient).DownloadFile('http://192.168.2.210:8000/index.html','C:\Users\huanmsf\Desktop\index.html')" 服务
阅读全文
posted @ 2021-04-20 21:30 懒企鹅
阅读(142)
评论(0)
推荐(0)
下一页
公告