码迷,mamicode.com
首页 >  
搜索关键字:iptables setup    ( 9778个结果
安装VS2010发现的有趣的现象
今天安装VS2010的时候,点完安装之后报了一个错:,找了半天终于找到方案。用UltraISO打开VS2010安装ISO文件,提取setup\deffactory.dat文件到硬盘,用记事本打开,将里面内容清空,将以下内容复制到文件里[Version] Signature = "$Windows N...
分类:其他好文   时间:2014-10-14 18:53:49    阅读次数:171
(Step by Step)How to setup IP Phone Server(VoIP Server) for free.
You must have heard about IP Phone and SIP (Software IP Phone).Nowadays standard PSTN phone are being replaced by IP Phones one of the main reason why...
分类:其他好文   时间:2014-10-14 17:42:18    阅读次数:286
启动页分为4页,最后一页有一个按钮,点击跳转到主页面
代码效果为:启动页分为4页,最后一页有一个按钮,点击跳转到主页面。上代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIScrol...
分类:其他好文   时间:2014-10-14 14:25:58    阅读次数:223
CentOS 7.0编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14方法分享
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall...
分类:数据库   时间:2014-10-14 14:18:18    阅读次数:351
VS2012执行Cocos2d-xTest案例载入失败解决方式
编译cocos2d-x,一直提示载入失败通过搜索,解决方式例如以下:第一步,通过命令提示行工具进入VS安装文件夹下的%VS2012home%Common7\IDE第二部,运行devenv.exe/setup/resetuserdata/resetsettings第三步,又一次载入sln文件
分类:其他好文   时间:2014-10-14 00:14:47    阅读次数:274
centos7 的postgresql 初始化
1.初始化数据库;postgresql-setup initdb2.启动postgresql并设置为开机自启动;systemctl restart postgresqlsystemctl enable postgresql3.登进数据库看看状态;(可略)su - postgrespsql\du (查...
分类:数据库   时间:2014-10-13 19:02:27    阅读次数:303
Python模块安装方式
一、方法1: 单文件模块直接把文件拷贝到 $python_dir/lib/python3.4/site-packages/二、方法2: 多文件模块,带setup.py下载模块包,进行解压,进入模块文件夹,执行:python setup.py install三、 方法3:easy_install 方式...
分类:编程语言   时间:2014-10-13 17:53:11    阅读次数:231
【processing】小代码3
鼠标响应: mouseX, mouseY 鼠标的坐标----------------------------------------------void setup(){ size(300,300); smooth(); background(200);}void draw(){ fill(...
分类:其他好文   时间:2014-10-13 15:51:09    阅读次数:141
Introduce XAMPP – a convenient way to setup websites
1.WhatisXAMPP?XAMPPisacompletelyfree,easytoinstallApachedistributioncontainingMySQL,PHP,andPerl.a.X–OperationSystem(Windows/Linux/AppleOS)b.A–Apachec.M–MySQLd.P–PHPe.P–Peal2.Download:https://www.apachefriends.org/index.html3.BasicConfigure:Aftersucces..
分类:Web程序   时间:2014-10-13 14:57:50    阅读次数:369
windows2008 x86 安装 32位oracle
1、windows 2008 升级到sp2补丁下载地址 : http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=152782、打开oracle 安装目录在 SetUP.exe 点击右键查看属性,选择兼容性,选择 兼容 window...
分类:数据库   时间:2014-10-13 11:39:39    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!