摘要:cisco systems, inc. 思科系统公司是全球领先的互联网设备供应商。它的网络设备和应用方案将世界各地的人、计算设备以及网络联结起来,使人们能够随时随地利用各种设备传送信息。思科公司向客户提供端到端的网络方案,使客户能够建立起其自己的统一信息基础设施或者与其他网络相连。 思科公司提供业界范围最广的网络硬件产品、互联网操作系统(ios)软件、网络设计和实施等专业技术支持,并与合作伙伴合作......
摘要:因为timetask,基本上是由timer来执行的。 _timer.schedule(timetask,date)当前时间是2004-10-31 20:00:24timetask任务时间是2004-11-01 00:00:00测试失败:先执行程序,然后再修改系统时间为2004-11-01 01:00:00。测试成功:先修改系统时间为2004-10-01 23:58:00。再执行程序......等待......
[转帖]DataGrid的自定义分页UserControlpagechange.ascx================================================================ 【程序编程相关:
使用 Microsoft SQL Ser】 【推荐阅读:
常见windows进程查询】<%@ control language="c#" autoeventwireup="false" codebehind="pagechange.ascx.cs" inherits="ex_test.pagechange" targetschema="http://schemas.microsoft.com/intellisense/ie5"%> 【扩展信息:
使用 ShellExecute 来进行 】 <font face="宋体"> <table id="table1" cellspacing="1" cellpadding="1" width="98%" border="0"> <tr> <td align="right"><asp:linkbutton id="firstpage" runat="server">[首 页]</asp:linkbutton> <asp:linkbutton id="prevpage" runat="server">[上一页]</asp:linkbutton> <asp:linkbutton id="nextpage" runat="server">[下一页]</asp:linkbutton> <asp:linkbutton id="lastpage" runat="server">[末 页]</asp:linkbutton> <asp:literal id="literal1" runat="server" text="转到第"></asp:literal><asp:textbox id="newpageindex" runat="server" width="31px"></asp:textbox><asp:literal id="literal2" runat="server" text="页"></asp:literal> <asp:button id="newpagego" runat="server" text="go"></asp:button> </td> </tr> </table> </font> ======================================================================= pagechange.ascx.cs =================================================================== namespace ex_test { using system; using system.data; using system.drawing; using system.web; using system.web.ui.webcontrols; using system.web.ui.htmlcontrols; using system.data.sqlclient; /// <summary> /// pagechange 的摘要说明. /// </summary> public abstract class pagechange : system.web.ui.usercontrol { protected system.web.ui.webcontrols.button newpagego; protected system.web.ui.webcontrols.literal literal2; protected system.web.ui.webcontrols.textbox newpageindex; protected system.web.ui.webcontrols.literal literal1; protected system.web.ui.webcontrols.linkbutton lastpage; protected system.web.ui.webcontrols.linkbutton nextpage; protected system.web.ui.webcontrols.linkbutton prevpage; protected system.web.ui.webcontrols.linkbutton firstpage; protected int currentpage; ...
下一页 摘要:
(转载)drivers for serial-attached devicesmarch 15, 2003walter oney
copyright © 2003 by walter oney. all rights reserved
i´ll explain in this article how to write a driver for a device tha......