select multiple 时一般是设置 height上面的代码在 Firfox chrome 上都显示正常,但在 IE 下就成在网上查了下,由于 option 由浏览器控制,不受 CSS 控制,一般做法是不设置 height 而是用 size 但是设置 size 有一个问题就是当 ...
分类:
其他好文 时间:
2014-06-29 00:26:15
阅读次数:
397
题目链接 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
Requirements of an SAP system administrator Have a “proper” attitude Protect and safeguard the system. The system administrator is the “guardian” of t...
分类:
其他好文 时间:
2014-06-21 13:17:00
阅读次数:
276
SAP 系统管理内容包含非常广泛,从底层硬件起到各种操作系统及各种系统软件及SAP软件组件等都会涉及到。SAP系统支持主流的IBM AIX、HP UNIX、Windows、Linux平台及Oracle、DB2、SQL SERVER、SYBASE等数据库。 BASIS 工作的主要目的就是保证SAP系统...
分类:
其他好文 时间:
2014-06-21 11:51:44
阅读次数:
258
转自:http://www.cnblogs.com/xmaomao/p/3184542.html1. 简单的手动放置 键值对 到JSONObject,然后在put到JSONArray对象里List al = articleMng.find(f); System.out.prin...
分类:
Web程序 时间:
2014-06-18 10:48:53
阅读次数:
311
完整的异常信息如下:org.hibernate.loader.MultipleBagFetchException: cannot simultaneously fetch multiple bags at org.hibernate.loader.BasicLoader.postInstantia....
分类:
其他好文 时间:
2014-06-18 10:06:31
阅读次数:
198
1 寄存器的分类
通用寄存器:
ax,bx,cx,dx,(ah,al,bh,bl,ch,cl,dh,dl);
sp,bp,si,di
指令寄存器:
ip
标志寄存器:
FR
段寄存器:
cs,ds,ss,es
2 ax,bx,cx,dx
这四个寄存器存放一般数据,你可以在里面存放任何数据,但是其用途会有不同。
AX (Accumulator):累加寄存器,也称之为累...
分类:
其他好文 时间:
2014-06-18 06:04:25
阅读次数:
300
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
命令模式(command pattern) 多命令 详解本文地址: http://blog.csdn.net/caroline_wendy参考命令模式: http://blog.csdn.net/caroline_wendy/article/details/313799771. 多命令, 把未使用的命令, 初始化为空对象(NoCommand), 根据参数(slot), 选择输出命令./**
*...
分类:
其他好文 时间:
2014-06-17 22:42:59
阅读次数:
253
题目
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 then left-out nodes in the end should rem...
分类:
其他好文 时间:
2014-06-17 22:15:52
阅读次数:
299