推荐
专栏
教程
课程
飞鹅
本次共找到4632条
完成时
相关的信息
DevOpSec
•
4年前
NGINX的 IF AND 和 OR
if的逻辑用法什么是逻辑用法呢,就程序中的and、or关系,就叫做逻辑了.NGINX支持if的and与or或者&&与||吗?答案是No.当你尝试这样配置,重载nginx时,nginx会报出错误location/test/{default_typetext/html;
Stella981
•
3年前
Pipenv创建和管理虚拟环境报的错
1、pipinstallpipenv安装Pipev时报错是因为我安装有python2和python3两个,选择如下的解决方式:1.python2mpipinstallxxx或者2.python3mpipinstallxxx2、pipenvinstall时出现如下错误:call
Wesley13
•
3年前
Log4J.xml配置详解
Appender:日志输出器,配置日志的输出级别、输出位置等,包括以下几类:ConsoleAppender:日志输出到控制台;FileAppender:输出到文件;RollingFileAppender:输出到文件,文件达到一定阈值时,自动备份日志文件;DailyRollingFileAppender:可定
Stella981
•
3年前
Eclipse运行时参数
有时候在运行代码时,需要加上一些参数(jvm参数或者其他参数)。打开配置界面!eclipseparam1(http://static.oschina.net/uploads/img/201601/19152205_WtgV.png)(https://www.oschina.net/action/GoToLink?urlhttp%
Stella981
•
3年前
Docker遇到的异常和注意点
Docker遇到的异常和注意点整理一些使用docker的时候,遇到的问题和解决办法遇到的一些异常和解决方法删除镜像时出现:Errorresponsefromdaemon:conflict:unabletodelete95219df55354(must
Stella981
•
3年前
No bean named 'xxxxxxx' available
springboot项目发布上线后,报错:Nobeannamed'xxxxxxx'available因为我开发时pom用的jar,但上线发布war。解决方法:1、pom.xml<packagingwar</packaging将tomcat从boot中提出来,并将scope设置为provide<dependenc
Stella981
•
3年前
Mybatis学习——Mybatis核心配置
MyBatis的核心配置在使用MyBatis框架时,设计两个核心的d对象:SqlSessionFactory和SqlSession.SqlsessionFactorySqlSessionFactory是单个数据库映射关系经过编译后的内存镜像,其主要作用用来创建SqlSession对象,SqlS
Stella981
•
3年前
Spring Security使用详解8(配置多个HttpSecurity)
在之前的文章中我们都只配置一个HttpSecurity,如果业务比较复杂,我们也可以配置多个HttpSecurity,实现对WebSecurityConfigurerAdapter的多次扩展。八、配置多个HttpSecurity1、样例代码(1)配置多个HttpSecurity时,MultiHttpSecurity
Easter79
•
3年前
SpringBoot+Dubbo+Nacos实现的邮件发送服务
点击▲关注“爪哇笔记” 给公众号标星置顶更多精彩第一时间直达!(https://oscimg.oschina.net/oscnet/c6bb8fa2b8804894ab8a0610cf297a3e.jpg)
可莉
•
3年前
10个非常实用的JS工具函数
!(https://oscimg.oschina.net/oscnet/0e403cc8d81c373d388f1fe2633be5c10eb.jpg)作者: chanwahfunghttps://www.cnblogs.com/chanwahfung/p/12404880.html生成一周时间
1
•••
194
195
196
•••
464