码迷,mamicode.com
首页 >  
搜索关键字:vim find    ( 39587个结果
Unable to find target command: exec
昨天刚刚配置好的Sublime Text3可以编译C++11了,今早突然就发现了题目所出的问题,看看配置都没问题,网上的回答也不多,但后来受到启发在Data\Installed Packages这里有Package Control.sublime-package这个东东,其实就是我昨天安装插件失败的...
分类:其他好文   时间:2014-05-26 05:44:36    阅读次数:1124
leetcode -day21 Longest Substring Without Repeating Characters
?? 1、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-26 05:03:19    阅读次数:172
LaTeX的零零碎碎记录
因为课程需要,最近用LaTeX写了很多篇report. 为了能够更好记忆和查找,我决定要总结一下最近用的比较多的东西。 我的OS为Ubuntu12.04,内核是3.2.0-61-generic,LaTeX版本是pdfTeX 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian),编写用的是vim。 另外,我玩LaTeX基本是要写什么才上网查找资料,没有专门去...
分类:其他好文   时间:2014-05-26 04:58:46    阅读次数:256
pywebkitgtk安装出现的问题
configure 文件中 print sys.prefix 等不能支持python3的原因 根据http://blog.csdn.net/jklfjsdj79hiofo/article/details/26607797 在configure文件去查找 该上面的语句...
分类:Web程序   时间:2014-05-26 04:42:25    阅读次数:278
mysql密码忘记时如何修改密码(Linux&Windows)
一,Linux篇 1,停掉mysql服务:service mysql stop; 2,修改my.cnf文件,可以通过find / -name my.cnf来找到文件,里面内容包含[mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql即是我们要找的文件,在user-mysql下加入:skip-grant-...
分类:数据库   时间:2014-05-26 04:06:14    阅读次数:346
欧拉项目010:2000000以内的素数和
Summation of primes Problem 10 The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below two million. 还是使用Sieve of Eratosthenes 算法 我的python代码如下: ...
分类:其他好文   时间:2014-05-26 03:40:15    阅读次数:243
ubuntu下配置adb环境变量
ubuntu下配置adb环境变量ubuntu下配置环境变量有两中方法,/etc下的environment和.bashrc文件,这里介绍.bashrc的用法.首先打开终端输入vim.bashrc打开文件然后写入以下内容exportANDROID_HOME=/home/zhao/android-sdk-...
分类:数据库   时间:2014-05-26 00:37:51    阅读次数:357
Cannot find executable for CFBundle 解决办法
Cannot find executable for CFBundle 0x8f4d850 (not loaded)解决办法:还原模拟器。
分类:其他好文   时间:2014-05-25 23:36:51    阅读次数:313
LeetCode:3Sum
题目:         Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique  triplets in the array which gives the sum of zero. Note: Elements...
分类:其他好文   时间:2014-05-25 00:39:37    阅读次数:343
LeetCode: Maximum Subarray [052]
【题目】 Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [?2,1,?3,4,?1,2,1,?5,4], the contiguous subarray [4,?1,2,1] has the largest sum = 6. 【题意】 给定一个数组,找出和最大的子数组,返回...
分类:其他好文   时间:2014-05-24 22:19:17    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!