自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(674)
  • 资源 (42)
  • 收藏
  • 关注

原创 抗后量子重放:SSH 与 TLS 的迁移路径差异

automatic-key-exchange-for-origins

2026-09-17 10:52:51 202

原创 accountsd 高 CPU 问题排查记录

accountsd

2026-09-14 11:35:28 275

原创 docker-android Android 17 支持与编译修改

Android 17(API 37.0)因上游 emulator/系统镜像 bug 无法稳定运行,已放弃,改用 Android 16(API 36)。本文档记录完整过程。

2026-08-27 09:47:00 264

原创 docker-android Android 16 支持与编译修改

docker android 16

2026-08-27 09:43:59 341

原创 mitmdump Android 抓包

mitmdump

2026-08-25 16:56:33 194

原创 docker-android 重启后镜像起不来

docker android

2026-08-13 09:59:16 219

原创 opencode 本地终端乱码排查记录

opencode ubuntu 18 乱码

2026-08-09 12:44:05 432

原创 USB 网络共享 + adb 无权限问题排查

adb usb网络共享

2026-08-09 10:46:50 384

原创 Git fetch 失败: gnutls_handshake() failed 的排查与修复

ubuntu 18 支持git via tls 1.3

2026-08-08 16:28:06 257

原创 私有 Docker Registry 排障实录:两个隐蔽的坑

docker 私有化部署

2026-08-08 13:01:38 399

原创 从零搭私有 Docker Registry:一次从 Python 镜像到 registry:2

docker私有化部署

2026-08-08 12:57:09 267

原创 vm.mmap_rnd_bits 引发 ASAN CPU 100% 问题解析

cpu 100%

2026-08-07 23:27:21 240

原创 服务端崩溃自动打堆栈

自动打堆栈

2026-08-07 23:05:20 196

原创 macos+vs code支持命令行code

✅ 关闭当前终端,重新打开终端测试:方式2:手动配置(上面方案失效时使用)VSCode 的可执行文件路径固定:macOS 新版默认是 zsh(终端默认);旧系统是 bash。 → 修改 → 修改 第二步:写入软链接 / alias(二选一)方案A:alias 别名(简单)编辑配置文件(zsh示例)在文件末尾添加一行:按下 保存, 退出。生效配置:方案B:软链接到 (全局更标准)测试新开终端窗口,执行:常见故障排查command not found确认 V

2026-08-02 11:03:03 268

原创 macos 12使用docker

docker for mac

2026-07-21 09:41:11 280

原创 DOH查询A和AAAA

doh 查询

2026-07-16 15:57:58 264

原创 cloudflare域名托管

cloudflare域名托管

2026-07-16 09:53:04 234

原创 造个自己的 iperf3

ipref3

2026-07-15 10:08:32 244

原创 iperf代码走读

ipref3

2026-07-15 09:53:03 288

原创 iperf3 支持 android

iperf3

2026-07-15 09:30:23 286

原创 Android 17升级后卡死的处理方法

android17升级

2026-06-30 12:35:57 247

原创 OnePlus 8 (IN2010) Root 操作记录

root 手机

2026-06-30 12:33:44 382

原创 Redmi 15R 5G (tornado) Root 方案备忘

红米bootloader解锁/root尝试

2026-06-29 16:16:50 774

原创 pi-agent请求追踪

拦截记录大模型对话记录

2026-05-14 09:37:07 224

原创 pi agent 的使用和鉴权

ai agent

2026-05-13 09:52:33 2785

原创 gitlab ci Runner 配置

ci 本地runner

2026-05-13 09:18:14 445

原创 python relative_to

就是用来检查:这个文件是不是乖乖待在项目目录里,没跑到外面去。这个函数 =路径安全守门员你给它一个文件路径它拼命确保这个路径不会逃出项目根目录逃出去 → 403 禁止乖乖在里面 → 返回合法路径检查是否在目录内的核心工具。

2026-04-30 23:32:19 141

原创 mac-intel安装git-lfs

最后无奈我只能从git-lfs的github,重新拉代码下来自己编译。编译完成之后,自己把git-lfs拷贝到 /usr/local/bin 下。感觉homebrew没了,后面安装软件升级什么的还是有点麻烦的。make了老半天没动,可以这样查看编译细节:brew install -v git-lfs。git-lfs这个依赖了很多库。触发 brew install git-lfs 的时候,实际上是源码编译。安装 git-lfs 安装了小半天,这里总结下这次经验。的时候,想着顺手把mac的环境给配置了,然后。

2026-04-30 23:28:33 243

原创 不连接 USB 远程连接 Android 设备

adb wifi

2026-04-30 23:15:37 165

原创 linux Copy Fail

本地提权漏洞

2026-04-30 23:09:19 680

原创 家用小GIT

git http backend

2026-04-30 22:57:12 307

