码迷,mamicode.com
首页 >  
搜索关键字:GNOME Desktop    ( 5025个结果
7Zip 来备份重要文件(夹)
把7za.exe 复制到 C:\Windows\System32下面 按时间命名备份 备份前 请退出WIZ C:\Users\Administrator\Desktop\7za.exe a C:\Users\Administrator\Desktop\abc.7z C:\Users\Administ...
分类:其他好文   时间:2014-07-29 20:46:52    阅读次数:249
声明:function FileSetAttr ( const FileName : string
对文件和文件夹都有效FileSetAttr('D:\Administrator\Desktop\patcher\Win32\Release\config\element\update',faHidden);声明:function FileSetAttr ( const FileName : stri...
分类:其他好文   时间:2014-07-29 20:43:52    阅读次数:234
SSH Tunneling Explained
SSH Tunneling Explained Recently I wanted to set up a remote desktop sharing session from home pc to my laptop. While going through the set up guide I...
分类:其他好文   时间:2014-07-29 16:55:54    阅读次数:386
Deploy Oracle 10.2.0.5 on Red Hat Enterprise Linux 6.4
一、Linux系统安装配置 1.安装系统时选Desktop 2.设置eth0网卡为静态IP,添加子网掩码,网关,DNS,并配置自动启动 3.修改/etc/hosts,添加主机名和对应IP 4.禁用firewall和selinux chkconfig iptables off vi /etc/selinux/config SELINUX=disabled...
分类:数据库   时间:2014-07-29 14:18:48    阅读次数:412
PyGObject笔记1——用Python写图形界面
PyGObject is a Python extension module that gives clean and consistent access to the entire GNOME software platform through the use of GObject Introspection. PyGObject provides full support of GObject Introspection and all of its features (callbacks, GVari...
分类:编程语言   时间:2014-07-29 13:04:47    阅读次数:343
MVC模型 简介
MVC (Modal View Controler)本来是存在于Desktop程序中的,M是指数据模型,V是指用户界面,C则是控制器。使用MVC的目的是将M和V的实现代码分离,从而使同一个程序可以使用不同的表现形式。比如一批统计数据你可以分别用柱状图、饼图来表示。C存在的目的则是确保M和V的同步,一...
分类:Web程序   时间:2014-07-29 11:12:56    阅读次数:242
Redis配置以及通过C#访问小试
首先安装一个Ubuntu14.04的虚拟机用来安装Redis。Ubuntu的Unity在虚拟机里面卡爆了,可以通过如下方法安装传统的Gnome界面:sudo aptitude install gnome-session-fallback安装完成之后可以在登录的地方选择Gnome界面。Redis的编译...
分类:其他好文   时间:2014-07-28 23:55:14    阅读次数:1997
Eclispe+qemu+gdb调试linux Kernel
单步调试kernel说明恩,这个文档的目标是单步调试内核,从每一个工具软件的版本号到每一个命令,都有一个说明ubuntu1204,32位http://www.ubuntu.org.cn/download/desktop用vmware虚拟机安装该系统。用64位系统时,gdb有bug。报错信息为:xxx太长。所以建议用32位系统编译kernel..
分类:数据库   时间:2014-07-26 03:22:57    阅读次数:354
gnome设置dvorak键盘布局
若桌面环境为gnome,设置Dvorak键盘程序员布局很简单。系统设置 -> 键盘 -> 布局设置 -> 点击"+" ->选择"英语(适合程序员的Dvorak布局)之后在布局选项里可以绑定切换布局的快捷键,以便换回qwerty另外可用xmodmap修改键映射下面这个图片可以保存下来作为壁纸,练习时查...
分类:其他好文   时间:2014-07-25 16:37:51    阅读次数:247
lipo命令
.a的静态库并不是只需要一个就够。往往需要i386(模拟器)、armv6和armv7(真机)的3个版本。可以使用一下命令查看该.a文件所支持的版本型号。lipo -i xx.a还可以使用如下命令创建一个通用的.a文件:lipo -create /Users/Travis/Desktop/libIMI...
分类:其他好文   时间:2014-07-25 14:16:11    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!