首先RHEL7安装,导入镜像,选择第一个安装7.0,接着出现下面的界面
选择英文
时间选择上海,software selection选择Server UI(加上图形化界面),设置installation destination最后点击begin installation
重新配置分区...
分类:
其他好文 时间:
2014-06-16 20:03:47
阅读次数:
388
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
But the f...
分类:
其他好文 时间:
2014-06-15 19:49:35
阅读次数:
176
这篇博客必须写了,它浪费我了一个上午的时间。为了以后能快速寻找到这方面的错误,节约更多的时间。
情况是这样的:我写了一个后台管理系统是引用Marix Admin的,因为这个系统包含了很多很多框架,如jquery,bootstrap,还有它自身的框架系统marix,一大堆的js和css文件。你想引入外面的框架时,就会和原来的库文件产生冲突,还有就是书写的格式问题。
针对上面两大问...
分类:
编程语言 时间:
2014-06-15 19:32:09
阅读次数:
291
Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric...
分类:
其他好文 时间:
2014-06-15 18:55:36
阅读次数:
188
分为两类一 存在system表空间以$结尾的基本表dba_.. user_... all_...视图存在于内存x$...的虚表v$...动态性能视图数据字典时哪里来的,是我们建立数据库的时候运行脚本建立的。%oracle_home%\admin\catalog.sql;脚本中含有建立数据字典的语句。...
分类:
其他好文 时间:
2014-06-15 17:44:49
阅读次数:
196
//OrgTreePanel是一个panelorgTree = new OrgTreePanel(TcApp.getSession());contentPanel.add(orgTree, BorderLayout.CENTER);//获取选中的东西OrgObject orgObject = org...
分类:
其他好文 时间:
2014-06-15 07:40:40
阅读次数:
205
后台修改admin配置文件和修改根目录下的config.php网站路径比如“/home/wwwroot/yiju/”或“D:/AppServ/www/yiju/”其中yiju是我在网站服务器下建立的网站根目录,以此举例修改/admin/config.php文件,如下:上传和导入数据库搬迁成功!
分类:
其他好文 时间:
2014-06-15 07:17:06
阅读次数:
319
设置例子:ImageViewId.setScaleType(ScaleType.CENTER);ScaleType:设置图片显示方式效果预览:
分类:
移动开发 时间:
2014-06-14 23:30:54
阅读次数:
370
n 题目:输入密码登录到主界面,录入学生编号,排序后输出
n 1. 语言和环境
A、实现语言
C语言
B、环境要求
VC++ 6.0
n 2. 要求
请编写一个C语言程序,将若干学生编号按字母顺序(由小到大)输出。
程序的功能要求如下:
1) 输入密码“admin”,正确则进入主界面,错误则直接推出(exit(0));
2)从键盘输入5个学生编号“BJS1001”...
分类:
其他好文 时间:
2014-06-14 11:23:08
阅读次数:
211