??xml version="1.0" encoding="utf-8" standalone="yes"?>高清av一区,超碰国产精品一区二页,久久亚洲一区http://www.aygfsteel.com/hszdz/category/8516.htmlzh-cnWed, 02 Apr 2008 10:09:05 GMTWed, 02 Apr 2008 10:09:05 GMT60delphi+webservicehttp://www.aygfsteel.com/hszdz/archive/2008/03/27/189020.html爪哇之家爪哇之家Thu, 27 Mar 2008 07:24:00 GMThttp://www.aygfsteel.com/hszdz/archive/2008/03/27/189020.html

爪哇之家 2008-03-27 15:24 发表评论
]]>
delphi用ADO控g读EXCEL或DBF文ghttp://www.aygfsteel.com/hszdz/archive/2007/11/23/162599.html爪哇之家爪哇之家Fri, 23 Nov 2007 04:45:00 GMThttp://www.aygfsteel.com/hszdz/archive/2007/11/23/162599.html用ADO控g读EXCEL或DBF文g

用ADOq接Excel
讄属性ConnetionString
选择 Microsoft Jet 4.0 OLE DB provider
Select or enter a datasorce name -> 选择你要打开Excel文g
User name默认是Admin 密码默认为空,可以不用理会(x)
Extended properties 设ؓ(f)QExcel 8.0
sql语句 select * from [yourtablename] (注意要有[])

更详l的L(fng)q一?

在DELPHI中用ADO直接讉KExcel数据文g


摘 要:(x)在DELPHI中用ADO直接讉KExcel数据文g
关键字:(x)ADO Excel
cR别:(x)数据?br />
  要用DELPHI中的ADOpd控g讉KExcel数据文gQ首先应该徏立一些基本概c(din)你需要将一个Excel数据文g惌
Z个关pL据库QExcel文g中的每个工作表就对应该数据库中的一个表Q而工作表中的每一列当然就是表的列?jin)?br />然后Q按照下列面的秘诀q行可以?br />  
  1.讄ADOConnection的ConnectionString
构造ConnectionStringӞOLE DB的提供者要选择Microsoft Jet 4.0 OLE DB Provider作ؓ(f)ADO的驱动程序?br />q本来是用于q接Access数据库的驱动E序Q但也可打开Excel文g?br />q接的数据库名称当然是你要打开的Excel文gQ注意扩展名?.xlsQ而不?.mdb?br />最关键的一Ҏ(gu)Q还要设|扩展属性Extended Properties?Excel 8.0"Q否则,试q接时会(x)报告无法识别数据格式
的错误。Extended Properties的属性值在"所?参数中输入?br />最后,讄完成后的ConnectionString中的各项参数为:(x)

Provider=Microsoft.Jet.OLEDB.4.0
Data Source=MyExcelFile.xls
Extended Properties=Excel 8.0
Persist Security Info=False



  2.讄ADODataSet或ADOTable
1ADODataSet或ADOTableq接到刚才的ADOConnection。如果不用ADOConnectionQ也可以参照上面的方法直接设|?br />ADODataSet或ADOTable的ConnectionString属性?br />2对于ADODataSetQ需要将CommandType属性设|ؓ(f)cmdTableDirectQ而对于ADOTableQ则TableDirect属性设|ؓ(f)True?br />因ؓ(f)Q访问Excel文g是直接的数据文g讉KQ不是通过SQL语句来操作游标访问的。如果不讄直接讉KQ则pȝ?x)报?br />SQL语句格式错误{信息?br />然后Q当你下拉ADODataSet中的CommandText属性或ADOTable的TableName属性时Q就可以选择到要打开的工作表?jin)?br />注意Q表名后面多?jin)加一?W号?br />3.打开ADODataSet或ADOTable


q接DBF数据
构造ado connection string
提供者选择 Microsoft Jet 4.0 OLEDB Provider
"所?那里~辑 Extended PropertiesQ?br />dbf文g的话讄为dBase 5.0Q注意dBase?.0之间必须有空|最好拷贝过ȝ_(d)(j)
db文g的话讄为Paradox 7.X
Qdbf是dbase或Vfox数据库,db是paradox数据库)(j)
"q接"那里?数据库名U?输入的是目录名,不能包含文g名,
比如你的文g?c:tempaaa.dbf Q那么输入c:temp
同时CursorLocation 讄为:(x) clUseServer

q可?
如果直接q的话,ADO的连接字串设为:(x)

adoConnection1.ConnectionString:='Provider=MSDASQL.1;Extended Properties="Driver={Microsoft Visual Foxpro Driver};SourceType=DBF;SourceDB=c:mydb"';


