#Maven的下载 下载链接:http://maven.apache.org/download.cgi# #Maven的安装 1 将Maven解压到 /Users/wmd/apache-maven-3.6.3 2 编辑 /etc/profile 文件 sudo vim /etc/profile,在文 ...
分类:
系统相关 时间:
2020-05-31 01:16:08
阅读次数:
133
django.db.migrations.exceptions.InconsistentMigrationHistory: Migration admin.0001_initial is applied before its dependency users.0001_initial on data ...
分类:
其他好文 时间:
2020-05-31 00:40:30
阅读次数:
66
先向大家展示以下困扰了我好久的问题 C:\Users\caiya>pip install pipenv WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. ...
分类:
编程语言 时间:
2020-05-30 16:02:46
阅读次数:
794
java.lang.NoSuchMethodException: cn.web.servlet.UserServlet.login(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletRespons 未找到logi ...
分类:
编程语言 时间:
2020-05-30 15:48:59
阅读次数:
71
临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 默认使用 # windows系统使用cmd快速设置 pip install pip -U # 升级pip到最新版本 pip config set glo ...
分类:
其他好文 时间:
2020-05-30 15:39:08
阅读次数:
80
关于MySQL的启动项提权,听其名知其意。就是将一段 VBS脚本导入到 C:\Documents and Settings\All Users\「开始」菜单\程序\启动 下,如果管理员重启了服务器,那么就会自动调用该脚本,并执行其中的用户添加及提权命令! 这里有两种思路: 1. 如果 C:\Docu ...
分类:
数据库 时间:
2020-05-30 12:21:35
阅读次数:
93
国内镜像:阿里 打开IntelliJ IDEA->Settings ->Build, Execution, Deployment -> Build Tools > Maven 或者直接搜索maven 具体如下图所示: 而一般情况下在c:\Users\xx.m2\这个目录下面没有settings.xm ...
分类:
其他好文 时间:
2020-05-30 01:14:16
阅读次数:
69
Why MB Star Diagnostic tool is so well-received by thousands of users, its technology and quality is developed after lots of experiments and improveme ...
分类:
其他好文 时间:
2020-05-29 21:41:51
阅读次数:
120
无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\tsc.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参 阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_P ...
分类:
移动开发 时间:
2020-05-29 12:19:08
阅读次数:
644
由于vue对语法的限制过于严格,以至于在我第一次编译运行的时候一直编译失败,当然也包括一些警告 ? myproject npm run dev > testapp@1.0.0 dev /Users/test/myproject > webpack-dev-server --inline --prog ...
分类:
其他好文 时间:
2020-05-28 23:24:57
阅读次数:
145