码迷,mamicode.com
首页 >  
搜索关键字:vim find    ( 39587个结果
【LeetCode】Best Time to Buy and Sell Stock II
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-05-10 00:24:49    阅读次数:255
vim格式化代码
格式化全文: gg 到达文件最开始 = 要求缩进 G 直到文件尾 自动缩进当前行: ==格式化当前光标接下来的n行: n==格式化选定的行: v选中需要格式化的代码段 = 缩进选定的行: v选中需要格式化的代码段 >或< 右或左缩进
分类:其他好文   时间:2014-05-10 00:05:24    阅读次数:326
Ubuntu 中的VI和vim
转载出处:http://blog.csdn.net/xiajun07061225/article/details/7039413一、我们为什么要学习vim编辑器? Linux的命令行界面下面有非常多的文本编辑器。比如经常听说的就有Emacs、pico、nano、joe与vim等。vim可以看做是v....
分类:其他好文   时间:2014-05-09 23:48:05    阅读次数:428
Leetcode | Median of Two Sorted Arrays
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:其他好文   时间:2014-05-09 23:26:18    阅读次数:353
Summation of primes
是我算法不对,还是笔记本CPU太差?我优化了两次,还是花了三四个小时来得到结果。在输出上加1就是最终结果。The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.Find the sum of all the primes below two mil...
分类:其他好文   时间:2014-05-09 16:20:08    阅读次数:295
Android Layout Binder(在线将XML中View find出来,生成java代码的工具)
废话不多说,这是地址:http://android.lineten.net/layout.php。 有图有真相,例如: 你的XML假如是这样:     android:layout_width="fill_parent"     android:layout_height="fill_parent"     android:orientation=...
分类:移动开发   时间:2014-05-09 15:20:54    阅读次数:424
centos 6.4 修改ssh默认端口22为其他端口详尽安全教程(包含SELinux,iptables设置)
该教程是目前最安全的教程,如果你是新手请严格按照教程的步骤进行,如果是有一定基础的人可以选择性跳过某些段落 修改端口配置 先运行 vim /etc/ssh/sshd_config 找到#Port 22 这行然后去掉前面的注释,然后再下面加一行 Port 1234 Port 22 Port 1234 很多教程是直接修改22为其他端口,最好不要这样做,万一修改的端口不能用,你就完全登陆...
分类:系统相关   时间:2014-05-09 15:17:27    阅读次数:510
使用Haproxy对MariaDB做负载均衡
服务器环境:安装vim/etc/apt/sources.list.d/mariadb.list#添加以下两句 debhttp://mirror.yongbok.net/mariadb/repo/5.5/ubuntuprecisemain deb-srchttp://mirror.yongbok.net/mariadb/repo/5.5/ubuntuprecisemain apt-keyadv--recv-keys--keyserverkeyserver.ubuntu.com0xcbc..
分类:数据库   时间:2014-05-09 06:50:15    阅读次数:538
在erb文件里也可以进行sql查询
<p><%=course=Course.find_by_id(params[:id])%></p>
分类:数据库   时间:2014-05-09 06:43:34    阅读次数:320
一滴一点vim(学习+备忘)
普通模式:h j k l 分别是左下上右方式移动;:w 保存修改:q 推出:wq 保存修改并退出:q! 放弃修改强制推出x 删除光标所在位置字符i 在光标所以位置插入字符删除类命令:dw 从光标处删除至一个单字/单词的末尾d$ 从当前光标删除到行末d的简短对象列表 w - 从当前光标当前位置直到单....
分类:其他好文   时间:2014-05-09 05:49:41    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!