VMware 20H1(预览版)已经支持运行同时兼容Windows10的Hyper v虚拟化。这里可以同时运行 VMware Workstation Pro Tech Preview 20H1 (16的预览版)+WSL2+Hyper v虚拟机+Docker Desktop+VirtualBox6。同 ...
分类:
系统相关 时间:
2020-04-07 18:31:28
阅读次数:
263
错误信息: - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning - Context initialization failed org.springframework.beans.fa ...
分类:
编程语言 时间:
2020-04-07 12:55:07
阅读次数:
70
错误提示: Could not resolve io.fabric.tools:gradle:1.31.2 错误原因: maven库被挡住了! 解决方法: 1,在AS里面打开build.gradle文件。 2,修改"repositories"->"maven"->"url"值 url 'http:/ ...
分类:
移动开发 时间:
2020-04-07 12:42:28
阅读次数:
340
当你用Android studio 打开一个新项目(一般是下载的工程),可能会报错 Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings ei ...
分类:
移动开发 时间:
2020-04-07 12:24:00
阅读次数:
1195
摘自:https://www.cnblogs.com/misterchaos/p/12650643.html 目录 一、前言 二、Java帝国的今天 2.1 依然霸占TIOBE热门编程语言的榜首 2.2 曾经想扼杀Java的微软宣布加入OpenJDK 2.3 Oracle发布开源全栈虚拟机Graal ...
分类:
编程语言 时间:
2020-04-07 09:56:18
阅读次数:
144
import jieba path = 'C:\\Users\\Administrator\\Desktop\\3国演义.txt' text = open(path,'r',encoding='utf-8').read() words = jieba.lcut(text) excludes = [' ...
分类:
其他好文 时间:
2020-04-07 09:31:11
阅读次数:
75
一、安装docker https://yeasy.gitbooks.io/docker_practice/content/install/mac.html?q= 按照文档安装docker,并且注册账号,当电脑的右上角出现小鲸鱼的图标,且显示Docker Desktop is running,安装启动 ...
分类:
其他好文 时间:
2020-04-06 23:36:08
阅读次数:
73
在域环境中,偶尔会因为用户配置文件损坏导致用户在使用时有些莫名其妙的问题,那我们如何在用户电脑上重建该域用户的配置文件呢?
分类:
其他好文 时间:
2020-04-06 19:00:20
阅读次数:
539
Visual studio调试: 定位代码 缩小调试范围 打断点 不断继续run 查看需要变量值与自己预期结果 判断哪里问题 #include "stdafx.h" #include <stdio.h> #include <string.h> const char* str[] = { "Hello ...
分类:
数据库 时间:
2020-04-06 17:17:09
阅读次数:
80
// practice #include<stdio.h> //#include<conio.h> #include<stdlib.h> double func1(int (*number)[4]) { int k=0; double result =0; for(int i=0;i<3;i++) ...
分类:
其他好文 时间:
2020-04-06 11:49:28
阅读次数:
61