摘要: 参考 https://xiaoxinblog.xyz/posts/65d46cc7.html F12 open console 键盘输入 允许粘贴 !(function () { "use strict"; document.querySelectorAll("script").forEach(fu 阅读全文
posted @ 2024-11-12 19:55 scott_h 阅读(0) 评论(0) 推荐(0) 编辑
摘要: python默认安装路径 C:\Users\test\AppData\Roaming\Python\Python312 Scripts 这个目录有软件 - pip - importdata.exe - HikyuuTDX.exe site-packages 这个目录有pip下载的包 - hikyuu 阅读全文
posted @ 2024-10-21 20:13 scott_h 阅读(3) 评论(0) 推荐(0) 编辑
摘要: anaconda中自带python, 如果你之前安装了python,那么如何防止冲突,或者指定想要的python 版本呢? windows 方法1 在系统环境变量中, [系统]或者[用户]path设置 对应的路径 默认python安装包路径(默认安装) C:\ProgramData\anaconda 阅读全文
posted @ 2024-10-17 01:05 scott_h 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 包协议 Http,TCP,UDP,这几个, 游戏是tcp 加心跳包,和http多一些 点击capture filter 新增 ip host=47.96.185.162 之前一个个比对,查看服务器地址,如果游戏是杭州的, 那服务器机房在杭州 阿里巴巴,就没错。 https://site.ip138. 阅读全文
posted @ 2024-09-02 00:09 scott_h 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 1.其实我们自己也可以开发软件,对系统线性内存地址做归纳, 2.对所有内存系统地址的值,做遍历。 (很快,大概32GB 2s~5s),如果能找到进程对应 内存堆栈,大概100ms 就可以查找完毕。 参考 摆脱八门神器,继续利用CE在安卓游戏做上帝 https://zhuanlan.zhihu.com 阅读全文
posted @ 2024-09-01 23:22 scott_h 阅读(195) 评论(0) 推荐(0) 编辑
摘要: https://tangqixiang.blog.csdn.net/article/details/131242849 阅读全文
posted @ 2024-08-22 16:26 scott_h 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://maxwell.blog.csdn.net/article/details/44537837 ACPI Table基本知识 https://maxwell.blog.csdn.net/article/details/20034623 阅读全文
posted @ 2024-08-22 16:26 scott_h 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://maxwell.blog.csdn.net/article/details/136333139#comments_32057350 阅读全文
posted @ 2024-08-22 16:07 scott_h 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/robinsongsog/category_1417366.html https://blog.csdn.net/xiaopangzi313/category_8898913.html SMM 详解 https://maxwell.blog.csdn.ne 阅读全文
posted @ 2024-08-22 16:07 scott_h 阅读(27) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/latest/translations/zh_CN/admin-guide/README.html https://www.kernel.org/ https://docs.kernel.org/6.8/ 安装内核源代码 如果您要安装完 阅读全文
posted @ 2024-08-22 15:55 scott_h 阅读(12) 评论(0) 推荐(0) 编辑
摘要: FPGA DDR4,DDR5 FPGA IP https://www.intel.cn/content/www/cn/zh/products/details/fpga/intellectual-property/memory-interfaces-and-controllers/ddr4-exter 阅读全文
posted @ 2024-07-27 13:04 scott_h 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 关于为了做错误注入 Ubuntu可以修改 /dev/default/grub update-grub2 关机后, 通过cat /proc/cmdline 确认是否设置好预留内存 linux kernel 5.15 可以设置预留内存 linux kernel 6.5 无法设置预留内存,(bug?) l 阅读全文
posted @ 2024-07-05 12:42 scott_h 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 谈为员工创造一个相对公平、平等的工作环境的重要性 https://www.jianshu.com/p/4d2d374d518b 公平、平等的工作环境是每个员工都希望自己所在的单位具备的基本特点之一, 公平、平等的工作环境可以使员工踏实工作, 相信自己付出多少就会有多少回报, 相信自身价值在工作单位能 阅读全文
posted @ 2024-04-26 23:05 scott_h 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 重点都在intel EDS中 x86架构—MCA https://www.codenong.com/cs106476885/ 【x86架构】MCA https://blog.csdn.net/jiangwei0512/article/details/62456226 其他参考 https://blo 阅读全文
posted @ 2024-04-26 22:17 scott_h 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 各个语言算法库,值得借鉴一下 The Algorithms Open Source resource for learning Data Structures & Algorithms and their implementation in any Programming Language http 阅读全文
posted @ 2024-04-26 22:10 scott_h 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 因为PL 串口驱动,对win10,win11支持不够好。 在网上找了很久,确认win10+win11 可用的串口驱动, (需要删除之前驱动,然后手动导入安装驱动) Prolific PL2303 driver v3.3.2.102 (2008-24-09) Win8_x64_x86.7z 阅读全文
posted @ 2024-03-27 16:00 scott_h 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 官网网站 https://pcisig.com/specifications PCI Express® Base Specification Revision 6.0 https://pan.baidu.com/s/1kUrho2M7hRJeCNXSxwLN8A?pwd=7zkx pwd=7zkx 阅读全文
posted @ 2024-03-05 18:36 scott_h 阅读(2388) 评论(0) 推荐(1) 编辑
摘要: https://semiengineering.com/five-key-changes-coming-with-ddr5-dimms/ On July 14th of last year, JEDEC announced the publication of the DDR5 SDRAM stan 阅读全文
posted @ 2024-03-05 15:15 scott_h 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 查看 Linux 发行版名称和版本号的 8 种方法 via https://zhuanlan.zhihu.com/p/36253769 via: https://www.2daygeek.com/check-find-linux-distribution-name-and-version/ 作者:M 阅读全文
posted @ 2023-11-13 17:10 scott_h 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 0. 选用 VMWare 个人免费版player 配置网络 个人免费版player 网络连接 1.配置成=》【桥接模式】 2.勾选【复制网络连接状态】 ps. workstation 自带VMTools,可以拖拽,移动文件。 1. 安装samba 1.更新当前软件。 sudo apt-get upg 阅读全文
posted @ 2023-11-09 19:29 scott_h 阅读(40) 评论(0) 推荐(0) 编辑