码迷,mamicode.com
首页 >  
搜索关键字:summary    ( 3315个结果
Redis运维之常用命令操作
在平时的工作中,需要根据需求对Redis数据库进行一些操作。可以参考Redis官网http://redis.io/commands进行详细了解1.SELECT切换数据库redis127.0.0.1:6379[1]>HELPSELECT SELECTindex summary:Changetheselecteddatabaseforthecurrentconnection since:1.0.0 group:connec..
分类:其他好文   时间:2014-07-20 03:42:36    阅读次数:279
【DateStructure】 Charnming usages of Map collection in Java
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now  I made a summary:  import java.util.ArrayList; import java.util.Col...
分类:编程语言   时间:2014-07-18 15:13:56    阅读次数:242
HTML5每日一练之details展开收缩标签的应用
details标签的出现,为我们带来了更好的用户体验,不必为这种收缩展开的效果再编写JS来实现。注:目前仅Chrome支持此标签。details有一个新增加的子标签——summary,当鼠标点击summary标签中的内容文字时,details标签中的其他所有元素将会展开或收缩。detalis标签:案...
分类:Web程序   时间:2014-07-18 14:23:56    阅读次数:311
【DataStructure】A useful util class for reading and writing files
Faced with the upcoming exam, Some useful methods referred to file operation drew tremenous attention. Now I make a summary to reading file. import java.io.BufferedReader; import java.io.BufferedWri...
分类:其他好文   时间:2014-07-18 12:26:25    阅读次数:274
SQL 联合查询 + XML解析
(select a.EBILLNO,a.EMPNAME,a.APPLYDATE,b.HS_NAME,replace(replace(a.SUMMARY,char(10), ''),char(13),'') as SUMMARY,cast(c.XmlData as XML).value('(/List...
分类:数据库   时间:2014-07-14 19:38:10    阅读次数:395
.NET注释
.NET中有三种注释:1.单行注释//2.多行注释/*开始*/结束3.文档注释在类或方法前面敲/////////文档注释///usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; namespace注释 { classProgram { ///<summary> ///这个方法是程序的入口这..
分类:Web程序   时间:2014-07-13 14:24:41    阅读次数:183
颜色聚类
这是一个按照图片颜色深浅的聚类算法 1 function [ result ] = my_kcluster_random( imgAddress ) 2 %UNTITLED Summary of this function goes here 3 % Detailed explanation g.....
分类:其他好文   时间:2014-07-11 18:47:45    阅读次数:148
asp.net 做文字水印
///<summary> ///做图片水印(Drawing,IO) ///</summary> ///<paramname="InPath">输入图片模板路径</param> ///<paramname="OutPath">输入图片路径</param> ///<paramname="oneStr">第1行文字</param> ///<paramname="o..
分类:Web程序   时间:2014-07-08 08:26:28    阅读次数:296
【转】Backbone使用总结
转自 http://www.pchou.info/javascript/2014/06/26/backbone-summary-01.html开始在项目中大规模使用backbone,一路磕磕碰碰,边做边学习边体会,有一些心得和体会,记录在本文中事件模型及其原理Backbone.Events就是事件实...
分类:其他好文   时间:2014-07-06 22:58:01    阅读次数:192
Ngins rpm包制作,spec配置文件
Name:nginxVersion:1.4.2Release:1%{?dist}Summary:nginxfromsourceGroup:SystemEnvironment/DaemonsLicense:GPLv2URL:http://nginx.orgSource0:%{name}-%{version}.tar.gzSource1:nginxdSource2:nginx.confBuildRoot:%_topdir/BUILDROOTBuildRequires:gcc,makeRequires:pcre,p..
分类:其他好文   时间:2014-07-03 15:30:24    阅读次数:298
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!