摘要:软件故障诊断
由于软件故障情况错综复杂,无法在此一一赘述,这里例举几个常用命令来查看系统状态。
1. # ioscan -fn
列出各i/o卡及设备的所有相关信息:如逻辑单元号,硬件地址及设备文件名等。
2. # ps -ef
列出正在运行的所有进程的各种信息:如进程号及进程名等。
3. # netstat -rn
列出网卡状态及路由信息等。
4. # lanscan
列出网卡状......
摘要:unit unit1;interfaceuses windows, messages, sysutils, variants, classes, graphics, controls, forms, dialogs, db, adodb, grids, dbgrids;type tform1 = class(tform) dbgrid1: tdbgrid; adotable1: tadotable......
XMLHTTP的get和post//==================================================================//用xmlhttp来实现form的method=get. 【程序编程相关:
String.LastIndexOf的经】 【推荐阅读:
在Windows中安装mambo Ste】//================================================================== 【扩展信息:
error LNK2001: unres】 我们传统的提交数据的方法都是用<form>来实现的. <form>标记中的method属性确定了表单元素的数据在发送到服务器时, 如何对http请求信息进行打包. method 属性可以使用的方法 method属性 发送表单元素的方式 读取数据的request集合 get 标识在url的最后 querystring post 在http请求的主体内(http请求的自由区域) form 这篇文章用xmlhttp来实现form的method=get. clientget.htm
程序代码:
<script language="javascript"> function adddataget(suserid,susername) { /* *--------------- adddataget(suserid,susername) ----------------- * adddataget(suserid,susername) * 功能:通过xmlhttp添加数据.相当于form的method=get. * 参数:suserid,字符串,发送条件. * 参数:susername,字符串,发送条件. * 实例:adddataget(document.all.userid.value,document.all.username.value); ...
下一页 摘要:接到上面的order, 将datagrid改写成表头固定, 而要带scroll bar滚动记录. 看了felix兄的文章fixed header scrollable datagrid controlhttp://blog.joycode.com/felix/articles/32789.aspx好像有点不太适合自己用. 他将header截出来, 做成div, 然后把原来的datagrid hea......