当行内元素(此处主要是指inline-block)在一行显示时,存在默认的行间元素间隙,在布局时可能要去除 第一种方法: font-size(在子元素或者父元素上设置都可以,看需求) //适用inline-block元素 第二种方法:letter-space(在父元素上设置) //适用inline- ...
分类:
其他好文 时间:
2018-11-06 23:39:34
阅读次数:
182
打印服务器安装配置后,网络打印机也成功安装好了,如果客户端电脑直接使用这些网络打印机的话可能会因为安装打印机时的默认设置例如默认纸张为Letter,实际上打印机纸盒里的是A4,从而导致无法正常打印;或者无法实现客户端打印的标准化,例如默认都是黑白打印,当然需要的时候可以在客户端打印机选项里选择彩色打印等。
分类:
其他好文 时间:
2018-11-06 16:46:04
阅读次数:
240
Given two words word1 and word2, find the minimum number of steps required to make word1 and word2 the same, where in each step you can delete one cha ...
分类:
其他好文 时间:
2018-11-05 21:28:13
阅读次数:
142
Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. Example: Input: n = 4, k = 2 Output: [ [2,4], [3,4], [2,3], ...
分类:
其他好文 时间:
2018-11-05 16:22:34
阅读次数:
130
1 3 4 5 6 京东商城导航条 7 128 129 130 131 分类导航 132 133 按网站类别 134 135 企业建站 136 137 138 139 140 LOGO设计 141 网站设计 142 网站广告 143 推广 144 建网站 145 网站推广 146 网站建设 147 ... ...
分类:
Web程序 时间:
2018-11-05 13:33:42
阅读次数:
181
一.CSS书写顺序 1.位置属性(position, top, right, z-index, display, float等)2.大小(width, height, padding, margin)3.文字系列(font, line-height, letter-spacing, color- t ...
分类:
Web程序 时间:
2018-11-05 12:54:05
阅读次数:
246
云和恩墨北区技术project师专注于 SQL 审核和优化相关工作。以前服务的客户涉及金融保险、电信运营商、政府、生产制造等行业。郭成日本文由恩墨大讲堂154期线上分享整理而成。一问题概要对同一个 SQL 语句的 ExplainPlan 里显示的预估运行计划与通过 V$SQL_PLAN 视图获取的 ...
分类:
其他好文 时间:
2018-11-02 21:47:33
阅读次数:
207
【10】Regular Expression Matching 【17】Letter Combinations of a Phone Number 【22】Generate Parentheses 【37】Sudoku Solver 【39】Combination Sum 【40】Combinati ...
分类:
其他好文 时间:
2018-10-31 23:21:30
阅读次数:
168
There is a box protected by a password. The password is n digits, where each letter can be one of the first k digits 0, 1, ..., k 1. You can keep inpu ...
分类:
其他好文 时间:
2018-10-31 12:41:00
阅读次数:
181
Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. For example, given n = 3, a solution set is: [ ...
分类:
其他好文 时间:
2018-10-30 22:50:21
阅读次数:
179