码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
判断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
【转】Linux 下安装python软件包(pip、nose、virtualenv、distribute )
1.关于pippip是python的软件安装工具,下面是pip的使用方法:(1)安装包:pip install SomePackage(2)查看安装包时安装了哪些文件:pip show --files SomePackage(3)查看哪些包有更新:pip show --files SomePacka...
分类:编程语言   时间:2014-06-09 17:58:04    阅读次数:240
[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
视图控制器的创建和视图切换
1.创建一个类继承UIViewController2.创建视图控制器设计界面(在storyboard文件中创建一个ViewController)3.将第一步创建的代码和第二步创建的界面进行关联(选中ViewController-->show the identity inspector的class写...
分类:其他好文   时间:2014-06-09 13:25:49    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!