码迷,mamicode.com
首页 >  
搜索关键字:admin server    ( 69556个结果
SpringBoot配置属性之Server
转自:https://www.cnblogs.com/chen-lhx/p/7592500.html SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之NOSQL SpringBoot配 ...
分类:编程语言   时间:2021-06-30 17:38:02    阅读次数:0
运行jar包时指定端口,限制内存,指定配置文件
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
JavaWeb13.3【Tomcat&Servlet:Servlet(server applet)】
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
PLSQL连接32位Oracle客户端(环境变量配置)
1.下载oracle简易版客户端 或instantclient 2.解压到指定目录(自己定) 3.环境变量配置 变量名: TNS_ADMIN 变量值: D:\oracle\product\10.2.0\client_1\NETWORK\ADMIN (安装目录即可) 变量名: NLS_LANG 变量值 ...
分类:数据库   时间:2021-06-29 16:06:30    阅读次数:0
深入浅出开源性能测试工具 Locust(脚本增强)(转)
原文链接:https://debugtalk.com/post/head-first-locust-advanced-script/ 关联 在某些请求中,需要携带之前从Server端返回的参数,因此在构造请求时需要先从之前的Response中提取出所需的参数。 1 from lxml import ...
分类:其他好文   时间:2021-06-29 15:24:26    阅读次数:0
MySQL批量处理SQL的配置
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
mysql 启动失败问题
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
acme.sh,默认 CA变成了 ZeroSSL
官方说明 具体原因 继续用原来的配置的方法 配置文件里删掉最后一行的 Le_API='https://acme.zerossl.com/v2/DV90' (之前配置应该没有这一行),再执行 acme.sh --set-default-ca --server letsencrypt 使用新的配置的办法 ...
分类:其他好文   时间:2021-06-28 20:41:52    阅读次数:0
C#调用MySQL几个错误的解决方法
公司项目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
spring-security安全框架-注意事项——1
##Spring Security注意事项 权限优先级: 在SecurityConfig中configure(HttpSecurity http)方法中,如下代码 http.authorizeRequests() .antMatchers("/admin/**").hasRole("admin") ...
分类:编程语言   时间:2021-06-28 20:23:02    阅读次数:0
69556条   上一页 1 ... 3 4 5 6 7 ... 6956 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!