码迷,mamicode.com
首页 >  
搜索关键字:desktop    ( 3986个结果
Ubuntu wireless network connection in command line
After installed the the graphical card driver in Ubuntu, the gnome desktop was not working anymore, needs to install and setup the wireless network, herewith the procedure,...
分类:Web程序   时间:2014-09-05 22:27:02    阅读次数:226
cocospods 命令的使用
首先首先要在本地安装好Ruby环境。然后再安装CocoaPods。以AFNetworking为例第一步:先查询一下cocospods是否能安装想要的第三方,命令为:podsearchAFNetworking(类名一定要正确)如果有的话可以继续下一步,没有的话就要自己手动下载安装第二步:利用cd命令,打开添加第三方..
分类:其他好文   时间:2014-09-05 18:28:12    阅读次数:223
Windows Self Signed Driver
In particular, Microsoft® instituted a device driver certification process for itsWindows® desktop and server operating systems to ensure the drivers ...
分类:Windows程序   时间:2014-09-05 16:07:11    阅读次数:497
Ubuntu系统下搭建C/C++ gcc开发环境
一、使用gcc开发环境打开终端 ctrl+Alt+T;ubuntu-12.10-desktop-i386默认安装了gcc(GNU C compiler),gcc版本信息如下:zgj@wildflower:~$ gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubunt...
分类:编程语言   时间:2014-09-05 15:57:21    阅读次数:263
c++中两个类互相引用的问题
最近在改一个C++程序的时候碰到一条警告信息,警告信息为:“ 删除指向不完整“Q2DTorusNode”类型的指针;没有调用析构函数 1> c:\users\lxw\desktop\dragonfly第二阶段实验\最终的实验版本\实验目录\drago...
分类:编程语言   时间:2014-09-05 09:52:41    阅读次数:178
ubuntu的命令行状态和图形化界面切换 (转)
1.ubuntu命令状态切换到图形化界面startx如果命令不能识别 执行sudo apt-get install xinit 还需要提前安装桌面环境比如 gnome 比如 KDE安装方法sudo apt-get install ubuntu-desktop #gnomesudo apt-ge...
分类:其他好文   时间:2014-09-03 21:03:06    阅读次数:236
RHEL6.5 删除桌面启动器(计算机/Home/回收站)
首先,安装gconf-editor以获得gconftool-2命令终端命令:gconftool-2 --set/apps/nautilus/desktop/computer_icon_visible--type=bool falsegconftool-2 --set/apps/nautilus/de...
分类:其他好文   时间:2014-09-02 19:47:05    阅读次数:208
C# 操作txt
读取文件FileStream fs = new FileStream("C:\\Users\\john\\Desktop\\a.txt", FileMode.Open);读取字符 StreamReader m_streamReader = new StreamReader(fs);从0位置开始读 m...
分类:其他好文   时间:2014-09-01 20:57:03    阅读次数:195
Ubuntu+Redis主从配置
软件环境: OS:ubuntu-12.04-desktop-amd64 Redis:redis-2.8.13.tar.gz TCL:tcl8.6.2-src.tar.gz VMware:vmware workstation 10 OS:win 7-64 先安装操作系统,然后使用克隆功能克隆上4份: ...
分类:其他好文   时间:2014-08-30 01:11:48    阅读次数:475
cocos2dx 3.x 解决输入框(TextField,TextFieldTTF) 输入中文变乱码的问题
修改cocos2d-x-3.x\cocos\2d\platform\desktop\CCGLView.cpp GLView::onGLFWCharCallback方法//原来的方法如下:void GLView::onGLFWCharCallback(GLFWwindow *window, unsi....
分类:其他好文   时间:2014-08-29 18:06:18    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!