Ubuntu 18.04 (Bionic) 安装 MongoDB (Install MongoDB Community Edition on Ubuntu) 查看 Ubuntu 版本 lsb_release -a Distributor ID: Ubuntu Description: Ubuntu ...
分类:
数据库 时间:
2021-01-12 11:08:09
阅读次数:
0
问题 每次vs重启都提示安装证书,即使执行dotnet dev-certs https --clean,dotnet dev-certs https -t然后重启vs也不行。 环境 win10, vs2019 解决办法 运行输入certmgr.msc 在个人,受信任的根证书颁发机构内删除颁发给loc ...
分类:
Web程序 时间:
2021-01-11 11:29:01
阅读次数:
0
package com.lyc.struct;public class ForDemo02 { public static void main(String[] args) { //练习1:计算0到100之间的奇数和偶数的和 int odd = 0; int even = 0; //偶数// for ...
分类:
其他好文 时间:
2021-01-08 11:23:42
阅读次数:
0
python3 [root@vm10-20-9-45 ~]# python3 -m http.server 2378 Serving HTTP on 0.0.0.0 port 2378 (http://0.0.0.0:2378/) ... 100.81.171.16 - - [03/Jan/2021 ...
分类:
编程语言 时间:
2021-01-06 12:24:12
阅读次数:
0
1、在使用eclipse构建基于maven的spring工程时,报下面的错误,如下所示: 1 Multiple annotations found at this line: 2 - cvc-elt.1: Cannot find the declaration of element 'beans'. ...
分类:
其他好文 时间:
2021-01-06 12:07:38
阅读次数:
0
windows 电脑 执行 react-native 项目,报错如下: error Invalid regular expression: /(.*\\__fixtures__\\.*|node_modules[\\\]react[\\\]dist[\\\].*|website\\node_modu ...
分类:
Web程序 时间:
2021-01-06 12:03:27
阅读次数:
0
SSK3100_Lab 6GroupLab 7/ page 1Faculty of Computer Science and Information TechnologySSK 3100 (Computer Programming I)Semester I 2020/2021Lab 6 (Week ...
分类:
其他好文 时间:
2021-01-05 11:11:22
阅读次数:
0
最近在学习python,按照网上的步骤进行操作 url.py的代码 但是一直报如下的错。 Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/page/ Using the URLconf defin ...
分类:
其他好文 时间:
2021-01-04 11:14:18
阅读次数:
0
a、基本选择器:#id,class,element,*; b、层次选择器:parent > child,prev + next ,prev ~ siblings c、基本过滤器选择器::first,:last ,:not ,:even ,:odd ,:eq ,:gt ,:lt d、表单选择器: :i ...
分类:
Web程序 时间:
2021-01-04 11:10:04
阅读次数:
0
某个文件在私服仓库可以浏览 但是点击文件下载却提示 原因是在public组里面没有这个目录或者文件,通过浏览器上看到的文件是所有组汇总的,下载是nexus会到指定组下载 可以从其他组比如中央仓库组central拷贝到对应public组即可正常下载 E:\soft\nexus-2.14.4-03-bu ...
分类:
其他好文 时间:
2021-01-02 10:53:15
阅读次数:
0