今天再学习maven的时候,遇到了一个小bug,决定分享上来说不定对刚学习maven的你有一定的帮助! maven版本:apache-maven-3.5.4 在创建web项目时出现 Cannot detect Web Project version. Please specify version o ...
分类:
Web程序 时间:
2018-09-23 15:01:08
阅读次数:
182
Description My girlfriend loves 7 very much, she thinks it is lucky! If an integer contains one or more 7, she will think it is lucky too! Description ...
分类:
其他好文 时间:
2018-09-21 15:22:06
阅读次数:
186
#include<stdio.h>#include<stdlib.h>#include<math.h>int main(){ int magic; //计算机随机生成的数 int guess; //人猜的数 int counter;//记录猜的次数 magic = rand() % 100 + 1; ...
分类:
其他好文 时间:
2018-09-20 22:53:36
阅读次数:
165
出现问题: Column count of mysql.user is wrong. Expected 43, found 42. Created with MySQL 50518, now running 50641. Please use mysql_upgrade to fix this er ...
分类:
数据库 时间:
2018-09-20 01:15:05
阅读次数:
557
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading; 6 7 namespace Consoleapplicati... ...
分类:
其他好文 时间:
2018-09-19 16:14:39
阅读次数:
162
Please try npm cache clean --force and multiple npm i or in general removing the lock file and deleting node_modules. https://github.com/npm/npm/issue ...
分类:
Web程序 时间:
2018-09-18 22:32:48
阅读次数:
624
如 3+4+5+6+7等 #include <stdio.h>void addres(int x,int y){ int i; int sum=0; for(i=x;i<=y;i++) { sum=sum+i; } printf("%d",sum);}void main(){ int a,b; pr ...
分类:
其他好文 时间:
2018-09-17 00:05:43
阅读次数:
152
1 git clean n //这个是清除文件预览 git clean -f //强制清除文件 2 git clean -f //强制清除文件 3 git checkout -f <branch> //不建议使用 容易丢失文件 ...
DMKAlex wrote: Vesku wrote: DMKAlex wrote: Can someone explain this please? Thanks. CBR = constant bitrate VBR = variable bitrate (more bitrate when l ...
分类:
其他好文 时间:
2018-09-15 16:25:53
阅读次数:
318
先说结论,解决方法在最后: 启动浏览器实质是启动图形界面,推广到其他GUI程序同样适用。 目前在WSL环境下通过VcXsrv这个X server启动图形界面相对简单,但仍存在兼容性问题,配置仍需完善。 环境: win10系统安装ubuntu18.04的命令行工具(通过Microsoft Store安 ...
分类:
系统相关 时间:
2018-09-12 21:11:48
阅读次数:
1823