技术文章

  • 【2009-03-05】asp随机数

    <%'一个无指定范围的随机数 Function GetRandomize(numstr) Randomize GetRandomize = Int((numstr * Rnd) + 1) End

  • 【2009-03-05】javascript 随机数

    javascript 随机数 ①自JavaScript产生后,好多浏览器中都有内置的随机数发生方法。例如: var number = Math.random(); 该方法产生一个0到1之间的浮点数。②

  • 【2009-03-05】asp.net读取文件内容

    using System.IO; string file = @"C:\Documents and Settings\桌面\123.html"; if (File.Exists(file))

  • 【2009-03-05】c#之webBrowser的用法

    HtmlDocument vdoc; vdoc = webBrowser1.Document; string html = vdoc.Body.InnerText.ToString();

  • 【2009-03-04】asp.net之datagrid动态添加删除行

    enableViewState="true" 前台页面 <asp:datagrid id="djDataGrid" runat="server" Height="20px" Width="

  • 【2009-03-04】asp.net生成文件,如.html.txt等

    using System.IO; 方法一 string txt = Server.MapPath("888.txt"); FileInfo file = new FileInfo(txt);

  • 【2009-03-04】asp.net 操作文件夹

    using System.IO; DirectoryInfo dir = new DirectoryInfo(HttpContext.Current.Server.MapPath("pdf/"

  • 【2009-03-03】鼠标拖动改变表格的宽度

    grid.htc文件下载 title1中国 title2 title3 title4 content11 content12

  • 【2009-03-03】网页载入页面,显示进度条

    function setSB(v, el) { var ie5 = (document.all && document.getElementsByTagName);

  • 【2009-03-03】JavaScript容错脚本

首页 上页 [2290] [2291] [2292] [2293] [2294] [2295] 下页 尾页 共23110条记录 每页10条 页次2292/2311
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved