上一页 1 2 3 4 5 6 7 8 9 10 ··· 65 下一页
摘要: 说明:参考https://www.cnblogs.com/boshen-hzb/p/10334825.html实现 1:build.gradle增加以下依赖 compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataf 阅读全文
posted @ 2020-06-29 13:31 yshy 阅读(2243) 评论(0) 推荐(0) 编辑
摘要: 1:数据库表 -- -- Table structure for t_user -- DROP TABLE IF EXISTS `t_user`; CREATE TABLE `t_user` ( `t_user_id` bigint(255) NOT NULL AUTO_INCREMENT, `t_ 阅读全文
posted @ 2020-04-16 16:23 yshy 阅读(5991) 评论(0) 推荐(3) 编辑
摘要: 1:将下面类型数据格式 [ { "YZPZXH": 10013719000000038075, "YZPZMXXH": 2, "ZSXMMC": "增值税", "ZSPMMC": "其他行业(17%、16%、13%)", "JSYJ": 10000000, "YNSE": 97906.22, "YZ 阅读全文
posted @ 2020-04-01 07:45 yshy 阅读(813) 评论(0) 推荐(0) 编辑
摘要: springboot打包之后,如果通过java -jar在Windows控制台直接运行,则会出现中文乱码,保存到数据库里面的也是乱码,通过在idea中直接运行不会出现乱码。为了解决在Windows控制台运行中乱码,在运行脚本加入 -Dfile.encoding=utf-8运行参数,例如:java - 阅读全文
posted @ 2020-02-13 08:10 yshy 阅读(4263) 评论(0) 推荐(0) 编辑
摘要: 0:关闭Kafka 1:登录zookeeper客户端 [root@xsyf zookeeper01]# ./bin/zkCli.sh (1)查看topic信息 ls /brokers/topics (2)删除所有topic deleteall /brokers/topics 2:删除kafka日志文 阅读全文
posted @ 2020-01-12 13:08 yshy 阅读(1144) 评论(0) 推荐(0) 编辑
摘要: 输入:http://propedit.sourceforge.jp/eclipse/updates/ 在线安装插件解决。 阅读全文
posted @ 2019-12-20 15:40 yshy 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 1:错误信息:如下 2:解决方法 修改mysql端口后需要修改: vi /etc/selinux/configSELINUX=disabled 然后重启服务。可以用命令:setenforce 0 临时关闭selinux ,不用重启服务器;setenforce 0systemctl restart m 阅读全文
posted @ 2019-12-13 09:06 yshy 阅读(2728) 评论(0) 推荐(0) 编辑
摘要: Tomcat在启动是提示: INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. 阅读全文
posted @ 2019-11-19 08:23 yshy 阅读(4074) 评论(1) 推荐(0) 编辑
摘要: http { #WebSocket代理配置 map $http_upgrade $connection_upgrade { default upgrade; '' close; } server { location /app { proxy_set_header Host $host; proxy_set_header X-real-ip $remote_addr; proxy_set_head 阅读全文
posted @ 2019-11-18 10:28 yshy 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 1:autodeploy_tomcat_app.sh 2:将test.war上传至/home/test/apache-tomcat-8.5.34目录,然后执行以下脚本进行部署 阅读全文
posted @ 2019-11-15 14:18 yshy 阅读(511) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 65 下一页