摘要: 安装Git的地址 镜像下载 http://npm.taobao.org/mirrors/git-for-windows/ (发现不能用了) 用这个:https://registry.npmmirror.com/binary.html?path=git-for-windows 安装包是类似这样的名称: 阅读全文
posted @ 2020-03-07 20:02 htj10 阅读(183) 评论(0) 推荐(0)
摘要: 转载自:https://blog.csdn.net/qq_34104395/article/details/78766400 本方法已经经过测试,非常方便使用。 使用工具: FreePic2Pdf (用来添加目录) ,百度网盘(https://pan.baidu.com/s/1kVHzVmf)密码: 阅读全文
posted @ 2020-03-07 16:16 htj10 阅读(595) 评论(0) 推荐(0)
摘要: 引出问题 两个线程同时吃苹果的问题 // Thread.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "Windows.h" //苹果的总数 int total = 50; DWORD WINAPI ThreadProc1(LPVOID l 阅读全文
posted @ 2020-03-07 10:14 htj10 阅读(336) 评论(0) 推荐(0)
TOP