11 2021 档案

摘要:编译+执行代码如下 //using System; //namespace DynamicCode //{ // class Program // { // static void Main(string[] args) // { // Console.WriteLine("Hello World! 阅读全文
posted @ 2021-11-24 15:36 一颗大白鲸 阅读(2890) 评论(0) 推荐(0)
摘要:python 设置阿里云pip源,加速pip更新速度 Linux系统: mkdir ~/.pip cat > ~/.pip/pip.conf << EOF [global] trusted-host=mirrors.aliyun.com index-url=https://mirrors.aliyu 阅读全文
posted @ 2021-11-22 14:43 一颗大白鲸 阅读(405) 评论(0) 推荐(0)
摘要:概述 很多软件都需要屏幕捕捉功能,在软件中实现屏幕捕捉也不是难事,在微软Windows平台,有很多截屏的方法,例如:BitBlt、Mirror driver、 GDI hook、DirectX、DWM/Dxgi hook、Desktop Duplication与GetWindowDC 等方法,但大多 阅读全文
posted @ 2021-11-09 14:05 一颗大白鲸 阅读(4445) 评论(0) 推荐(1)