码迷,mamicode.com
首页 >  
搜索关键字:vim find    ( 39587个结果
HDU 4003 Find Metal Minaral 树上瞎搞分组背包
对于分组背包,每组选且只选一件商品的写法...
分类:其他好文   时间:2014-05-07 05:55:12    阅读次数:347
【Leetcode】Two Sum
[Question] Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they add up to t...
分类:其他好文   时间:2014-05-07 05:37:44    阅读次数:278
linux 下安装jdk及配置jdk环境图解
linux 下安装jdk及配置jdk环境 一:先检测是否已安装了JDK 执行命令: # rpm -qa|grep jdk  或   # rpm -q jdk  或  #find / -name jdk* /soft/openfire_java/jdk-7u40-linux-x64.rpm /usr/java/jdk1.7.0_15 /usr/java/jdk1.7.0_...
分类:系统相关   时间:2014-05-07 05:06:00    阅读次数:427
Jquery 方式获取 iframe Dom元素
Jquery 方式获取 iframe Dom元素 测试页面代码:     jquery方式,访问iframe页面dom元素          function getIframeDom(){ // 获取iframe的test元素 var test = $("#frame_1").contents().find("#test"); alert(test.html())  }...
分类:Web程序   时间:2014-05-06 23:14:38    阅读次数:343
Python 备份MySQL,并同步rsync server
#vim:tabstop=4shiftwidth=4softtabstop=4 #Copyright2010UnitedStatesGovernmentasrepresentedbythe #AdministratoroftheNationalAeronauticsandSpaceAdministration. #Copyright2011JustinSantaBarbara #AllRightsReserved. #Copyright(c)2010CitrixSystems,Inc. # #Licensed..
分类:数据库   时间:2014-05-06 20:19:17    阅读次数:629
A Simple Problem
For a given positive integer n, please find the smallest positive integer x that we can find an integer y such that y^2 = n +x^2.   Input The first line is an integer T, which is the the...
分类:其他好文   时间:2014-05-06 19:21:10    阅读次数:290
CentOS6.5 搭建phpMyAdmin管理平台
实验需求:在服务器本机搭建mysql图形管理工具1.简单部署LAMP平台#yum-yinstallhttpdmysqlmysql-serverphpphp-mysqlphp-pdo#rpm-ivhphp-mbstring-5.3.3-26.el6.x86_64.rpm//此包安装光盘没有,需自己下载2.修改httpd配置文件,启动服务#vim/etc/httpd/conf/httpd.conf……Serve..
分类:Web程序   时间:2014-05-06 18:30:37    阅读次数:469
find
#find/usr-namepxelinux.0#find/usr/share-namepxe*#find/usr-namepxelinux.?#tail/etc/passwd#find/-userapache#find/-usernamed#df-i#find/-inum1016273--execrm-fr{}\;#find/-size+204800-execrm-fr{}\;#find/etc-nameinit*-okls-l{}\;#find/-size204800#find/-size+204800(..
分类:其他好文   时间:2014-05-06 16:44:34    阅读次数:258
rails 4 Could not find a JavaScript runtime (ExecJS::RuntimeUnavailable)
chen@chen-pc~/demo/abc/bin$railsc /home/chen/.rvm/gems/ruby-2.0.0-p451/gems/execjs-2.0.2/lib/execjs/runtimes.rb:51:in`autodetect‘:CouldnotfindaJavaScriptruntime.Seehttps://github.com/sstephenson/execjsforalistofavailableruntimes.(ExecJS::RuntimeUnavailable)..
分类:编程语言   时间:2014-05-06 16:13:25    阅读次数:407
【Leetcode】3Sum
【Question】 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 in ...
分类:其他好文   时间:2014-05-06 14:57:29    阅读次数:318
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!