ASP.NET(C#)

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页

2005年5月19日

摘要: using(Microsoft.Win32.RegistryKey regKey = Registry.LocalMachine.OpenSubKey(@"SOFTWARE",true)) { RegistryKey configMgmt = regKey.OpenSubKey( "ConfigurationManagement", true ); if( configMg... 阅读全文
posted @ 2005-05-19 16:05 battlerstar 阅读(606) 评论(0) 推荐(0) 编辑

2005年5月13日

摘要: ow C1WebChart Handles Images C1WebChart处理图片的方式 当你添加报表到页面,C1WebChart在HTML流中插入了一个图片流,图片是通过标签描述的,它是通过URL的形式关联到实际的图片的.C1WebChart负责创建图表的URL和内容过程如图所示 左边的是一个浏览器,呈现ASP页面.浏览其需要从服务器(myWebPage.aspx)获取页面内容... 阅读全文
posted @ 2005-05-13 15:47 battlerstar 阅读(869) 评论(0) 推荐(0) 编辑

摘要: 1.Configuring the Chart 图表配置 当添加控件后,接着就利用内置的向导自定义外表.右击chart选择"Chart Wizard".你可以选择你受需要的图 表类型. 你可以通过属性设置图表的BackColor和ChartStyle 图表向导和窗口属性非常强大,可以在不需要写代码的情况下设置各种图表的属性.你可以使用图表向导组装 图表数据,但是很少适用于实际的情况(量级数... 阅读全文
posted @ 2005-05-13 14:41 battlerstar 阅读(997) 评论(1) 推荐(0) 编辑

摘要: SE30397-TG-610784 1.在bin目录下添加三个dll,并引用 using C1.Web.C1WebChart; using C1.Web.C1WebChartBase; using C1.Win.C1Chart; 2.在webconfig中下添加 3.右击WebChart控件,属性ImageRenderMethod选择httpHa... 阅读全文
posted @ 2005-05-13 14:00 battlerstar 阅读(956) 评论(1) 推荐(0) 编辑

2005年5月12日

摘要: 1. 2. 在page_load事件中 this.Button1.Attributes["onclick"] = "javascript:CreateWindow();" 或者 this.Button1.Attributes.Add("onclick", "javascript:CreateWindow();") 3. this.Respon... 阅读全文
posted @ 2005-05-12 16:23 battlerstar 阅读(1848) 评论(0) 推荐(0) 编辑

摘要: using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.... 阅读全文
posted @ 2005-05-12 11:10 battlerstar 阅读(1575) 评论(0) 推荐(0) 编辑

摘要: Request.ServerVariables["APPL_PHYSICAL_PATH"] [0]: "ALL_HTTP" [1]: "ALL_RAW" [2]: "APPL_MD_PATH" [3]: "APPL_PHYSICAL_PATH" [4]: "AUTH_TYPE" [5]: "AUTH_USER" [6]: "AUTH_PAS... 阅读全文
posted @ 2005-05-12 10:59 battlerstar 阅读(1330) 评论(0) 推荐(0) 编辑

摘要: //系统标识符和版本号 string strSystem = Environment.OSVersion.ToString(); //获取映射到进程上下文的物理内存量 string strRem=Environment.WorkingSet.ToString(); //获取系统启动后经过的毫秒数 int iTC=Environment.TickCoun... 阅读全文
posted @ 2005-05-12 10:45 battlerstar 阅读(2178) 评论(0) 推荐(0) 编辑

摘要: StreamReader ReadFile=File.OpenText(strPath); //读取文件的第一行 string strOldPassWord=ReadFile.ReadLine().Trim(); //关闭文件 ReadFile.Close(); 阅读全文
posted @ 2005-05-12 10:32 battlerstar 阅读(1389) 评论(1) 推荐(0) 编辑

摘要: 数据库在文件中名为jsp 可编辑的 DataGrid ... 阅读全文
posted @ 2005-05-12 10:00 battlerstar 阅读(1104) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页