using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Input; using System.Threading.Tasks; using ...
分类:
其他好文 时间:
2020-04-06 14:00:06
阅读次数:
71
VS Code 配置C++ 详解 我太难了一开始对配置一窍不通各种坑都踩过了,最后被逼无奈去学习了lauch.json还有tasks.json等文件的含义,才配置好了C++ 下面我写一个小白配置教程 首先下载VS Code还有MinGW,在VS Code商店里下载插件:Chinese、C/C++、C ...
分类:
编程语言 时间:
2020-04-05 18:44:10
阅读次数:
923
(待测试) using System.IO;using System.Linq;using System.Runtime.InteropServices;using System.Text;using System.Threading.Tasks; namespace _01_UserTestUI{ ...
分类:
其他好文 时间:
2020-04-04 09:15:38
阅读次数:
203
var tasks = new List<Task>(); for(int i=0;i<100;i++) { tasks.add(Task.Factory.StartNew(()=>action())); } task.waitall(tasks.Toarry()); ...
分类:
编程语言 时间:
2020-04-03 20:07:58
阅读次数:
229
导出Excel 操作类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NPOI.SS.UserMode ...
分类:
其他好文 时间:
2020-04-03 16:27:50
阅读次数:
58
lineinfile 向文本中添加单行 blockinfile 向文本中添加多行 - name: lineinfile hosts: dev tasks: - name: lineinfile lineinfile: path: /tmp/test.txt line: 'Add this line ...
分类:
其他好文 时间:
2020-04-01 17:53:41
阅读次数:
68
根据别的大神的路线,一步步配置spring源码的时候,编译orm报如下错误: BUILD FAILED in 3s Circular dependency between the following tasks: :spring-beans:compileGroovy \ :spring-beans ...
分类:
编程语言 时间:
2020-03-30 13:11:36
阅读次数:
811
在Ansible 2.5之前主要使用with_ <lookup>关键字来创建循环,循环关键字基本上类似于with_list,with_items。 Ansible 2.5开始就可以使用loop来创建循环。 示例1 数组循环: tasks: - name: create user user: name ...
分类:
其他好文 时间:
2020-03-28 16:09:51
阅读次数:
99
目录 1. "安装VSCode应用程序" 2. "安装相关插件" 1. "汉化插件" 2. "C++编辑器插件" 3. "编写配置文件" 1. "tasks.json" 2. "launch.json" 3. "c_cpp_properties.json" 第一步、安装VSCode应用程序 打开 " ...
分类:
编程语言 时间:
2020-03-26 01:21:46
阅读次数:
86
来自http://tieba.baidu.com/p/5599502824。 1.首先先删除Windows文件夹里面的“XblGameSave”文件夹; 操作方法:按快捷键“win+R”,输入C:\Windows\System32\Tasks\Microsoft\,然后就能看到“XblGameSav ...