2006年2月27日

摘要: Abs(number) 取得数值的绝对值。 Asc(String) 取得字符串表达式的第一个字符ASCII 码。 Atn(number) 取得一个角度的反正切值。 CallByName (object, procname, usecalltype,[args()]) 执行一个对象的方法、设定或传回对象的属性。 CBool(expression) 转换表达式为Boolean 型态。 CByte(ex... 阅读全文
posted @ 2006-02-27 08:44 Lucy.Net 阅读(150) 评论(0) 推荐(0) 编辑
 
摘要: http://cww0403.blogchina.com/4152400.html 阅读全文
posted @ 2006-02-27 08:43 Lucy.Net 阅读(100) 评论(0) 推荐(0) 编辑

2006年2月23日

摘要: 首先在解决方案资源管理器中添加引用System.ServiceProcess.dll然后在.cs中using System.ServiceProcess;然后在事件中写代码: ServiceController sc=new ServiceController("MSSQLSERVER"); if(sc.Status==ServiceControllerStatus.Stopped) ... 阅读全文
posted @ 2006-02-23 14:36 Lucy.Net 阅读(262) 评论(0) 推荐(0) 编辑
 
摘要: Page.SmartNavigation 属性请参见Page 类 | Page 成员 | System.Web.UI 命名空间 | Page 成员(Visual J# 语法) | C++ 托管扩展编程 要求平台: Windows 2000, Windows XP Professional, Windows Server 2003 系列获取或设置指示是否启用智能导航的值。[Visual Basic]... 阅读全文
posted @ 2006-02-23 14:32 Lucy.Net 阅读(233) 评论(0) 推荐(0) 编辑

2006年1月17日

摘要: Imports System.DataImports System.Data.SqlClient Public Class WebForm1 Inherits System.Web.UI.Page #Region " Web 窗体设计器生成的代码 " '该调用是 Web 窗体设计器所必需的。 Private Sub InitializeComponent() End ... 阅读全文
posted @ 2006-01-17 21:42 Lucy.Net 阅读(195) 评论(0) 推荐(0) 编辑