Nginx用户认证配置用户认证:以bbs.jinkai.cc.conf为例vim/etc/nginx/conf.d/bbs.jinkai.cc.conf添加location~admin.php{auth_basic"Auth";auth_basic_user_file/etc/nginx/user_passwd;fastcgi_pass127.0.0.1:9000;fastcg
分类:
其他好文 时间:
2020-09-23 23:12:54
阅读次数:
38
作为入门级别的程序员,几款趁手的编程软件是最需要的。除了Git、Visual Basic……等等,其实还有很多很很酷的编程工具。接下来就给大家看7款不一样的编程工具,如有心动,纯属巧合。 0.Warp,一款非常简单且由于共享的工具。 Warp允许任何人共享他们的终端。只要输入warp open,就可 ...
分类:
其他好文 时间:
2020-09-18 03:25:29
阅读次数:
28
##layout files If a frame defined in a layout file requires an attached dataset, the data files necessary to build the dataset are referenced in the l ...
分类:
其他好文 时间:
2020-09-18 02:09:57
阅读次数:
40
yum使用,http2.4编译安装,磁盘分区,格式化,逻辑卷创建与挂载
分类:
Web程序 时间:
2020-09-17 23:43:47
阅读次数:
38
--1.查看表空间的名称及大小SELECT t.tablespace_name,round(SUM(bytes/(1024*1024)),0) as ts_size FROM dba_tablespaces t ,dba_data_files dWHERE t.tablespace_name = d ...
分类:
数据库 时间:
2020-09-17 23:34:55
阅读次数:
46
#多个装饰器装饰一个函数 def wraper1(func): def inner1(): print('wraper1 before func') func() print('wraper1 after func') return inner1def wraper2(func): def inne ...
分类:
其他好文 时间:
2020-09-17 22:23:08
阅读次数:
18
开启设置快捷键CRL+ALT+S一:全局设置(FileandcodeTemplates-->includes)二:局部设置(FileandcodeTemplates-Files)
分类:
其他好文 时间:
2020-09-17 22:06:59
阅读次数:
29
通过innotifywait的工具监听文件改动写入日志#!/bin/bashMON_DIR=/optinotifywait-mqr--format%f-ecreate$MON_DIR|\whilereadfiles;doecho"$(date+‘%F%T‘)$files">>file_mon.logdone
分类:
系统相关 时间:
2020-09-17 21:38:16
阅读次数:
124
通过innotifywait的工具监听文件改动写入日志#!/bin/bashMON_DIR=/optinotifywait-mqr--format%f-ecreate$MON_DIR|\whilereadfiles;doecho"$(date+‘%F%T‘)$files">>file_mon.logdone
分类:
系统相关 时间:
2020-09-17 21:38:02
阅读次数:
41
Usage Usage: python sqlmap.py [options] Options: -h, --help Show basic help message and exit -hh Show advanced help message and exit --version Show pr ...
分类:
数据库 时间:
2020-09-17 19:59:29
阅读次数:
36