安装盘启动安装菜单Installorupgradeanexistingsystem这个是新安装及升级系统Rescueinstalledsystem救援模式系统启动不起来用这个模式选择第一项进入蓝屏菜单SKIP跳过光盘检查安装界面Next下一步选择语言是安装的过程用什么语言和系统语言无关U.S.English键盘标准默认就可以Bas..
分类:
其他好文 时间:
2016-08-09 16:17:05
阅读次数:
605
跳表(skip List)是一种随机化的数据结构,基于并联的链表,实现简单,插入、删除、查找的复杂度均为O(logN)。跳表的具体定义,跳表是由William Pugh发明的,这位确实是个大牛,搞出一些很不错的东西。简单说来跳表也是 链表的一种,只不过它在链表的基础上增加了跳跃功能,正是这个跳跃的功 ...
分类:
其他好文 时间:
2016-08-08 12:44:56
阅读次数:
290
Description Given n different objects, you want to take k of them. How many ways to can do it? For example, say there are 4 items; you want to take 2 ...
分类:
其他好文 时间:
2016-08-08 12:44:20
阅读次数:
174
说是使用pdfkit,其实做工作的还是wkhtmltopdf。 一、新建项目 rails new mypdf --skip-bundle 进入项目:cd mypdf,打开Gemfile:vim Gemfile 修改source为https://ruby.taobao.com 添加:gem 'pdfk ...
分类:
其他好文 时间:
2016-08-07 13:51:07
阅读次数:
688
题意: You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 ...
分类:
其他好文 时间:
2016-08-06 17:33:03
阅读次数:
157
以上mysql核心配置二.mysql配置(部分常用的参数)[mysqld]socket=/tmp/mysql.sock#为MySQL客户程序与服务器之间的本地通信指定一个套接字文件(Linux下默认是/var/lib/mysql/mysql.sock文件)port=3306#指定MsSQL侦听的端口skip-name-resolve#禁止MySQL对外部连接进行DNS解析,..
分类:
数据库 时间:
2016-08-05 21:44:12
阅读次数:
314
Creating LVM logical volumes involves creating the three layers in the LVM architecture. You first have to take care of the physical volume (PV), then ...
分类:
其他好文 时间:
2016-08-05 17:52:05
阅读次数:
420
root密码丢失,我们需要将mysql以不检查权限的方式重新启动。 在mysql的配置文件(/etc/my.cnf)中,[mysqld]下添加一句skip-grant-tables,然后重新启动服务,就可以通过无密码的方式登录。 通过select password(new password);可以查 ...
分类:
数据库 时间:
2016-08-05 11:43:19
阅读次数:
156
本萌新刚学习到如何os x跳转页面 先创建一个项目 选择os x 创建一叫skip的项目 打开Mai.storyboard,拉入一个view controller 拉入一个button ,然后按着control 然后显示出,我选择modal,(这些你们慢慢试,我也不太知道) 选择后就会出现 点击bu ...
分类:
其他好文 时间:
2016-08-05 10:12:02
阅读次数:
191
serveral IoC Framework has already exist on the market,Take account of compenhensive factor,Autofac is best choice for Ioc, If you want to konw more a ...
分类:
其他好文 时间:
2016-08-03 11:46:48
阅读次数:
108