码迷,mamicode.com
首页 >  
搜索关键字:jar version    ( 43319个结果
mvn上传pom/jar至Nexus私服
上传jar文件 mvn deploy:deploy-file -Dfile={file} -DrepositoryId={repositoryId} -Durl={url} -DpomFile={pom} -Dpackaging=jar eg: mvn deploy:deploy-file -Dfi ...
分类:编程语言   时间:2020-12-24 11:46:44    阅读次数:0
springboot使用小技巧合集
springboot使用小技巧合集 来源:https://blog.lqdev.cn/2018/08/11/springboot/springboot-tips/ 设置网站图标 原来我们在使用tomcat开发时,设置网站图片时,即icon图标时,一般都是直接替换root包下的favicon.ico替 ...
分类:编程语言   时间:2020-12-24 11:35:11    阅读次数:0
Java代码打成jar后 classgetClassLoadergetResource("")返回为null
用maven打成jar包后,Main.class.getClassLoader().getResource("")为null。 示例: public static void main(String[] args) { System.out.println(Main.class.getResource ...
分类:编程语言   时间:2020-12-24 11:31:58    阅读次数:0
mybatis逆向工程三步走
1.Maven依赖 <!-- MBG --> <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-core</artifactId> <version>1.3.5</version> ...
分类:其他好文   时间:2020-12-23 12:47:38    阅读次数:0
不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK
不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK 报错图示: 报错内容: Exception in thread "main" java.sql.SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK at oracl ...
分类:编程语言   时间:2020-12-23 12:36:09    阅读次数:0
注解配置
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
分类:其他好文   时间:2020-12-23 12:34:30    阅读次数:0
Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery' 错误解决方案
出现了这个错误,原因是内层select语句带有limit子句。 原来的sql为: SELECT uid, open_acc_status, open_acc_time, mobile_num, email, reg_type FROM UserInfo WHERE uid IN (SELECT ui ...
分类:数据库   时间:2020-12-23 11:51:30    阅读次数:0
Qt-透明窗体之半透明
.pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++11 6 7 # The following define makes your compiler emit warn ...
分类:Windows程序   时间:2020-12-22 12:29:38    阅读次数:0
Qt-透明窗体之异型窗体
.pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++11 6 7 # The following define makes your compiler emit warn ...
分类:Windows程序   时间:2020-12-22 12:27:01    阅读次数:0
MapReduce与Yarn 的详细工作流程分析
MapReduce详细工作流程之Map阶段 如上图所示 首先有一个200M的待处理文件 切片:在客户端提交之前,根据参数配置,进行任务规划,将文件按128M每块进行切片 提交:提交可以提交到本地工作环境或者Yarn工作环境,本地只需要提交切片信息和xml配置文件,Yarn环境还需要提交jar包;本地 ...
分类:其他好文   时间:2020-12-22 12:23:51    阅读次数:0
43319条   上一页 1 ... 73 74 75 76 77 ... 4332 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!