码迷,mamicode.com
首页 >  
搜索关键字:block    ( 15730个结果
css中content可以用到的字符编码
项目中用到的一些特殊字符和图标 html代码 <div class="cross"></div> css代码.cross{ width: 20px; height: 20px; background-color: #F3F9FF; border-radius: 10px; border: 1px s ...
分类:Web程序   时间:2017-03-01 13:57:18    阅读次数:468
getElementsByTagName( )方法
<!DOCTYPE html><html lang="zh-CN"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0"> ...
分类:其他好文   时间:2017-03-01 12:59:27    阅读次数:173
Oracle 表分区
一. 分区表理论知识 Oracle提供了分区技术以支持VLDB(Very Large DataBase)。分区表通过对分区列的判断,把分区列不同的记录,放到不同的分区中。分区完全对应用透明。Oracle的分区表可以包括多个分区,每个分区都是一个独立的段(SEGMENT),可以存放到不同的表空间中。查 ...
分类:数据库   时间:2017-03-01 12:55:15    阅读次数:271
元素居中
行内元素的水平居中 1.div{text-align:center} /*DIV内的行内元素均会水平居中*/ 行内元素的垂直居中 1.单行文本:div{height:30px; line-height:30px} /*DIV内的行内元素均会垂直居中*/ 2.多行文本: 3.图片水平垂直居中 多元素垂 ...
分类:其他好文   时间:2017-03-01 12:07:26    阅读次数:166
树状数组基础
关于树状数组的讲解推荐《算法竞赛入门经典训练指南》 一维版本: 洛谷3374 链接:https://www.luogu.org/problem/show?pid=3374 分析:树状数组裸的模板题 1 #include<iostream> 2 #include<cstdio> 3 #include< ...
分类:编程语言   时间:2017-03-01 10:47:45    阅读次数:261
[.net core学习] .net core中的Rijndael取代方法
The difference (in .NET) between Rijndael and AES is that Rijndael allows the block size to change, but AES does not. Since RijndaelManaged's default ...
分类:Web程序   时间:2017-03-01 00:31:58    阅读次数:843
(线段树,二分)hdoj 2871-Memory Control
Memory units are numbered from 1 up to N. A sequence of memory units is called a memory block. The memory control system we consider now has four kind ...
分类:其他好文   时间:2017-02-28 22:27:52    阅读次数:240
GCPC11j Time to live
As you might know, most computer networks are organized in a tree-like fashion, i.e. each computer is reachable by each other computer but only over o... ...
分类:其他好文   时间:2017-02-28 20:53:05    阅读次数:227
ie67 display:inline-block 失效解决方法
先将其转化为块状,在转化为inline,*号为css hcak,代表针对IE67 ...
分类:其他好文   时间:2017-02-28 15:24:04    阅读次数:124
resize2fs: Bad magic number in super-block while trying to open
I am trying to resize a logical volume on CentOS7 but am running into the following error: solution: After a bit of trial and error... as mentioned in ...
分类:其他好文   时间:2017-02-28 13:28:45    阅读次数:470
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!