教程第一步:安装virtualenv$pipinstallvirtualenv第二步:开启虚拟环境的python$cdENV/Scripts$activate.bat#启用virtualenv$deactivate#退出virtualenv
分类:
编程语言 时间:
2014-12-30 18:39:21
阅读次数:
187
1 2 3 4 @section Scripts 5 { 6 7 8 } 9 10 Javascript 1 //独立部署的图片服务器 2 public ActionResult Index() 3 { 4 //if (Request.HttpMethod == ...
分类:
Web程序 时间:
2014-12-30 18:34:58
阅读次数:
1885
1,首先配置vmware,如下图: 2,保存好vmware配置之后重启虚拟机,来配置centos系统 这里总共需要三个文件: /etc/sysconfig/network /etc/sysconfig/network-scripts/ifcfg-eth0 ?(这个可能不存在,只需要自己...
分类:
系统相关 时间:
2014-12-29 15:41:00
阅读次数:
215
/*
*Kernel:Linux2.6.32.63
*File:\scripts\mod\modpost.h
\scripts\mod\modpost.c
*Author:DavidLin
*Date:2014-12-25pm
*Email:linpeng1577@163.comorlinpeng1577@gmail.com
*world:thecityofSZ,inChina
*Ver:000.000.001
*history:editortimedo
*1)LinPeng2014-12-25create..
分类:
系统相关 时间:
2014-12-28 01:53:17
阅读次数:
180
/*
*Kernel:Linux2.6.32.63
*File:\scripts\mod\modpost.h
\scripts\mod\modpost.c
*Author:DavidLin
*Date:2014-12-25pm
*Email:linpeng1577@163.comorlinpeng1577@gmail.com
*world:thecityofSZ,inChina
*Ver:000.000.001
*history:editortimedo
*1)LinPeng2014-12-25create..
分类:
系统相关 时间:
2014-12-28 01:49:20
阅读次数:
190
aapt即Android Asset Packaging Tool , 在SDK的build-tools目录下. 该工具可以查看, 创建, 更新ZIP格式的文档附件(zip, jar, apk). 也可将资源文件编译成二进制文件.尽管你可能没有直接使用过aapt工具, 但是build scripts...
分类:
移动开发 时间:
2014-12-27 12:42:43
阅读次数:
153
cd/etc/sysconfig/network-scripts/#进入网络配置文件目录viifcfg-eno16777736#编辑配置文件,添加修改以下内容HWADDR=00:0C:29:8D:24:73TYPE=EthernetBOOTPROTO=static#启用静态IP地址ONBOOT=yes#开启自动启用网络连接IPADDR0=192.168.21.128#设置IP地址PREFIXO0=24#设置子网..
分类:
其他好文 时间:
2014-12-26 18:55:41
阅读次数:
264
编译安装php5.4目标:编译完成php5.4,并安装xcache。配合http2.4实现一个虚拟主机操作系统CentOS6.6x32_64安装中使用的文件/etc/sysconfig/network-scripts/ifcfg-eth0配置开始编译安装安装完毕启动服务按惯例上脚本php.sh#!/bin/bash
php=php-5.4.31
xcache=xcache-3.1.0
#本..
分类:
Web程序 时间:
2014-12-26 06:19:18
阅读次数:
481
/*
*Kernel : Linux2.6.32.63
*File : \scripts\mod\modpost.h
\scripts\mod\modpost.c
*Author : DavidLin
*Date : 2014-12-25pm
*Email : linpeng1577@163.com o...
分类:
系统相关 时间:
2014-12-25 23:41:30
阅读次数:
422
在新的nmap版本中,添加了script功能的使用。在nmap的安装目录的share/nmap/scripts中,已经有将61个写好的脚本提供。 具体的用法可以参考:http://nmap.org/book/nse-usage.html在这儿举几个具体的例子:nmap --script=smb-e....
分类:
其他好文 时间:
2014-12-25 16:16:45
阅读次数:
277