码迷,mamicode.com
首页 >  
搜索关键字:vim find    ( 39587个结果
hdu 1596 find the safest road (最短路径)
find the safest roadTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6119Accepted Submission(s): 2...
分类:其他好文   时间:2014-05-27 02:49:10    阅读次数:229
jquery获得下拉框值的代码
jquery获得下拉框值的代码获取Select :获取select 选中的 text :$("#ddlRegType").find("option:selected").text();获取select选中的 value:$("#ddlRegType ").val();获取select选中的索引:$(...
分类:Web程序   时间:2014-05-27 02:38:48    阅读次数:270
[转载]爱上一个给予你正能量的人
You Should Fall In Love With Someone Who InspiresYouFEB. 5, 2014BySTEPHANIE ALTHOFThere’s one trait that I continuously find myself coming back to whe...
分类:其他好文   时间:2014-05-24 07:45:20    阅读次数:264
leetcode:Longest Palindromic Substring
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes...
分类:其他好文   时间:2014-05-24 04:45:39    阅读次数:245
汇编语言-判断素数:找出前100以内的素数
1. 题目:找出前100个素数。2. 要求:将前100个素数找出并显示值,要求每行显示5个素数。先列出求100以内素数的C++代码然后根据C++代码写汇编代码,相对来说比较容易。 1 //The program is to find the primes from 1 to 100 with C++...
分类:编程语言   时间:2014-05-24 04:23:06    阅读次数:450
64位matlab mex64位编译器解决方案
安装libsvm的时候用到了mex -setup,有的会报 Could not find the 64-bit compiler. This may indicate that the "X64 Compilers and Tools" or the Microsoft Windo...
分类:其他好文   时间:2014-05-24 03:59:31    阅读次数:387
LeetCode:Longest Substring Without Repeating Characters(最长不重复子串)
题目链接Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letter...
分类:其他好文   时间:2014-05-24 02:15:57    阅读次数:291
vim设置配色主题
默认主题注释为蓝色,完全看不清。可以在~/.vimrc当中设置colorscheme参数。我在zsh设置中设置了快捷键,直接编辑。colorscheme参数的值可以在/usr/share/vim/vim73/colors当中查看配色方案,为.vim结尾的文件名字。也可以到vim的网站上下载其他方案,...
分类:其他好文   时间:2014-05-23 23:35:52    阅读次数:349
vim摘要
The "." command is one of the most simple yet powerful commands in Vim. Itrepeats the last change. For instance, suppose you are editing an HTML filea...
分类:其他好文   时间:2014-05-23 22:52:50    阅读次数:372
linux:执行脚本出现/bin/sh^M: bad interpreter: No such file or directory
问题出在^M,原因是脚本文件的编码格式是dos,有可能是我在window下编辑完了直接传到linux的结果,可以在vim中输入以下命令确认编码格式:set ff //可以看到dos或unix的字样. 如果的确是dos格式的, 那么你可以用set ff=unix把它强制为unix格式的, 然后存...
分类:系统相关   时间:2014-05-23 12:53:37    阅读次数:507
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!