码迷,mamicode.com
首页 >  
搜索关键字:desktop central    ( 4942个结果
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
travel hamburg
The area west of Hamburg's central railway station is mainly a shopping area with the streets Spitaler Straße and Mönckebergstraße, leading to Hamburg...
分类:其他好文   时间:2014-09-03 22:39:47    阅读次数:516
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
Memory barrier——WiKi
A memory barrier, also known as a membar, memory fence or fence instruction, is a type of barrier instruction which causes a central processing unit (CPU) orcompiler to enforce an ordering constra...
分类:其他好文   时间:2014-09-02 14:13:54    阅读次数:304
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
cocos2d-x3.x windows环境下 textfield无法处理TEXTFIELD_EVENT_DELETE_BACKWARD事件
1、修改cocos2d-x-3.x\cocos\2d\platform\desktop\CCGLView.cpp onGLFWKeyCallback函数 1 static void onGLFWKeyCallback(GLFWwindow* window, int key, int scancod....
分类:Windows程序   时间:2014-08-29 17:38:48    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!