会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ComputerPlayerJs
博客园
首页
新随笔
联系
订阅
管理
1
2
下一页
2024年12月9日
Python如何下载包及其依赖然后离线安装
摘要: 下载包及其依赖 pip download -d <download path> <package name> -i <image site address> # Example pip download -d /home/PythonPackages/pefile pefile -i https:/
阅读全文
posted @ 2024-12-09 15:34 ComputerPlayerJs
阅读(117)
评论(0)
推荐(0)
2024年7月4日
IDA7.7 使用IDAPython搜索指定模式的二进制数据方法
摘要: 新版的ida弃用了idc.find_binary推荐使用ida_bytes.bin_search方法。 ida_bytes.bin_search需要和ida_bytes.parse_binpat_str配合使用。 ida_bytes.parse_binpat_str的功能类似于对正则表达式进行编译。
阅读全文
posted @ 2024-07-04 09:42 ComputerPlayerJs
阅读(482)
评论(0)
推荐(1)
2024年1月18日
如何配置让pyenv使用代理(Windows)
摘要: 根据官方文档,只需要在系统的环境变量中设置http_proxy和https_proxy. Question: How do I configure my company proxy in pyenv for windows? Answer: Set the http_proxy or https_p
阅读全文
posted @ 2024-01-18 10:07 ComputerPlayerJs
阅读(677)
评论(0)
推荐(0)
2023年4月4日
Log4cplus_2.0.8 Msvc14解决方案中各个项目的介绍
摘要: #log4cplus 动态库版本 #log4cplusS 静态库版本 #loggingserver server应用程序
阅读全文
posted @ 2023-04-04 16:49 ComputerPlayerJs
阅读(31)
评论(0)
推荐(0)
2022年8月29日
KB2533623无法下载解决方案
摘要: KB2533623现在已经无法下载但是包含KB4457144中。 下载地址: https://www.catalog.update.microsoft.com/Search.aspx?q=KB4457144
阅读全文
posted @ 2022-08-29 15:25 ComputerPlayerJs
阅读(3308)
评论(0)
推荐(1)
2022年8月13日
Laravel sali WSL2 DockerDesktop 安装代理设置指南
摘要: 首先确保安装好WSL2和DockerDesktop,本文章不讨论这个。 在DockerDesktop的Setting->Resources->Proxy 设置好代理,这样能够加快镜像的拉取速度。 http://127.0.0.1:xxxx https://127.0.0.1:xxxx 使用如下命令安
阅读全文
posted @ 2022-08-13 17:13 ComputerPlayerJs
阅读(637)
评论(0)
推荐(0)
2022年7月16日
【Windows内核研究】使用 NtQuerySystemInformation API 获取进程信息
摘要: 需要附加依赖项ntdll.lib 需要导入NtQuerySystemInformation等相关函数的定义。这里使用了ProcessHacker的phnt库。 Github ProcessHacker phnt 代码如下: #include <iostream> #include <phnt_win
阅读全文
posted @ 2022-07-16 13:49 ComputerPlayerJs
阅读(387)
评论(0)
推荐(0)
2019年5月13日
【微信小程序】安装DingoApi开发小程序api
摘要: 1.安装 composer require dingo/api 2.发布配置: php artisan vendor:publish 选择DingoApi发布. 3.向.env文件添加配置 (1)项目环境 API_STANDARDS_TREE = prs x:本地开发私有环境 prs:未对外公布,单
阅读全文
posted @ 2019-05-13 15:00 ComputerPlayerJs
阅读(507)
评论(0)
推荐(0)
【微信小程序】安装EsayWechat简化微信小程序的开发
摘要: 1.安装easywechat composer require "overtrue/laravel-wechat" 2.文档 EasyWhchat官方文档
阅读全文
posted @ 2019-05-13 14:36 ComputerPlayerJs
阅读(1436)
评论(0)
推荐(0)
2019年3月18日
Unity 协同程序
摘要: 定义协同程序: 开始协同程序:
阅读全文
posted @ 2019-03-18 16:48 ComputerPlayerJs
阅读(317)
评论(0)
推荐(0)
1
2
下一页
公告