码迷,mamicode.com
首页 >  
搜索关键字:extra    ( 2903个结果
thinkphp 3.x下的任意文件包含(有条件)分析
漏洞原理 实现自己的模版引擎不当,在模版渲染的情况下存在任意变量覆盖漏洞。。 漏洞详情 漏洞位置1 ThinkPHP/Library/Think/View.class.php 需要修改配置文件 指定TMPL_ENGINE_TYPE为php if('php' == strtolower(C('TMPL ...
分类:Web程序   时间:2018-04-28 14:18:52    阅读次数:1279
kaldi部署过程
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
raphael.js的使用
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
CentOS 7.4 下安装Epel源和Nginx
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两张表的关联字段不一致
工作中遇到了一个问题,邮件系统群发失败,后来经过排查查找到了原因 原来是因为mysql中的两张表的关联字段竟然不一致, 表A mysql> desc rm_user_router;+ + + + + + +| Field | Type | Null | Key | Default | Extra | ...
分类:数据库   时间:2018-04-27 13:49:02    阅读次数:194
03查看表
1.查看表的基本结构 语法:describe/DESC table_name 结果含义: Field:字段名 Type:字段类型 NULL:是否可以为空 Key:是否为主键 Default:默认值 Extra:附加信息,如自增列 2.查看表详细结果 语法:SHOW CREATE TABLE tabl ...
分类:其他好文   时间:2018-04-26 01:25:16    阅读次数:151
win7下docker配置加速器
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 ...
分类:Windows程序   时间:2018-04-25 00:23:43    阅读次数:478
代写Python Latent Dirichlet Allocation
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
Linux学习笔记4月18日任务
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
2903条   上一页 1 ... 78 79 80 81 82 ... 291 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!