今天安装VS2010的时候,点完安装之后报了一个错:,找了半天终于找到方案。用UltraISO打开VS2010安装ISO文件,提取setup\deffactory.dat文件到硬盘,用记事本打开,将里面内容清空,将以下内容复制到文件里[Version] Signature = "$Windows N...
分类:
其他好文 时间:
2014-10-14 18:53:49
阅读次数:
171
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页,最后一页有一个按钮,点击跳转到主页面。上代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIScrol...
分类:
其他好文 时间:
2014-10-14 14:25:58
阅读次数:
223
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall...
分类:
数据库 时间:
2014-10-14 14:18:18
阅读次数:
351
编译cocos2d-x,一直提示载入失败通过搜索,解决方式例如以下:第一步,通过命令提示行工具进入VS安装文件夹下的%VS2012home%Common7\IDE第二部,运行devenv.exe/setup/resetuserdata/resetsettings第三步,又一次载入sln文件
分类:
其他好文 时间:
2014-10-14 00:14:47
阅读次数:
274
1.初始化数据库;postgresql-setup initdb2.启动postgresql并设置为开机自启动;systemctl restart postgresqlsystemctl enable postgresql3.登进数据库看看状态;(可略)su - postgrespsql\du (查...
分类:
数据库 时间:
2014-10-13 19:02:27
阅读次数:
303
一、方法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
鼠标响应: mouseX, mouseY 鼠标的坐标----------------------------------------------void setup(){ size(300,300); smooth(); background(200);}void draw(){ fill(...
分类:
其他好文 时间:
2014-10-13 15:51:09
阅读次数:
141
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
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