码迷,mamicode.com
首页 >  
搜索关键字:scripts    ( 4455个结果
【Django】Python虚拟环境工具virtualenv
教程第一步:安装virtualenv$pipinstallvirtualenv第二步:开启虚拟环境的python$cdENV/Scripts$activate.bat#启用virtualenv$deactivate#退出virtualenv
分类:编程语言   时间:2014-12-30 18:39:21    阅读次数:187
启用 CORS 来解决这个问题(ajax跨域请求)
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
vmware中给虚拟机配置固定IP(centos6.4为例)
1,首先配置vmware,如下图: 2,保存好vmware配置之后重启虚拟机,来配置centos系统 这里总共需要三个文件: /etc/sysconfig/network /etc/sysconfig/network-scripts/ifcfg-eth0 ?(这个可能不存在,只需要自己...
分类:系统相关   时间:2014-12-29 15:41:00    阅读次数:215
Linux内核编程:源码分析之防御性编程学习
/* *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
Linux内核编程:防御性编程学习
/* *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
Android开发了解——AAPT
aapt即Android Asset Packaging Tool , 在SDK的build-tools目录下. 该工具可以查看, 创建, 更新ZIP格式的文档附件(zip, jar, apk). 也可将资源文件编译成二进制文件.尽管你可能没有直接使用过aapt工具, 但是build scripts...
分类:移动开发   时间:2014-12-27 12:42:43    阅读次数:153
CentOS 7.0设置IP地址、网关DNS
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
我的linux学习之旅: (3)编译安装php5.4
编译安装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
Linux内核编程:防御性编程学习
/* *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版本中,添加了script功能的使用。在nmap的安装目录的share/nmap/scripts中,已经有将61个写好的脚本提供。 具体的用法可以参考:http://nmap.org/book/nse-usage.html在这儿举几个具体的例子:nmap --script=smb-e....
分类:其他好文   时间:2014-12-25 16:16:45    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!