漏洞原理 实现自己的模版引擎不当,在模版渲染的情况下存在任意变量覆盖漏洞。。 漏洞详情 漏洞位置1 ThinkPHP/Library/Think/View.class.php 需要修改配置文件 指定TMPL_ENGINE_TYPE为php if('php' == strtolower(C('TMPL ...
分类:
Web程序 时间:
2018-04-28 14:18:52
阅读次数:
1279
git clone ... cd kaldi-dir cd toolssh extras/check_dependencies.sh按提示来,需要什么就补什么make -j 20 make openblas (可以先检查一下gfortran是否安装,如无 sudo apt install gfort ...
分类:
其他好文 时间:
2018-04-28 11:41:29
阅读次数:
174
1.raphael.js svg画图的开源库,支持IE8+ 官方api: http://dmitrybaranovskiy.github.io/raphael/reference.html Github地址: https://github.com/DmitryBaranovskiy/raphael/ ...
分类:
Web程序 时间:
2018-04-27 20:01:20
阅读次数:
501
EPEL (Extra Packages for Enterprise Linux)是基于Fedora的一个项目,为“红帽系”的操作系统提供额外的软件包,适用于RHEL、CentOS和Scientific Linux. 安装EPEL 安装地址:https://opsx.alibaba.com/mir ...
分类:
其他好文 时间:
2018-04-27 19:39:18
阅读次数:
211
工作中遇到了一个问题,邮件系统群发失败,后来经过排查查找到了原因 原来是因为mysql中的两张表的关联字段竟然不一致, 表A mysql> desc rm_user_router;+ + + + + + +| Field | Type | Null | Key | Default | Extra | ...
分类:
数据库 时间:
2018-04-27 13:49:02
阅读次数:
194
1.查看表的基本结构 语法:describe/DESC table_name 结果含义: Field:字段名 Type:字段类型 NULL:是否可以为空 Key:是否为主键 Default:默认值 Extra:附加信息,如自增列 2.查看表详细结果 语法:SHOW CREATE TABLE tabl ...
分类:
其他好文 时间:
2018-04-26 01:25:16
阅读次数:
151
1.docker-machine ssh default(有时可省略) 2.sudo sed -i "s|EXTRA_ARGS='|EXTRA_ARGS='--registry-mirror=http://d7e77b19.m.daocloud.io |g" /var/lib/boot2docker ...
In thisassignment we will submit extracted topics from 5 different Twitter accounts ofyour choice. This word document will contain the account names, ...
分类:
编程语言 时间:
2018-04-24 21:42:33
阅读次数:
154
Unix/liux系统 /etc/passwd /usr/local/app/apache2/conf/httpd.conf //apache2默认配置文件 /usr/local/app/apache2/conf/extra/httpd-vhosts.conf //虚拟网站设置 /usr/local ...
分类:
其他好文 时间:
2018-04-24 20:18:53
阅读次数:
235
11.28 限定某个目录禁止解析php编辑配置文件httpd-vhosts.confvim /usr/local/apache2.4/conf/extra/httpd-vhosts.conf添加以下信息<Directory /data/wwwroot/111.com/upload>php_admin_flag engine off<FilesMatch (.*) \.php(.*
分类:
系统相关 时间:
2018-04-24 11:03:43
阅读次数:
212