http://www.nginx.cn/4658.html nginx指定文件路径有两种方式root和alias,指令的使用方法和作用域:[root]语法:root path默认值:root html配置段:http、server、location、if[alias]语法:alias path配置段 ...
分类:
其他好文 时间:
2019-12-10 13:26:02
阅读次数:
92
命令如下: 使用方法 假设docker容器名叫test ...
分类:
其他好文 时间:
2019-12-06 19:06:14
阅读次数:
153
按照生效范围划分,存在两类: 全局配置: /etc/profile /etc/profile.d/*.sh /etc/bashrc 个人配置 ~/.bash_profile ~/.bashrc按照shell登陆,存在两类: 交互式登陆:
分类:
其他好文 时间:
2019-12-04 21:46:40
阅读次数:
81
xmlxml是java实现的xml框架。希望以最优雅的方式进行xml和java之间的转换处理,一行代码搞定一切。特点对象的和xml的互相映射支持注解@Alias指定别名支持注解@Ignore指定忽略的字段变更日志CHANGE_LOG快速开始准备jdk1.7+maven3.x+maven引入<dependency><groupId>com.github.houbb</g
分类:
移动开发 时间:
2019-12-04 09:22:42
阅读次数:
139
最近遇到了一个这样的问题。 起因是我的代码: $user['order']=$order->alias('a') ->join('shop w','a.pid = w.id','left') ->where('a.userid',$data['id']) ->field('a.*,w.pic') - ...
解决方案:生成JDK证书并导入JRE security中 https://blog.csdn.net/fate_fate/article/details/84615289 https://blog.csdn.net/Gabriel576282253/article/details/81531746 ...
分类:
编程语言 时间:
2019-12-03 14:14:50
阅读次数:
101
一,操作系统的帮助命令:01,man----------获取命令/参数帮助等信息2,help----------获取命令参数信息写的格式—heip/-help/-h/--h3,bash,:,.,[,alias,bg,bind,break,builtin,caller,cd,command,compgen,complete,compopt,continue,declare,dirs,disown,e
分类:
系统相关 时间:
2019-12-02 15:11:23
阅读次数:
123
SpringBoot配置文件yml ScannerException: while scanning an alias ...
分类:
编程语言 时间:
2019-12-01 16:34:30
阅读次数:
86
目录贴: 跟我学Shiro目录贴 Shiro 1.2开始提供了Jasig CAS单点登录的支持,单点登录主要用于多系统集成,即在多个系统中,用户只需要到一个中央服务器登录一次即可访问这些系统中的任何一个,无须多次登录。此处我们使用Jasig CAS v4.0.0-RC3版本: https://git ...
分类:
其他好文 时间:
2019-11-28 13:40:31
阅读次数:
84