(1) All medicinal products for human use manufactured or imported into the Community, including medicinal products intended for export, are to be manu ...
分类:
其他好文 时间:
2021-05-24 13:31:17
阅读次数:
0
原项目系统中已经引入了 Mybatis 和 pagehelper ,当引入Mybatis-plus 后启动项目报错 SqlSessionFactory 错误,排查原因后为依赖冲突导致,需排除部分jar包 1. Mybatis中 <dependency> <groupId>tk.mybatis</gr ...
分类:
编程语言 时间:
2021-05-24 12:59:05
阅读次数:
0
1、引入jar包 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>2.9.2</version> </dependency> <dependency ...
分类:
其他好文 时间:
2021-05-24 12:27:05
阅读次数:
0
//此时是等价的 exports.name = 'xxx' module.exports.sex = '男' //此时把module.export指向的对象改变,以module.exports为准 module.exports = { id:'1', girlfriend:{ name:'yyy' ...
分类:
其他好文 时间:
2021-05-24 12:21:09
阅读次数:
0
首先需要引用alipayer js和css 页面使用的引用方式不同 <template> <div :id="playerId"style="width:100%; height:100%;"> </div></template> <script> export default { name: 'R ...
分类:
其他好文 时间:
2021-05-24 11:00:02
阅读次数:
0
依赖:iTextSharp.dll文件,如果是Java,引入iTextSharp的对应jar包 1、如何构造PDF模板(Adobe PDF的表单设置功能也可) http://www.PDFescape.com网站支持在线设置PDF模板,将表单及相关字段设置在PDF文件上,然后下载模板 第一步:进入网 ...
下载源文件(这一步建议安装高版本,因为很多软件要求高) wget https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz 解压缩到合适的目录 配置环境变量 sudo vim ~/.bashrc 输入以下指令 export GOROOT=/usr/lo ...
分类:
系统相关 时间:
2021-05-24 10:36:26
阅读次数:
0
vi ~/.bash_profile #GRADLE GRADLE_HOME=/Users/qinxy/software/gradle-4.9 PATH=$PATH:$GRADLE_HOME/bin export GRADLE_HOME GRADLE_USER_HOME PATH 更新效 sourc ...
分类:
系统相关 时间:
2021-05-24 10:27:44
阅读次数:
0
linux app read kernel log man klogctl: int klogctl(int type, char *bufp, int len); SYSLOG(2) Linux Programmer's Manual SYSLOG(2) NAME syslog, klogctl ...
分类:
移动开发 时间:
2021-05-24 09:35:18
阅读次数:
0
最近遇到一个诡异的问题,底层原因还有待分析,现在排查过程写出来。 本人要参与一个项目二次开发中,把这个SpringBoot项目挡下来之后,启动成功,到现在都是正常的,当访问主页时报错了,错误如下: 2021-05-14 09:44:40.144 INFO 24164 [ main] com.zaxx ...
分类:
数据库 时间:
2021-05-24 08:50:48
阅读次数:
0