码迷,mamicode.com
首页 >  
搜索关键字:tags    ( 2328个结果
(树状数组) HOJ 2275
Number sequenceMy Tags(Edit)Source:SCU Programming Contest 2006 FinalTime limit: 1 secMemory limit: 64 MSubmitted: 1598,Accepted: 432Given a number se...
分类:编程语言   时间:2015-01-28 21:03:37    阅读次数:223
Hadoop集群搭建
1. 首先,准备好hadoop安装包和JDK,hadoop-1.0.3的svn版本库:http://svn.apache.org/repos/asf/hadoop/common/tags/release-1.0.3/, hadoop-1.0.3的安装包地址:http://archive.apache...
分类:其他好文   时间:2015-01-27 13:11:44    阅读次数:228
Git 推送和删除标签
事实上Git 的推送和删除远程标签命令是相同的,删除操作实际上就是推送空的源标签refs:git push origin 标签名相当于git push origin refs/tags/源标签名:refs/tags/目的标签名git push 文档中有解释:tag > means the same ...
分类:其他好文   时间:2015-01-27 13:04:17    阅读次数:216
jquery File upload使用总结
1. jquery file upload 下载 jquery file upload Demo 地址:https://blueimp.github.io/jQuery-File-Upload/ jquery file upload 下载   地址:https://github.com/blueimp/jQuery-File-Upload/tags jquery file uploa...
分类:Web程序   时间:2015-01-27 00:36:39    阅读次数:326
tagArr[tagArr.length] = tags[i] 一种非常巧妙的思路
之前我们封装getByClass方法的时候,一般有一步骤是把匹配的元素推进数组中。 比如 aResult.push(obj[i]);之前的方法代码:getByClass: 1 function $class(domclass){ 2 var obj = document.getElementsBy....
分类:其他好文   时间:2015-01-24 13:01:56    阅读次数:193
链表经典题Merge Two Sorted Lists
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.Hide Tags...
分类:其他好文   时间:2015-01-23 17:53:13    阅读次数:162
php的strip_tags,htmlspecialchars,htmlentities,stripslashes,addslashes解释
php函数蛮多的,要完整的每个函数都理解深刻是个挺有挑战性的事情。strip_tags,htmlspecialchars,htmlentities,stripslashes,addslashes这几个函数我想就需要专门的强化一下。第一个函数:strip_tags,去掉 HTML 及 PHP 的标记 ...
分类:Web程序   时间:2015-01-23 16:09:49    阅读次数:117
HTML <form> 标签的 method 属性
http://www.w3school.com.cn/tags/att_form_method.asp
分类:Web程序   时间:2015-01-20 22:09:52    阅读次数:201
ffmpeg,rtmpdump和nginx rtmp实现录屏,直播和录制
ffmpeg,rtmpdump和nginx rtmp实现录屏,直播和录制2014年 四月 19日 周六| tags:ffmpeg,rtmp,rtmpdump,nginx, -- (permalink)公司最近在做视频直播的项目,我这里分配到对直播的视频进行录制,录制的方式是通过rtmpdump对rt...
分类:其他好文   时间:2015-01-15 19:41:43    阅读次数:566
SVN的trunk branches tags(一)
Subversion有一个很标准的目录结构,是这样的。比如项目是proj,svn地址为svn://proj/,那么标准的svn布局是svn://proj/|+-trunk+-branches+-tags这是一个标准的布局,trunk为主开发目录,branches为分支开发目录,tags为tag存档目...
分类:其他好文   时间:2015-01-13 15:40:48    阅读次数:136
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!