码迷,mamicode.com
首页 >  
搜索关键字:all    ( 23290个结果
Leetcode:Anagrams 回文构词法
戳我去解题Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.Anagram(回文构词法)是指打乱字母顺序从而得到新的单词回文...
分类:其他好文   时间:2014-06-10 08:44:13    阅读次数:275
判断Ie浏览器
ie8以下if(!+[1,]) if(window.attachEvent){ alert("ie")}else if(window.addEventListener){alert("not ie")}else{alert("不支持DHTML")}ie6if(document.all)ie浏览器 !...
分类:其他好文   时间:2014-06-09 20:22:25    阅读次数:221
Openstack CentOS6.5 ALL IN ONE 安装
本文档以RDO的方式安装单节点、单网卡的Openstack。RDO是可在Red Hat Enterprise Linux、Fedora及其变体上运行的社区支持OpenStack版本。部署简单方便,RDO中包含核心的OpenStack组件 – Nova、Glance、Keystone、Cinder、N...
分类:其他好文   时间:2014-06-09 19:54:16    阅读次数:385
FileUpload 上传文件 帮助类
//=====================================================================================// All Rights Reserved , Copyright ? Learun 2013//=============...
分类:其他好文   时间:2014-06-09 19:35:12    阅读次数:276
通过js动态生成文本框,怎么把文本框中的值传到java后台?
通过js动态生成文本框,怎么把文本框中的值传到java后台? 1 var lengths; 2 function insertrow2() //增加的一行方法2 3 { 4 newRow=document.all.yltable.insertRow(-1); 5 lengths = document...
分类:编程语言   时间:2014-06-09 19:01:11    阅读次数:214
[转] List of OpenFlow Software Projects
List of OpenFlow Software Projects (that I know of) http://yuba.stanford.edu/~casado/of-sw.html (I am trying to keep a running list of all OpenFlow-re...
分类:其他好文   时间:2014-06-09 18:20:15    阅读次数:341
[leetcode]Combination Sum @ Python
原题地址:https://oj.leetcode.com/problems/combination-sum/题意:Given a set of candidate numbers (C) and a target number (T), find all unique combinations in...
分类:编程语言   时间:2014-06-09 17:50:09    阅读次数:333
LeetCode:Substring with Concatenation of All Words
You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatena...
分类:其他好文   时间:2014-06-09 17:49:34    阅读次数:240
[leetcode]Combination Sum II @ Python
原题地址:https://oj.leetcode.com/problems/combination-sum-ii/题意:Given a collection of candidate numbers (C) and a target number (T), find all unique combi...
分类:编程语言   时间:2014-06-09 17:41:58    阅读次数:320
Meditation Guide
Meditation“Stop!!!”don’t we just scream【vi. 尖叫;呼啸;发出尖锐刺耳的声音;令人触目惊心】 this in our minds when the day has been very bad and all we think about is “work, ...
分类:其他好文   时间:2014-06-09 14:12:01    阅读次数:456
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!