jar包启动指定端口:java -jar xxx.jar --server.port=9090 jar包启动时指定内存:java -jar -Xmx128m -Xms128m aa.jar 运行时指定配置文件:java -jar aa.jar --Dspring.config.location=ap ...
分类:
编程语言 时间:
2021-06-29 16:09:37
阅读次数:
0
1 <?xml version="1.0" encoding="UTF-8"?> 2 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
分类:
移动开发 时间:
2021-06-29 16:09:22
阅读次数:
0
原文链接:https://debugtalk.com/post/head-first-locust-advanced-script/ 关联 在某些请求中,需要携带之前从Server端返回的参数,因此在构造请求时需要先从之前的Response中提取出所需的参数。 1 from lxml import ...
分类:
其他好文 时间:
2021-06-29 15:24:26
阅读次数:
0
url: jdbc:mysql://${DB_SERVER:localhost}:3306/utai?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC&allowMultiQueries=true使用分号分割的批量sql,要添加配置 ...
分类:
数据库 时间:
2021-06-28 21:19:41
阅读次数:
0
Warning: World-writable config file '/etc/mysql/my.cnf' is ignoredERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mys ...
分类:
数据库 时间:
2021-06-28 20:57:43
阅读次数:
0
内容大纲: 1.介绍Restful、SOAP、RPC、SOA以及微服务 2.重点谈谈SOA与微服务的区别 3.以及为什么要使用微服务架构 什么是Restful Restful是一种架构设计风格,提供了设计原则和约束条件,而不是架构,而满足这些约束条件和原则的应用程序或设计就是 Restful架构或服 ...
分类:
其他好文 时间:
2021-06-28 20:47:15
阅读次数:
0
官方说明 具体原因 继续用原来的配置的方法 配置文件里删掉最后一行的 Le_API='https://acme.zerossl.com/v2/DV90' (之前配置应该没有这一行),再执行 acme.sh --set-default-ca --server letsencrypt 使用新的配置的办法 ...
分类:
其他好文 时间:
2021-06-28 20:41:52
阅读次数:
0
一、Airflow简介 airflow是Airbnb开源的一个用python编写的调度工具,项目于2014年启动,2015年春季开源,2016年加入Apache软件基金会的孵化计划,使用Python编写实现的任务管理、调度、监控工作流平台。 Airflow 是基于DAG(有向无环图)的任务管理系统, ...
分类:
其他好文 时间:
2021-06-28 20:39:57
阅读次数:
0
公司项目C#操作mysql数据库时出现几个问题的解决方案作下记录 1、The MySQL server is running with the --secure-file-priv option so it cannot execute this statement” 解决方法:修改my.ini 配 ...
分类:
数据库 时间:
2021-06-28 20:37:38
阅读次数:
0
识别银行卡云函数card2/index.js: const cloud = require('wx-server-sdk') cloud.init({ env: cloud.DYNAMIC_CURRENT_ENV, }) exports.main = async (event, context) = ...
分类:
微信 时间:
2021-06-28 20:21:21
阅读次数:
0