1、首先打出正常的jar包,解压后将lib上传到服务器2、修改pom,重新打包<build><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId><
分类:
编程语言 时间:
2021-01-02 11:02:04
阅读次数:
0
如何用PS将人物照片转换为卡通动漫风格?这款PS插件卡通人物漫画风格一键生成插件Cartoon Maker - Clone - Photoshop Plugin能帮到你,可轻松创建惊人的卡通人物肖像效果。该插件将使您有机会成为数字艺术家,无需特殊的Photoshop或绘图技能即可创建卡通和漫画。只需 ...
分类:
其他好文 时间:
2021-01-01 12:43:48
阅读次数:
0
<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>c ...
分类:
其他好文 时间:
2021-01-01 12:13:15
阅读次数:
0
一 Mac中git ssh配置基本流程:https://www.jianshu.com/p/601735ce7113 生成秘钥:ssh-keygen -t rsa -C "your_email@example.com" (注意ssh后面不能有空格) 验证Key是否配置成功:ssh -T git@gi ...
分类:
其他好文 时间:
2020-12-31 11:52:17
阅读次数:
0
1、下载插件 com.cb.eclipse.folding_1.0.6.jar 下载地址:http://files.cnblogs.com/haiq/代码折叠插件_com.cb.eclipse.folding_1.0.6.rar 2、把下载的com.cb.eclipse.folding_1.0.6. ...
分类:
系统相关 时间:
2020-12-31 11:46:01
阅读次数:
0
1、安装git和vscode2、配置git 1 git config --global user.name "xxx" 2 git config --global user.email "xxx@163.com" 3、vscode选择文件夹作为工作目录4、vscode中进入命令面板搜索git,选择g ...
分类:
其他好文 时间:
2020-12-29 11:46:11
阅读次数:
0
socketserver 重写处理函数 import http.server import socketserver import os,io import urllib from http import HTTPStatus import email.utils import datetime i ...
分类:
编程语言 时间:
2020-12-29 11:43:36
阅读次数:
0
code #!/usr/bin/python3 import smtplib from email.mime.text import MIMEText from email.header import Header from email.mime.multipart import MIMEMulti ...
分类:
编程语言 时间:
2020-12-29 11:42:05
阅读次数:
0
使用的是qt5.9.9,需要重新另外编译sqlite,在qt参数配置的时候加-sqlite,并且制定I L位sqlite编译库文件的路径,,把qt编译出来的库文件拷贝到板子 按照正常的qt配置环境变量以后,在板子上,导入路径即可 export QT_PLUGIN_PATH=/XXXX/plugins ...
分类:
数据库 时间:
2020-12-28 11:19:45
阅读次数:
0
此前的文章中小知带大家学习了EDI系统如何通过AS2端口接收文件并使用Email Send端口发送邮件提醒。本篇文章小知将带大家了解如何使用Email Receive端口上传文件至EDI系统。 EDI系统可以实现无缝集成企业的业务系统,但对于业务系统不够成熟或者没有业务系统的企业而言,可以使用EDI ...
分类:
Web程序 时间:
2020-12-28 11:01:35
阅读次数:
0