码迷,mamicode.com
首页 >  
搜索关键字:single    ( 5020个结果
Wordpress模板标签大全
Wordpress模板基本文件style.css 样式表文件index.php 主页文件single.php 日志单页文件page.php 页面文件archvie.php 分类和日期存档页文件searchform.php 搜索表单文件search.php 搜索页面文件comments.php 留言区...
分类:其他好文   时间:2014-07-19 22:05:07    阅读次数:159
C#匿名类型 - Anonymous Types
【C#匿名类型 - Anonymous Types】 Anonymous types provide a convenient way to encapsulate a set of read-only properties into a single object without having ....
分类:其他好文   时间:2014-07-18 21:08:09    阅读次数:224
[JavaEE]设计模式之SOLID原则
1. S The Single Responsibility Principle 单一责任原则 当需要修改某个类的时候原因有且只有一个(THERE SHOULD NEVER BE MORE THAN ONE REASON FOR A CLASS TO CHANGE)。换句话说就是让一个类只做一种类....
分类:编程语言   时间:2014-07-18 20:21:29    阅读次数:210
css hover对其包含的元素进行样式设置
价格 对a链接包含的span图标进行样式更改。 .icon-down-single-arr{ background-position: -67px -974px; } .icon-down-single-arr-li li:hover .icon-down-single-arr{ background-position: -81px -974px;...
分类:Web程序   时间:2014-07-17 10:32:35    阅读次数:241
mysqldump 参数--single-transaction
其实很简单,single-transaction可以让mysqldump 的时候不锁表。但是他有3个前提innodb的引擎不能在执行的同时,有其他alter table ,drop table,rename table,truncate table的操作。隔离级别 必须是REPEATABLE REA...
分类:数据库   时间:2014-07-16 19:06:58    阅读次数:526
Share single RDM between multiple VM's in ESX
1.Create a VM01 on esx01,Create a VM02 on esx02 2.Create the RDM on your VM01 (using the virtual, not physical)3.Add new disk to VM02 (select existing...
分类:其他好文   时间:2014-07-16 16:46:24    阅读次数:203
sublime搜索和替换--正则
Search and Replace Sublime Text features two main types of search: Search - Single FileSearch - Multiple Files We’ll examine them in turn, but first let’s talk about a powerful tool for searc...
分类:其他好文   时间:2014-07-16 16:18:52    阅读次数:312
H - Quicksum(1.5.3)
Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Description A checksum is an algorithm that scans a packet of data and returns a single numb...
分类:其他好文   时间:2014-07-13 18:47:10    阅读次数:219
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 digit. Add the two numbers and return it as a link...
分类:其他好文   时间:2014-07-13 18:20:52    阅读次数:202
APUE学习笔记:第三章 文件I/O
3.1 引言术语不带缓冲指的是每个read和write都调用内核中的一个系统调用。这些不带缓冲的I/O函数不是ISO C的组成部分,但是,它们是POSIX.1和Single UNIX Specification的组成部分3.2 文件描述符UNIX系统shell使用文件描述符0与进程的标准输入相关联、...
分类:其他好文   时间:2014-07-13 08:11:13    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!