最近刚过新年,duang下我们学习一下win7下用U盘安装Ubuntu双系统吧:
一、准备资料
背景环境:win7系统
准备文件:(下载链接:http://pan.baidu.com/s/1o6vAXfG)
1)Ubuntu系统:ubuntu-14.04.2-desktop-amd64.iso
2)U盘制作系统安装盘软件: Uiso_9cn
3) 开机引导工具:EasyBcD_1...
在CentOS上yum -y install gcc* gcc-c++* autoconf* automake* zlib* libxml* ncurses-devel* libmcrypt* libtool*时出现错误:
1)怎么回事呢?根据提示,原来是系统进程已经有一个update在运行了。在进程里查看下:ps -ef | grep update
2)通过kill杀掉这个进程,可...
分类:
移动开发 时间:
2015-02-28 13:02:49
阅读次数:
194
原文地址:http://blog.chinaunix.net/uid-24585858-id-2125486.html1.#uname -a如果有x86_64就是64位的,没有就是32位的这是64位的# uname -aLinux desktop 2.6.35-23-generic #37-Ubun...
分类:
系统相关 时间:
2015-02-27 22:44:49
阅读次数:
224
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door. Given the records of signing in's and out's, you...
分类:
其他好文 时间:
2015-02-27 21:41:22
阅读次数:
243
上一篇《mysql metadata lock(一)》介绍了为什么引入MDL,MDL作用以及MDL锁导致阻塞的几种典型场景,文章的最后还留下了一个小小的疑问。本文将更详细的介绍MDL,主要侧重介绍MDL的原理和实现。一般而言,商业数据库系统实现锁,一般将锁划分为读锁(共享锁)和写锁(排它锁),为.....
分类:
数据库 时间:
2015-02-27 18:22:21
阅读次数:
197
下载图片:下载图片后保存在本地文件中
//在lock和挂起状态都会下载
NSURLRequest *request=[[NSURLRequest alloc]initWithURL:[NSURL URLWithString:@"http://attach.bbs.miui.com/forum/201110/05/082552rm0v11zlv1axd13l.png"]];
//操作配置 ...
分类:
Web程序 时间:
2015-02-27 17:08:25
阅读次数:
184
SELECT LOCK_INFO.OWNER || '.' || LOCK_INFO.OBJ_NAME AS OBJ_NAME --对象名称(已经被锁住) ,LOCK_INFO.SUBOBJ_NAME AS SUBOBJ_NAME --子对象名称(已经被锁住) ,SESS_...
分类:
其他好文 时间:
2015-02-25 14:10:46
阅读次数:
119
安装桌面环境yum groupinstall Desktop
安装vncyum install tigervnc-server
新建用户并且设置vnc密码useradd aca
su - aca
vncpasswd
启动vncsu - aca
vncserver
用户home下面有个.vnc隐藏文件夹,log,pid ,xstartup启动文件都在里面。本地用vnc-viewer连最近也在学习mar...
分类:
其他好文 时间:
2015-02-25 10:22:52
阅读次数:
143
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door. Given the records of signing in's and out's, you...
分类:
其他好文 时间:
2015-02-24 12:38:14
阅读次数:
136