码迷,mamicode.com
首页 > 其他好文
leetcode[35]Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:其他好文   时间:2015-02-10 14:50:56    阅读次数:101
安装Cloudera Impala
安装Cloudera ImpalaCloudera Impala是Cloudera Enterprise Core的开源扩展,用于快速返回查询结果。Impala作为你环境的插件,与其他组件的安装独立进行。Impala由一组组件组成,可以安装到集群中的多个节点。Impala包安装一下二进制文件:imp...
分类:其他好文   时间:2015-02-10 14:51:41    阅读次数:137
leetcode[48]Rotate Image
You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?class Solution {pub...
分类:其他好文   时间:2015-02-10 14:52:59    阅读次数:111
一个Loading 遮罩效果
首先在body的底部增加两个DIV1 2 3 4 第二步,把样式加在head第三步,注册下滚动条事件,增加两个function$(document).ready(function(){ $(window).scroll(function(){ if($(".gdiv_ov...
分类:其他好文   时间:2015-02-10 14:52:10    阅读次数:374
leetcode[53]Maximum Subarray
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,...
分类:其他好文   时间:2015-02-10 14:50:48    阅读次数:126
leetcode[2]Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:其他好文   时间:2015-02-10 14:49:49    阅读次数:135
关于摄影和PS的一些
当人们转了一圈,却没有能回到原地,很多人就开始为此遗憾, 每次惘然,没有相遇,不论是否想得透彻, 都已经给过着的日子加上了很多不确定的词语。 关于摄影和PS的一些 最近总是有朋友问我关于摄影、PS的各种问题,初级的、高级的,总之很多问题让我无从回答。这并不代表我不想回答,而是我真的无从...
分类:其他好文   时间:2015-02-10 14:49:27    阅读次数:119
浅谈生产企业在生产计划实施中的九项标准
一、生产期限。在考虑预定的加工传票及订货传票有关工程结束期限的要求和物资进货日期的基础上,确定结束设计及结束工程的时间。二、生产实施计划。计划吧要每月召开一次与生产加工有关部门的联合会议,以季度生产预算为基准,考虑营业部的要求,制订目标预算:1、采购物资:按照一季中不同品种产品加工生产所需而进行,具...
分类:其他好文   时间:2015-02-10 14:51:06    阅读次数:205
leetcode[12]Integer to Roman
Given an integer, convert it to a roman numeral.Input is guaranteed to be within the range from 1 to 3999.public class Solution { public String int...
分类:其他好文   时间:2015-02-10 14:48:34    阅读次数:131
2014年国人开发的最热门的开源软件TOP 100
不知道从什么时候开始,很多一说起国产好像就非常愤慨,其实大可不必。做开源中国六年有余,这六年时间国内的开源蓬勃发展,从一开始的使用到贡献,到推出自己很多的开源软件,而且还有很多软件被国外的认可。中国是开源不可忽视的力量。 而我们这个榜单也是从这些国人开发、主要参与开发或者基于国外开源软件进行改进.....
分类:其他好文   时间:2015-02-10 14:49:23    阅读次数:323
leetcode[3]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 letters fo...
分类:其他好文   时间:2015-02-10 14:51:13    阅读次数:151
将kindeditor在线编辑器制作成smarty插件
smarty编写在线编辑器插件
分类:其他好文   时间:2015-02-10 14:49:02    阅读次数:153
统一过程模型(RUP/UP)
http://blog.sina.com.cn/s/blog_6a06f1b7010121hz.html统一过程(RUP/UP,Rational Unified Process)是一种以用例驱动、以体系结构为核心、迭代及增量的软件过程模型,由UML方法和工具支持,广泛应用于各类面向对象项目。RUP是...
分类:其他好文   时间:2015-02-10 14:49:09    阅读次数:196
文本框输入内容智能提示效果
jquery+ajax实现类似百度输入框提示功能。
分类:其他好文   时间:2015-02-10 14:46:58    阅读次数:209
latex big file
当处理很大的文档时,经常将文件分成若干个部分分别进行编译,这时我们可以使用LATEX所提供的命令中国电子顶级开发网(EETOP)-电子设计论坛、博客、超人气的电子工程师资料分享平台hp^Ia:i\input\include\includeonly\input{texfile})M~y$_...
分类:其他好文   时间:2015-02-10 14:49:16    阅读次数:166
leetcode[18]4Sum
Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array which gives the sum of ...
分类:其他好文   时间:2015-02-10 14:47:48    阅读次数:172
leetcode[22]Generate Parentheses
Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, a solution set is:"((()))...
分类:其他好文   时间:2015-02-10 14:48:16    阅读次数:164
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!