注意:下面的内容都是放在虚拟主机的单独配置中,而并非是在httpd.conf 的全局配置中。 禁止访问某些文件/目录 增加Files选项来控制,比如要不允许访问 .inc 扩展名的文件,保护php类库: <Files ~ "\.inc$"> Order allow,deny Deny from al ...
分类:
Web程序 时间:
2021-02-19 13:02:29
阅读次数:
0
Getopts Let’s say you want to allow a user to pass a -v flag to turn on verbose logging in a script. Manually parsing out options passed to a script i ...
分类:
其他好文 时间:
2021-02-16 12:03:18
阅读次数:
0
maven-assembly-plugin有什么好处呢? 英文原文:The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its de ...
分类:
编程语言 时间:
2021-01-27 13:58:43
阅读次数:
0
webconfig 中增加配置: <system.webServer> <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" value="*" /> <add name="Access-Control-Allo ...
一、登陆nexus地址:http://10.137.8.212:8081/#admin/repository/blobstores 二、创建知识库,有3种类型 三、创建仓库(1)创建npm(hosted)私有仓库① ②hosted改成allow redeploy,这样才能运行重复上传一个包,不然会报 ...
分类:
其他好文 时间:
2021-01-15 12:09:20
阅读次数:
0
0.创建用户并付权限 sudo useradd iwbdsudo passwd iwbd 配置iwbd用户具有root权限 修改/etc/sudoers文件,找到下面一行(91行),在root下面添加一行,如下所示:## Allow root to run any commands anywhere ...
分类:
其他好文 时间:
2021-01-04 11:30:50
阅读次数:
0
1.安装防火墙 apt-get install ufw 2. 查看防火墙规则 ufw status 3.开启防火墙 sudo ufw enable 4.关闭防火墙 sudo ufw disable 5.重启防火墙 sudo ufw reload 6.开启指定tcp端口 allow/deny 22/t ...
分类:
其他好文 时间:
2020-12-09 11:51:17
阅读次数:
4
java beans specification 9 customization When a user is composing an application in an application builder we want to allow them tocustomize the appea ...
分类:
编程语言 时间:
2020-11-30 15:28:01
阅读次数:
7
springboot 解决跨域请求,No 'Access-Control-Allow-Origin' header is present on the requested resource ©Copyright 蕃薯耀 2020-11-24 https://www.cnblogs.com/fansh ...
分类:
数据库 时间:
2020-11-27 11:48:01
阅读次数:
26
##多端调试-微信小程序+H5 需要在index.js中设置outputRoot: dist/${process.env.TARO_ENV} 设置sitemap.json文件,允许访问 { "rules":[{ "action": "allow", "page": "*" }] } ...
分类:
其他好文 时间:
2020-11-26 15:04:35
阅读次数:
5