Maven 遇到Idea中无论如何导入依赖都是调用中央仓库而不是镜像源的问题 检查IDEA中maven配置是否正确 查看是否使用的是自己的setting.xml配置 检查镜像源配置是否有错 <!-- 阿里云镜像仓库 --> <mirror> <id>nexus-aliyun</id> <mirror ...
分类:
其他好文 时间:
2021-04-08 12:54:58
阅读次数:
0
1、下载easy sass 2、配置 文件 code-->首选项--> 设置--> 搜索sass--> 选择easy sass --> 在setting.json中编辑 配置代码,保存。保存之后若无效可重启vscode "easysass.formats": [ //** Easy Sass 插件 ...
分类:
Web程序 时间:
2021-04-07 11:30:57
阅读次数:
0
SpringMVC web.xml 前端控制器servlet 中文乱码拦截器filter 支持rest风格的过滤器 spring-mvc.xml 扫描controller包 添加 视图解析器 静态资源拦截器 添加controller层 spring spring-core.xml 扫描除了contr ...
分类:
其他好文 时间:
2021-04-07 10:56:25
阅读次数:
0
初次学习mybatis,跑一个最简单的demo,然而报错: java.sql.SQLException: Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNotFoundException: Cannot find ...
分类:
数据库 时间:
2021-04-06 14:48:09
阅读次数:
0
Sublime Text 3 https://www.sublimetext.com/ Preferences --> Settings File Path: C:\Users\wuyong\AppData\Roaming\Sublime Text 3\Packages\User\Preferenc ...
分类:
其他好文 时间:
2021-04-05 12:36:42
阅读次数:
0
1、pycharm的安装 File -> Settings ->选择python的版本 ->点击加号 选择当前的文件进行安装 搜索pytest 安装当前文件 装好之后 以pytest方式运行部分代码,需要改该工程设置默认的运行器:file->Setting->Tools->Python Integr ...
分类:
其他好文 时间:
2021-03-31 12:34:21
阅读次数:
0
Django项目中,在pycharm使用python console进行操作时导包报错如下: django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not con ...
分类:
编程语言 时间:
2021-03-31 12:24:16
阅读次数:
0
public async Task CreateFileByHtmlAsync(ApiDBContent dbContext, WebPageParam setting, int tryCount = 0) { string pdfPath = Path.Combine(setting.FilePa ...
分类:
其他好文 时间:
2021-03-26 15:25:18
阅读次数:
0
直接上代码: 需要引用using Microsoft.Extensions.Configuration; public class AppSettings { /// <summary> /// 配置文件的根节点 /// </summary> private static readonly ICon ...
分类:
移动开发 时间:
2021-03-26 15:23:11
阅读次数:
0
在connection的生命里,会一直有一个user thread(以及user thread对应的THD)陪伴它。 Connection和Session概念 来自Stackoverflow的一个回答: A session is just a result of a successful conne ...
分类:
数据库 时间:
2021-03-17 14:12:26
阅读次数:
0