如果是用ODBCQ先在ODBC中设一个DSNq接到该DBF库,然后Q在ADOConnection中设|连接ODBC的连接字串即?可以用向导帮助完?



爪哇之家 2007-11-23 12:45 发表评论
]]>
计算机dos中的net命o(h)http://www.aygfsteel.com/hszdz/archive/2007/09/05/143030.html爪哇之家爪哇之家Wed, 05 Sep 2007 15:26:00 GMThttp://www.aygfsteel.com/hszdz/archive/2007/09/05/143030.html----------------------------------------------------------------
net (tng)use (tng)\\ip\ipc$ (tng)" (tng)" (tng)/user:" (tng)" (tng)建立IPCI链接?
net (tng)use (tng)\\ip\ipc$ (tng)"密码" (tng)/user:"用户? (tng)建立IPC非空链接 (tng)
net (tng)use (tng)h: (tng)\\ip\c$ (tng)"密码" (tng)/user:"用户? (tng)直接登陆后映对方CQ到本地为H: (tng)
net (tng)use (tng)h: (tng)\\ip\c$ (tng)登陆后映对方CQ到本地为H: (tng)
net (tng)use (tng)\\ip\ipc$ (tng)/del (tng)删除IPC链接 (tng)
net (tng)use (tng)h: (tng)/del (tng)删除映射Ҏ(gu)到本地的为H:的映?
----------------------------------------------------------------
net (tng)user (tng)用户名 密码 /add (tng)建立用户 (tng)
net (tng)user (tng)guest (tng)/active:yes (tng)Ȁzguest用户 (tng)
net (tng)user (tng)查看有哪些用户?
net (tng)user (tng)帐户名?tng)查看帐L(fng)属?
---------------------------------------------------------------- (tng)
net (tng)localgroup administrators (tng)用户名?add (tng)把“用户”添加到理员(sh)使其h理员权?注意Q?**istrator后加s用复敊W?
net (tng)start (tng)查看开启了(jin)哪些服务 (tng)
net (tng)start (tng)服务名  (tng)开启服务;(?net (tng)start (tng)telnetQ?tng)net (tng)start (tng)schedule) (tng)
----------------------------------------------------------------
net (tng)stop (tng)服务名?tng)停止某服务?tng)
net (tng)time (tng)\\目标ip (tng)查看Ҏ(gu)旉 (tng)
net (tng)time (tng)\\目标ip (tng)/set (tng)讄本地计算机时间与“目标IP”主机的旉同步,加上参数/yes可取消确认信?
shutdown/r 重新启动


爪哇之家 2007-09-05 23:26 发表评论
]]>
新机器装WIN98出问题,郁闷http://www.aygfsteel.com/hszdz/archive/2007/02/27/101023.html爪哇之家爪哇之家Tue, 27 Feb 2007 14:28:00 GMThttp://www.aygfsteel.com/hszdz/archive/2007/02/27/101023.htmlhttp://www.aygfsteel.com/hszdz/comments/101023.htmlhttp://www.aygfsteel.com/hszdz/archive/2007/02/27/101023.html#Feedback0http://www.aygfsteel.com/hszdz/comments/commentRss/101023.htmlhttp://www.aygfsteel.com/hszdz/services/trackbacks/101023.html 没办法,装vmware,fdisk后死z说不可以读C盘,abortq入A盘后格式化后可以安装?br />


爪哇之家 2007-02-27 22:28 发表评论
]]>
关闭WIN2003x(chng)事g跟踪E序http://www.aygfsteel.com/hszdz/archive/2006/04/28/43823.html爪哇之家爪哇之家Fri, 28 Apr 2006 08:07:00 GMThttp://www.aygfsteel.com/hszdz/archive/2006/04/28/43823.htmlhttp://www.aygfsteel.com/hszdz/comments/43823.htmlhttp://www.aygfsteel.com/hszdz/archive/2006/04/28/43823.html#Feedback0http://www.aygfsteel.com/hszdz/comments/commentRss/43823.htmlhttp://www.aygfsteel.com/hszdz/services/trackbacks/43823.html 按回车后打开l策略编辑器Q双ȝ理模版菜?-选择pȝ下拉菜单Q在工作区找到“显C‘关闭事件跟t程序’”,双击“显C‘关闭事件跟t程序’”项Q在讄选项卡里把“已启用”改为“已用”,定完成?br />

