在ie、firefox、chrome浏览器上显示的效果不太一样,主要是前面的空格宽度不同。网上资料说不同的浏览器会有不同的默认字体,一般 IE默认字体都是宋体,而firefox和chrome的默认字体是Times New Roman,宋体是字符等宽的字体,但Times New Roman不是字符等宽的字体,因为浏览器默认字体的不同,空格符 在不同的浏览器下面的显...
分类:
其他好文 时间:
2014-06-05 11:06:30
阅读次数:
234
在ie、firefox、chrome浏览器上显示的效果不太一样,主要是前面的空格宽度不同。网上资料说不同的浏览器会有不同的默认字体,一般
IE默认字体都是宋体,而firefox和chrome的默认字体是Times New Roman,宋体是字符等宽的字体,但Times New
Roman不是字符等宽...
分类:
其他好文 时间:
2014-05-29 13:40:59
阅读次数:
425
1 public class PrintChar implements Runnable { 2
private char charToPrint; 3 private int times; 4 5 public PrintChar(char c, int
t) { 6 ...
分类:
其他好文 时间:
2014-05-26 20:17:55
阅读次数:
265
小希的迷宫Time Limit : 2000/1000ms
(Java/Other)Memory Limit : 65536/32768K (Java/Other)Total Submission(s) :
34Accepted Submission(s) : 9Font:Times New Rom...
分类:
其他好文 时间:
2014-05-25 19:45:23
阅读次数:
404
A计划Time Limit : 3000/1000ms (Java/Other)Memory
Limit : 32768/32768K (Java/Other)Total Submission(s) : 26Accepted Submission(s)
: 2Font:Times New Roman...
分类:
其他好文 时间:
2014-05-25 19:44:34
阅读次数:
405
EXCEL排序Time Limit : 10000/5000ms (Java/Other)Memory
Limit : 32768/32768K (Java/Other)Total Submission(s) : 32Accepted Submission(s)
: 8Font:Times New ...
分类:
其他好文 时间:
2014-05-25 19:38:37
阅读次数:
315
Problem Description
Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it.
But I also don't want to use...
分类:
其他好文 时间:
2014-05-25 16:39:53
阅读次数:
266
Problem Description
Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it.
But I also don't want to use...
分类:
其他好文 时间:
2014-05-25 16:32:49
阅读次数:
214
【题目】
Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary).
You may assume that the intervals were initially sorted according to their start times.
Example 1:
Given intervals [1,3],[6,9], insert and mer...
分类:
其他好文 时间:
2014-05-25 12:56:43
阅读次数:
271
(来自质数)设 $ \mathbf V=\Bbb F_{n\times n}$ 是域
$\Bbb F$ 上所有 $n$ 阶矩阵组成的向量空间 (这里$\Bbb F=\Bbb R$ 或者 $ \Bbb C$). 证明所有形如 $MN-NM$
的矩阵形成一个线性空间.(来自 质数) 这是一个经典的结果,...
分类:
其他好文 时间:
2014-05-25 11:04:37
阅读次数:
226