1.安装 官网下载直接下一步 略过 >会默认安装为windows服务,但是也可以通过命令行启动mongodb服务:mongod -dbpath "C:\Program Files\MongoDB\Server\4.2\data\db" --auth 参数根据需要增减, --auth表示开启权限检验 ...
分类:
数据库 时间:
2020-04-14 20:45:16
阅读次数:
73
maven下载与配置 1、下载地址: https://maven.apache.org/download.cgi 注意:Maven3.2. 版本需要JDK1.6的支持,Maven3.3. 以上需要JDK1.7以上的支持 2、将文件解压到D:\Program Files\Apache\maven目录下 ...
分类:
其他好文 时间:
2020-04-14 14:01:01
阅读次数:
141
原文:ASP.NET Core技术研究-探秘Host主机启动过程 当我们将原有ASP.NET 应用程序升级迁移到ASP.NET Core之后,我们发现代码工程中多了两个类Program类和Startup类。 接下来我们详细探秘一下通用主机Host的启动过程。 一、Program类的Main函数入口 ... ...
分类:
Web程序 时间:
2020-04-13 00:23:41
阅读次数:
104
Motivation 动机 All the time we design a program module and we create some class hierarchies. Then we extend some classes creating some derived classes. ...
分类:
其他好文 时间:
2020-04-12 22:22:25
阅读次数:
85
You can use the command to see a list of all installed packages on your computer. To uninstall a program use command. For example, the following comma ...
分类:
系统相关 时间:
2020-04-12 16:18:39
阅读次数:
85
1、配置环境变量 打开环境变量:右击“我的电脑”-->"属性"-->"高级系统设置"-->"高级"-->"环境变量" 或者 win+r ,输入sysdm.cpl进入 在系统变量里新建"JAVA_HOME"变量,变量值为:C:\Program Files\Java\jre1.8.0_241(你JDK的 ...
分类:
编程语言 时间:
2020-04-12 16:07:37
阅读次数:
73
class Program { static void Main(string[] args) { /* C# 基础语法,【数组】的使用及理解 * 数组长度必须固定 * 数组的索引从0开始 * */ string name = "制定项目章程"; string[] nams = new string ...
分类:
编程语言 时间:
2020-04-12 12:31:29
阅读次数:
58
1) 安装 mongodb软件 https://www.mongodb.com/ 选择完全安装 2) 设置环境变量 找到安装目录,找到mongo命令所在位置:C:\Program Files\MongoDB\Server\3.2\bin 将命令位置添加到环境变量: 我的电脑(计算机) 点击鼠标右键- ...
分类:
数据库 时间:
2020-04-11 18:37:22
阅读次数:
77
ylbtech-System.RuntimeMethodHandle.cs 1.返回顶部 1、 #region 程序集 mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Program ...
分类:
其他好文 时间:
2020-04-11 09:50:47
阅读次数:
70
ylbtech-System.TypedRerference.cs 1.返回顶部 1、 #region 程序集 mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Program File ...
分类:
其他好文 时间:
2020-04-11 00:35:17
阅读次数:
69