受欢迎的博客标签
RSS

博客

windows 10 录屏软件
Xbox game bar   Xbox是其附加插件
多核CPU并行编程:.c++ 版本历史及Visual Studio c++ 实现多核并行运算目录
并行库 多线程在实际的编程中的重要性不言而喻。对于C++而言,当我们需要使用多线程时,可以使用boost::thread库或者自从C++ 11开始支持的std::thread,也可以使用操作系统相关的线程API,如在Linux上,可以使用pthread库。除此之外,还可以使用omp来使用多线程。它的好处是跨平台,使用简单。
C++ 并发编程(从C++11到C++20,C++23)改造for循环
 
How to Install latest stable version MongoDB on Windows server
How to Install MongoDB on Windows server
Mongodb实战系列(1)-Mongodb GUI常用的客户端汇总
nosqlbooster4mongo-5.2.7
搭建ElasticSearch+MongoDB检索系统
https://www.cnblogs.com/jamespei/p/5694495.html
Visual Studio 2017 Visual Studio 2019 Visual Studio 2022 Visual Studio 2026 Offical Download url
Visual Studio 2019 Offical Download url
Offcial程序员常用原版软件官网网站下载地址
程序员常用原版软件官网网站下载地址 很多人用的不是原版软件,而是用的汉化中文版。其实都是用的盗版汉化的软件。 不要用盗版汉化版的软件 为什么呢?因为可能会中标,有些别有用心的人会修改软件在其中植入木马,窃取你的用户名密码,证书。Xshell和Putty中文版就被人这么干过,相关信息可自行搜索下。 也许你会说你的机器都是测试的虚拟机,用户名等丢了你不怕,但是你知道吗,盗取信息已经是比较落后的方法。现在有新方法了,就是给你种个木马,执行后会加密你的磁盘文件,然后勒索你。 大家可能都知道去年大规模的勒索木马爆发事情,虽然爆发的根本原因是微软的139等的漏洞,但是中勒索的源头就是这种下载这种植入木马的免费软件导致的。
磁盘空间清理 - Windows操作系统--一键清理垃圾脚本
Windows操作系统--一键清理垃圾脚本,C盘空间不足,AppData目录占用空间很大
how to Setting the NuGet package folder location for Visual Studio solutions
How to change .nuget folder location Setting the NuGet package folder location for Visual Studio solutions Is it possible to change the location of C:\Users\Myaccount\.nuget folder to another folder in drive D: ? I need to empty some space for my C: drive.