原创 家用版本maven的创建方法

家用maven

2026-04-25 09:53:34 131

原创 跨域的解决方法

CORS policy

2026-04-09 09:45:48 96

原创 predictive back gesture

Add support for the predictive back gesture

2026-04-03 17:39:54 400

原创 IP路由表(ip rule)修改

ip rule

2026-04-01 10:20:51 239

原创 gitlab中的repo删除特定commit

gitlab操作

2026-03-25 09:24:57 166

原创 APKS和XAPK的生成

导出apks和xapk的安装包的方法

2026-03-25 09:13:31 197

原创 APKS和XAPK

apks和xapk

2026-03-25 09:06:14 883

原创 ubuntu软件更新遇到KernelPanic

Kernel Panic 自救方法

2026-03-12 10:01:12 612

原创 TUN网卡关闭/打开异常

tun网卡异常处理

2026-03-08 08:42:07 555

在Windows中安装iPhone开发环境.doc

在Windows中安装iPhone开发环境 2010年11月22日 星期一 下午 15:10 我将新版开发环境在Windows XP下VMWare虚拟机中安装开发环境过程贴出来,让大家分享。 本文在Windows Xp + VMware Workstation 7.0 + MAC OS X Snow Leopard 10.6 环境下安装iPhone SDK 3.1.2成功!

2012-10-27

hidpi-canvas-1.0.9.zip

Currently this plugin handles most general cross browser drawing functions, but feel free to send Pull Requests as you find functions you need supported. If the function simply needs all or some of it's arguments multiplied by the ratio, it should simply require you to add it to the ratioArgs object, following the proper pattern. It currently leaves images alone, so to retinize images on your canvas, simply duplicate the getPixelRatio function in your code and divide your image dimensions by the provided ratio.

2016-01-29

Linux驱动程序教程:如何编写简单的Linux设备驱动程序

Linux驱动程序教程:如何编写简单的Linux设备驱动程序 demo

2018-09-01

Wireshark-win32-2.0.2.exe

Wireshark-win32-2.0.2.exe

2016-03-02

windows下Linux命令行小工具

下载后,解压到指定目录,添加该指定路径+/wbin路径到系统环境变量Path中,这样就可以在Windows下使用Linux命令

2014-08-10

magicwifi.exe

模拟wifi 魔方

2016-05-04

软媒魔方pcmaster6

官网:http://mofang.ruanmei.com/ 版本:6.21正式版|时间:2016年12月8日|大小:12.2MB 适用:Win10/Win8.1/Win8/Win7/Vista/XP 软媒魔方6支持64位和32位的所有主流Windows系统,从优化大师发展为一款系统增强套装,自动化、智能化解决各种电脑问题。软媒魔方内置20余款强大、绿色化的知名组件,清理、美化、桌面增强、系统雷达、通知区万年历、优化加速、安全守护、软件管家、电脑医生、虚拟光驱、U盘装机等等

2018-07-18

Wireshark_2.6.1_win_64.exe

Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions.

2018-07-18

Wireshark-win64-2.0.2.exe

Wireshark-win64-2.0.2.exe

2016-03-02

wireshark-2.0.2.tar.bz2

wireshark-2.0.2.tar.bz2

2016-03-02

cobertura-2.1.1-bin

Cobertura is a free Java code coverage reporting tool. It is based on jcoverage 1.0.5. See the Cobertura web page and wiki for more details. Since 2.0.0, Cobertura versions follow the Semantic versioning guidelines.

2018-05-09

windows 下使用linux命令行的工具

:也一样是windows 下使用linux命令行的工具 运行GetGnuWin32-0.6.3.exe,并指定安装目录。 进入安装目录的GetGnuWin32子目录,GetGnuWin32子目录是GetGnuWin32-0.6.3.exe自动建立的 运行download.bat,这个过程会从网络上下载所有linux命令程序,所以需要等待很长时间,大家可以出去打打酱油什么的 运行install.bat,到此安装结束,大家可以开始使用各种linux命令了。 from:http://www.cnblogs.com/adgnat/archive/2011/07/16/2108098.html

2014-08-10

Wireshark 2.6.1 Intel 64.dmg

The current stable release of Wireshark is 2.6.1 Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.

2018-07-18

WiresharkPortable_2.6.1.paf.exe

Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.

2018-07-18

wireshark-2.6.1.tar.xz