爪哇之家 2006-04-28 16:07 发表评论
]]>
|页视频代码http://www.aygfsteel.com/hszdz/archive/2006/03/20/36418.html爪哇之家爪哇之家Mon, 20 Mar 2006 12:16:00 GMThttp://www.aygfsteel.com/hszdz/archive/2006/03/20/36418.htmlhttp://www.aygfsteel.com/hszdz/comments/36418.htmlhttp://www.aygfsteel.com/hszdz/archive/2006/03/20/36418.html#Feedback1http://www.aygfsteel.com/hszdz/comments/commentRss/36418.htmlhttp://www.aygfsteel.com/hszdz/services/trackbacks/36418.html|页播放的视频代?
W一U是通过调用window media playerq行播放诸如Qwmv,asf{格式文?

<object align=middle class=OBJECT classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 height=320 id=MediaPlayer width=356>
<param name="ShowStatusBar" value="-1">
<param name="Filename" value="?sh)?jing)地址">
<embed type=application/x-oleobject codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 flename=mp src=?sh)?jing)地址 width=356 height=320>
</embed> 
</object>


W二U是通过调用replayerq行播放诸如Qrm,ram{格式文?

播放框:(x)
<object classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA height=285 id=RAOCX name=rmplay width=356>
<param name="SRC" value="q地址">
<param name="CONSOLE" value="Clip1">
<param name="CONTROLS" value="imagewindow">
<param name="AUTOSTART" value="true">
<embed src="q地址" autostart="true" controls="ImageWindow" console="Clip1" pluginspage="http://www.real.com"/?target="_blank" >http://www.real.com"; width="356" height="285">
</embed> 
</object>
控制框:(x)可紧跟播放框一?
<object classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA height=27 id=video1 width=356>
<param name="_ExtentX" value="7276">
<param name="_ExtentY" value="1058">
<param name="AUTOSTART" value="0">
<param name="SHUFFLE" value="0">
<param name="PREFETCH" value="0">
<param name="NOLABELS" value="0">
<param name="CONTROLS" value="ControlPanel">
<param name="CONSOLE" value="Clip1">
<param name="LOOP" value="0">
<param name="NUMLOOP" value="0">
<param name="CENTER" value="0">
<param name="MAINTAINASPECT" value="0">
<param name="BACKGROUNDCOLOR" value="#ffffff">
<embed type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel" height="27" width="356" autostart="0" _extentx="7276" _extenty="1058" shuffle="0" prefetch="0" nolabels="0" loop="0" numloop="0" center="0" maintainaspect="0" backgroundcolor="#ffffff">
</embed>
</object>


W三U是通过调用flashplayerq行播放:swfcȝflash文Q分别如下:(x)

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="356" height=320>
<param name="movie" value="flash地址">
<param name="quality" value="high">
<embed src="flash地址" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"?target="_blank" >http://www.macromedia.com/go/getflashplayer"; type="application/x-shockwave-flash" width="356" height=320>
</embed>
</object>

爪哇之家 2006-03-20 20:16 发表评论
]]>
iis6的问题:(x)Timer_MinBytesPerSecondQTimer_ConnectionIdlehttp://www.aygfsteel.com/hszdz/archive/2006/03/16/35559.html爪哇之家爪哇之家Thu, 16 Mar 2006 02:49:00 GMThttp://www.aygfsteel.com/hszdz/archive/2006/03/16/35559.htmlhttp://www.aygfsteel.com/hszdz/comments/35559.htmlhttp://www.aygfsteel.com/hszdz/archive/2006/03/16/35559.html#Feedback0http://www.aygfsteel.com/hszdz/comments/commentRss/35559.htmlhttp://www.aygfsteel.com/hszdz/services/trackbacks/35559.html
If you check out the C:\Windows\system32\LogFiles\HTTPERR\httperr*.log files on the distribution server, you'll likely see either Timer_MinBytesPerSecond errors or Timer_ConnectionIdle errors. These are caused by IIS' default settings, contained within its metabase, which define the minimum traffic flow rate for a connection to be kept alive and the maximum idle time allowed before a connection is dropped. For some reason, SUS servers seem to take their good old time while downloading updates, and these parameters are exceeded and the distribution server drops 'em.

1) From IIS Manager, right click on the Internet Information Server (IIS) Manager root level folder and go to Properties. Check the box to enable direct metabase editing. Click OK.

2) Open the C:\Windows\system32\inetsrv\Me-taBase.xml file in Notepad. Do a search for "MinFileBytesPerSec". Change the setting for MinFileBytesPerSec from 240 to 0. Do another search, this time for "ConnectionTimeout" to be 600. Save changes and exit.

3) Restart the IIS Admin service to effect the changes.

爪哇之家 2006-03-16 10:49 发表评论
]]>
վ֩ģ壺 | Ԫı| | ˳| Ž| ƶ| ̽| | | ӽ| | ͩ| ¬| | | | ԰| Դ| | | ƽ| ͼľ| ѽ| ½| | | | | | Ǹ| | Ȫ| 㶫ʡ| | | | | | | | |