学习linux以来将centos改的也不少了,也不知道这个问题是由于那个修改来的。最近改bash的操作环境配置文件,用到了~/.bashrc这个文件,发现里面被我修改过。那是当年安装fcitx输入法的时候曾经设置过个人环境变量如下我当时是直接将这段粘贴到.bashrc这个文件中了,导致‘//这是新的...
分类:
其他好文 时间:
2014-06-28 19:20:51
阅读次数:
1675
with t as(select 'Charles' parent, 'William' child unionselect 'Charles', 'Harry' unionselect 'Anne', 'Peter' unionselect 'Anne', 'Zara' unionselect ....
分类:
数据库 时间:
2014-06-28 17:20:21
阅读次数:
234
Given a stringsand a dictionary of wordsdict, add spaces insto construct a sentence where each word is a valid dictionary word.Return all such possibl...
分类:
其他好文 时间:
2014-06-28 12:40:47
阅读次数:
219
1:parent();//获取元素的父级元素 jquery javascript2:parents();//获取元素的父级元素和所有的祖先元素 祖先父级 jquery javascript 2:parentsUntil();//parentsU...
分类:
其他好文 时间:
2014-06-22 23:52:11
阅读次数:
516
聚合:
为方便项目构建,通常将聚合模块放在项目目录的最顶层,其他模块则作为聚合模块的子目录存在,
这样我们得到源码的时候,最快发现的是聚合模块的pom
运行命令
查看结果
源代码下载
继承
创建parent项目,用于被继承
pa...
分类:
其他好文 时间:
2014-06-22 15:49:28
阅读次数:
187
实现效果
主要代码
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:lay...
分类:
移动开发 时间:
2014-06-22 15:08:24
阅读次数:
314
1.普通用法:<ahref="">thisisalink</a>a标签中的属性:·href:值为URL·target:说明在何处打开目标URL,取值为:_blank;_parent;_self;_top;framename·name:规定锚的名称,用href=#name可以跳转到指定的地方·onclick:指定点击响应函数2.特殊用法:·实现..
分类:
Web程序 时间:
2014-06-22 11:54:08
阅读次数:
305
LinearLayout布局:<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"androi..
分类:
移动开发 时间:
2014-06-21 19:17:45
阅读次数:
239
Valid SudokuDetermine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are...
分类:
其他好文 时间:
2014-06-21 16:40:45
阅读次数:
280
本节单词记忆:属性 1.target 2._blank 3._self 4._top 5._parent网页学习网提示:html语言非常简单,不需要逻辑理解,而绝大部分朋友觉得它难以掌握,90%的原因在于英语单词不过关,所以每节记忆几个单词是非常有必要的。在上节作业中,如果单击left窗口中的导航列...
分类:
其他好文 时间:
2014-06-20 18:28:29
阅读次数:
251