Wireshark has a rich feature set which includes the following: Deep inspection of hundreds of protocols, with more being added all the time Live capture and offline analysis Standard three-pane packet browser Multi-platform: Runs on Windows, Linux, macOS, Solaris, FreeBSD, NetBSD, and many others Captured network data can be browsed via a GUI, or via the TTY-mode TShark utility The most powerful display filters in the industry Rich VoIP analysis Read/write many different capture file formats: tcpdump (libpcap), Pcap NG, Catapult DCT2000, Cisco Secure IDS iplog, Microsoft Network Monitor, Network General Sniffer® (compressed and uncompressed), Sniffer® Pro, and NetXray®, Network Instruments Observer, NetScreen snoop, Novell LANalyzer, RADCOM WAN/LAN Analyzer, Shomiti/Finisar Surveyor, Tektronix K12xx, Visual Networks Visual UpTime, WildPackets EtherPeek/TokenPeek/AiroPeek, and many others Capture files compressed with gzip can be decompressed on the fly Live data can be read from Ethernet, IEEE 802.11, PPP/HDLC, ATM, Bluetooth, USB, Token Ring, Frame Relay, FDDI, and others (depending on your platform) Decryption support for many protocols, including IPsec, ISAKMP, Kerberos, SNMPv3, SSL/TLS, WEP, and WPA/WPA2 Coloring rules can be applied to the packet list for quick, intuitive analysis Output can be exported to XML, PostScript®, CSV, or plain text

2018-07-18

StarUML-v2.6.0.msi

StarUML is one of the most popular UML tools in the world. It has been downloaded over than 4 millions and used in more than 150 countries. http://staruml.io/

2016-02-24

百度地图、定位demo

百度地图、定位的demo,挺有用的,有兴趣弄百度地图API开发的可以看看

2013-06-11

boot2docker

Error with pre-create check: "Get https://github-cloud.s3.amazonaws.com/releases/14930729/b1e1c6ca-319d-11e7-8ca4-328ef7d1d6cb.iso?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20170517%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170517T012905Z&X-Amz-Expires=300&X-Amz-Signature=1dcf27996f4b4838694300d72bd3d5ff5907d682af99bed00330a1a655384f8a&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dboot2docker.iso&response-content-type=application%2Foctet-stream: dial tcp 54.231.33.163:443: getsockopt: operation timed out"

2017-05-17

Internationalize.7z

http://blog.csdn.net/yeshennet/article/details/53198825

2016-11-17

Andor et al. (2016).

A TensorFlow implementation of the models described in Andor et al. (2016).

2016-05-14

iperf3 arm64

https://blog.csdn.net/yeshennet/article/details/162893981

2026-07-15

conscrypt.aar

https://blog.csdn.net/yeshennet/article/details/149896662

2025-08-04

xwalk-core-library/23.53.589.4

