码迷,mamicode.com
首页 >  
搜索关键字:scala set map list    ( 131561个结果
《RHEL6.3权限的管理》
变换用户身份 su 命令 从普通用户切换到root用户需要密码,从root用户切换到普通用户不需要密码。这样的切换只是登陆的身份变为了root,文件的环境仍然没变。 su -命令 完全切换只允许root登陆,不允许其他普通用户登陆(是root登陆) 可以在/etc目录下建一个名为nologin的....
分类:其他好文   时间:2014-05-02 17:13:52    阅读次数:401
A fine property of the non-empty countable dense-in-self set in the real line
A fine property of the non-empty countable dense-in-self set in the real lineZujin ZhangSchool of Mathematics and Computer Science,GannanNormalUnivers...
分类:其他好文   时间:2014-05-02 17:05:10    阅读次数:504
leetcode: Subsets & Subsets II
SubsetsGiven a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must...
分类:其他好文   时间:2014-05-02 16:39:15    阅读次数:315
vim编辑器的使用
模式切换的命令:键 进入模式 说明 命令模式 (从编辑模式返回命令模式)按 i,a, o “插入” 编辑模式 (在当前光标前开始插入)i :在光标前插入 I 光标所在行的行首开始插入a:在光标后开始插入 A:在本行末开始插入o:在光标所在行下另起一行插入 O:在光标上插入新行在命令模式下不要按其它键...
分类:其他好文   时间:2014-05-02 16:17:28    阅读次数:253
List<T>和NGUI BetterList简单比较
List在Unity安装目录下的..\Unity\Editor\Data\Mono\lib\mono\micro\mscorlib.dll自备反编译工具,这里用的是ILSpyBetterList不支持任何集合接口,功能简单,扩展功能只有一个排序。排序用的是冒泡。List就不多介绍了。都懂得,其内部排...
分类:其他好文   时间:2014-05-02 15:40:39    阅读次数:734
总结1
limit 参数:第一个表示是从第几个开始,第二个表示是显示几个。hidden :隐藏。is set :判断有有此值。@:屏蔽错误。
分类:其他好文   时间:2014-05-02 15:14:45    阅读次数:200
vim c++补全
弄了个vim对c++的补全,主要参考自:http://vim.wikia.com/wiki/C%2B%2B_code_completion首先确定vim编辑.cc或者.cpp文件时当前自动补全函数,在命令模式下输入:set omnifunc?如果得到的结果为:omnifunc=ccomplete#C...
分类:编程语言   时间:2014-05-02 11:38:09    阅读次数:373
UVA 之10010 - Where's Waldorf?
Where's Waldorf?  Given a m by n grid of letters, ( ), and a list of words, find the location in the grid at which the word can be found. A word matches a straight, uninterrupted line o...
分类:其他好文   时间:2014-05-02 10:59:15    阅读次数:514
codeforces A. Supercentral Point 题解
暴力法可过,效率O(n^2) 但是使用hash表可以把效率降到近乎O(n) 要巧妙使用两个map容器。 要对map和set容器很熟悉了,合起来一起使用。...
分类:其他好文   时间:2014-05-02 10:54:55    阅读次数:365
异常: undefined symbol: lua_setglobal
将Apache 与modsecurity集成后,启动Apache时,报出的异常: “..undefined symbol: lua_setglobal”        后来,发现自己安装了两个lua库。一个事手工安装,一个是centOS工具套件安装的。 删除了手工安装的lua后,一切OK。      但是,记得重新编译modsecurity。...
分类:其他好文   时间:2014-05-02 10:24:27    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!