有一组数,1,1,2,3,5,8,……,用递归算法算出第三十个数 1 using System; 2 3 namespace ConsoleApp1 4 { 5 class Program 6 { 7 static void Main(string[] args) 8 { 9 int sLeft = ...
//配置vs环境变量 C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterpr ...
分类:
其他好文 时间:
2020-05-24 11:38:26
阅读次数:
59
What is the difference between sed and awk sed is a stream editor. It works with streams of characters on a per-line basis. It has a primitive program ...
分类:
其他好文 时间:
2020-05-24 11:34:00
阅读次数:
81
1. 使用wait/notifyAll 实现 ...
分类:
编程语言 时间:
2020-05-23 18:30:03
阅读次数:
50
node-sass安装失败,提示如下: gyp verb check python checking for Python executable "python" in the PATH gyp verb `which` succeeded python D:\Program Files\Pytho ...
分类:
其他好文 时间:
2020-05-23 16:21:45
阅读次数:
363
unity shader 变种(多重编译 multi_compile) https://www.jianshu.com/p/f34d896dde5d Unity Shader - Making multiple shader program variants 制作shader程序多变体 https: ...
分类:
其他好文 时间:
2020-05-23 13:17:39
阅读次数:
65
架构 Driver Program:每个 Spark 应用的主程序 Spark Context:在 Driver 里面构建,用于协调、调度在各个节点运行的进程 Cluster Manager:管理节点,分配资源(可以是 Spark standalone、Mesos、Yarn、K8S) Worker ...
分类:
其他好文 时间:
2020-05-22 09:37:29
阅读次数:
62
我们有时希望对一个已经打开的浏览器进行测试。 1.使用Debug 方式启动浏览器 Process proc = new Process(); proc.StartInfo.FileName = @"C:\Program Files (x86)\Google\Chrome\Application\ch ...
分类:
其他好文 时间:
2020-05-21 16:30:13
阅读次数:
446
一:基础Json数据格式(多层次)--(用children表示子节点的集合) [{ "id":1, "name":"C", "size":"", "date":"02/19/2010", "children":[{ "id":2, "name":"Program Files", "size":"12 ...
分类:
其他好文 时间:
2020-05-21 14:33:33
阅读次数:
49
1、下载Resource Hacker 2、用Resource Hacker打开WINRAR.exe安装目录(比如:C:\Program Files\WinRAR\WinRAR.exe)。 3、选择左边树,找到“String Table”,找到80 2052 4、删除1277行内容 5、另存为WIN ...