A web runtime built on Chrome. xwalk_core_library/23.53.589.4. Crosswalk is an app runtime based on Chromium/Blink. It is an open source project started by the Intel Open Source Technology Center (http://www.01.org) As of February 2017, Crosswalk is not being developed anymore. The last Crosswalk relase is 23.

2019-05-02

conscrypt.zip

https://blog.csdn.net/yeshennet/article/details/149896662

2025-08-04

wireshark-4.4.0.dmg

wireshark_4.4.0.dmg

2024-09-08

chrome浏览器Take back your browser

https://www.bromite.org/ The main goal is to provide a no-clutter browsing experience without privacy-invasive features and with the addition of a fast ad-blocking engine. Minimal UI changes are applied to help curbing the idea of “browser as an advertisement platform”. All patches are published under GNU/GPL v3 to enable other open source projects’ usage. Bromite is only available for Android Marshmallow (v6.0, API level 23) and above.

2024-01-10

Google chrome browser 65.0.3325

"A number of fixes and improvements."[r 153] New extension UI The CSS Paint API allows you to programmatically generate an image The Server Timing API allows web servers to provide performance timing information via HTTP headers The new CSS display: contents property can make boxes disappear Fixed a bug that affected some timestamps The syntax for specifying HSL and HSLA, and RGB and RGBA coordinates for the color property now match the CSS Color 4 spec There's a new feature policy that allows you to control synchronous XHRs through an HTTP header or the iframe allow attribute[r 154] Last version available for OS X 10.9. Android version: Set language preferences for web content in Settings > Languages Turn on the prompt for simplified view for all supported articles in Settings > Accessibility settings Share and delete downloads more easily on the Downloads page[r 155] Disable screen capture on incognite mode [4]

2019-05-07

eclipse_for_andriod(window64)

Eclipse for Android Developers (includes Incubating components) https://www.eclipse.org/downloads/packages/release/neon/3/eclipse-android-developers-includes-incubating-components Package Description An IDE for developers creating Android applications. This package includes: Eclipse Git Team Provider Eclipse Java Development Tools Maven Integration for Eclipse Mylyn Task List Code Recommenders Tools for Java Developers Eclipse XML Editors and Tools Detailed features list

2018-11-30

archon 64x86

墙内资源备份,最新看官网: https://archon-runtime.github.io/ 必要的信息: ARChon 2.1.0 Beta (ARC 41.4410.238.0) Intel x86 Chrome 64-bit / Chrome OS 64-bit MD5:94b5bf91fa45de29875fa47b7e7c85aa

2018-10-14

android-sdk- windows-1 .0_r1.zip

https://developer.android.com/sdk/older_releases android-sdk- windows-1 .0_r1.zip md5sum : d69f4ee93d4010f726c04302662fd999

2018-11-30

archonpackager

https://play.google.com/store/apps/details?id=me.bpear.archonpackager ARChon Packager (formerly Chrome APK Packager) is a convenient way to produce Chrome ARChon Custom Runtime packages directly from your phone. Stuck? http://www.omgchrome.com/chrome-apk-packager-android-app/ You can generate chrome packages from either APKs on your phones storage, or from apps installed on your phone (It will pull APK) Open the App, select an APK or App from list. App Name and package name are both pulled from the APK and put into the manifest.json file. Everything is then zipped together in a ChromeAPK folder on your phones storage. Requires https://github.com/vladikoff/chromeos-apk/blob/master/archon.md ARChon Custom Runtime which allows for "unlimited" number of android apps to be installed. (Google Runtime is limited to 4 apps.)

2018-10-14

Archon Simple App

墙内资源备份,官网: https://github.com/vladikoff/chromeos-apk/releases/download/v3.0.0/com.uberspot.a2048.android-ARChon-runtime.zip Download the Sample App, extract it, load it as an unpacked extention, press "Launch". Convert other apps with tools listed below. More details here: https://github.com/vladikoff/chromeos-apk/blob/master/archon.md

2018-10-14

Google-chrome-browser 74.0.3729

"A number of fixes and improvements."[r 185] Creating private class fields in JavaScript is now much cleaner You can detect when the user has requested a reduced motion experience CSS transition events Adds new feature policy APIs to check if features are enabled or not[r 186] Removal of PaymentAddress's languageCode property No popups during page unload Deprecation of drive-by downloads in sandboxed iframes[r 187] Android version: Translate any web page instantly by selecting Translate from the menu[r 188]

2019-05-07

eclipse_for_andriod(mac64)

Mac OS X (Cocoa) 64-bit Eclipse for Android Developers (includes Incubating components) https://www.eclipse.org/downloads/packages/release/neon/3/eclipse-android-developers-includes-incubating-components Package Description An IDE for developers creating Android applications. This package includes: Eclipse Git Team Provider Eclipse Java Development Tools Maven Integration for Eclipse Mylyn Task List Code Recommenders Tools for Java Developers Eclipse XML Editors and Tools Detailed features list

2018-11-30

Google chrome browser 58.0.3029

chrome历史浏览器 version 58 "A number of fixes and improvements."[r 134] IndexedDB 2.0 Workers and SharedWorkers in data-URLs. Android version: Useful actions like “Find in page” available in apps that open web pages using Chrome More frequently updated article suggestions on the New Tab page Use recently visited search engines as your default search engine See Physical Web suggestions, based on your surroundings, in the address bar Bug fixes and performance improvements[r 135]

2019-05-07

intel_houdini32

Houdini library for ARM code execution on Intel processors.

2018-11-12

Google chrome browser 64.0.3282

"A number of fixes and improvements."[r 149] Support for ResizeObservers, will notify you when an element’s content rectangle has changed its size. Modules can now access to host specific metadata with import.meta. The pop-up blocker gets stronger. window.alert() no longer changes tab focus. Chrome now supports named captures in regular expressions. The default preload value for <audio> and <video> elements is now metadata. You can now use Request.prototype.cache to view the cache mode of a Request and determine whether a request is a reload request. Using the Focus Management API, you can now focus an element without scrolling to it with the preventScroll attribute.[r 150] Extensions page generates packages in CRX3 format now.[r 151] Android version: Prevents sites with abusive ad experiences from opening new windows or tabs without your permission. "Stability and performance improvements."[r 152]

2019-05-07

eclipse_for_andriod(linux64)

Eclipse for Android Developers (includes Incubating components) https://www.eclipse.org/downloads/packages/release/neon/3/eclipse-android-developers-includes-incubating-components Package Description An IDE for developers creating Android applications. This package includes: Eclipse Git Team Provider Eclipse Java Development Tools Maven Integration for Eclipse Mylyn Task List Code Recommenders Tools for Java Developers Eclipse XML Editors and Tools Detailed features list

2018-11-30

android_sdk_linux_m3-rc20a.zip

android_sdk_linux_m3-rc20a.zip -> Linux (i386) -> md5sum : 2660b4029039b7d714e59827e9a9a11d -> https://developer.android.com/sdk/older_releases

2018-11-30

android_sdk_darwin_m3-rc20a.zip

android_sdk_darwin_m3-rc20a.zip -> Mac OS X (intel) -> md5: 564876ada22872e50c2866806de9fc5c

2018-11-30

空空如也

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

TA关注的人

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