select multiple 时一般是设置 height上面的代码在 Firfox chrome 上都显示正常,但在 IE 下就成在网上查了下,由于 option 由浏览器控制,不受 CSS 控制,一般做法是不设置 height 而是用 size 但是设置 size 有一个问题就是当 ...
分类:
其他好文 时间:
2014-06-29 00:26:15
阅读次数:
397
I came across this TED talk yesterday in which Chris Lonsdale, a psychologist from New Zealand talks about language learning. He believes that anybody...
分类:
其他好文 时间:
2014-06-28 23:02:07
阅读次数:
328
题目链接 Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. If the number of nodes is not a multiple of k t...
分类:
其他好文 时间:
2014-06-28 21:12:46
阅读次数:
211
phpstorm调试php错误提示:Host 'localhost' has multiple addresses. You must choose one explicitly!Couldn't create FastCGI listen socket on port localhost:3568...
分类:
其他好文 时间:
2014-06-28 14:22:59
阅读次数:
283
BACKGROUND OF THE INVENTIONA conventional virtual-machine monitor (VMM) typically runs on a computer and presents to other software the abstraction of...
分类:
其他好文 时间:
2014-06-28 14:16:36
阅读次数:
276
十六进制字符串转化为字符算法例如十六进制字符串为: 138CE5B32C0E9126C291E970EA98764C那么,两位十六进制合成一个字符:13(hex)->1*16+3=19,那么字符的整数形式则为19字符转化为十六进制字符串例如字符的整数形式为17->17/16,17%16->11(he...
分类:
其他好文 时间:
2014-06-28 13:35:47
阅读次数:
285
BACKGROUNDVirtualization technology enables a single host computer running a virtual machine monitor ("VMM") to present multiple abstractions and/or v...
分类:
其他好文 时间:
2014-06-21 00:34:11
阅读次数:
363
BACKGROUNDVirtualization technology enables a single host computer running a virtual machine monitor ("VMM") to present multiple abstractions and/or v...
分类:
其他好文 时间:
2014-06-21 00:09:42
阅读次数:
451
完整的异常信息如下:org.hibernate.loader.MultipleBagFetchException: cannot simultaneously fetch multiple bags at org.hibernate.loader.BasicLoader.postInstantia....
分类:
其他好文 时间:
2014-06-18 10:06:31
阅读次数:
198
BACKGROUNDMany computing systems include a network interface card (NIC) to provide for communications with other systems and devices over a network. I...
分类:
Web程序 时间:
2014-06-18 00:18:41
阅读次数:
355