码迷,mamicode.com
首页 >  
搜索关键字:setup    ( 5068个结果
Driver 初始化顺序
Linux系统使用两种方式去加载系统中的模块:动态和静态。静态加载:将所有模块的程序编译到Linux内核中,由do_initcall函数加载核心进程(/init/main.c)kernel_init do_basic_setup() do_initcalls()该函数中会将在__initcall_s...
分类:其他好文   时间:2014-10-14 20:58:59    阅读次数:141
Kinect for Windows V2 SDK+ VS2012 环境搭建
目前使用的SDK版本是KinectSDK-v2.0-PublicPreview1409-Setup.exe. 下载地址:点击打开链接 1,在Property Manager窗口中,右键Debug|Win32,选择Add New Project Property Sheet. 2,选择Property Sheet(.props),Name:Kinect_ProjectD,Loc...
分类:Windows程序   时间:2014-10-14 19:29:29    阅读次数:278
安装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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!