摘要:
http://www.carlosag.net/Tools/WebChart/Default.aspx转贴自:http://www.cnblogs.com/surprise 阅读全文
摘要:
阅读全文
摘要:
http://www.javascriptkit.com/javatutors/oopjs.shtml 阅读全文
摘要:
http://webuc.net/dotey/archive/2004/07/22/1334.aspx 阅读全文
摘要:
在C#编程中,除了Method和Property,任何Class都可以有自己的事件(Event)。定义和使用自定义事件的步骤如下: (1)在Class之外定义一个delegate类型,用于确定事件程序的接口 (2)在Class内部,声明一个public event变量,类型为上一步骤定义的delegate类型 (3)在某个Method或者Property内部某处,触发事件 (4)Client程序中... 阅读全文
摘要:
'@转换日期为星期几函数 '@idate为标准日期格式 '@itype为0时表示英文星期几,否则为中文 function showweek(idate,itype) if itype 0 then itype = 1'//防止误输出错 dim inum,nday inum = weekday(idate) if itype = 0 then select case inum case 1... 阅读全文
摘要:
不要让有价值的数据在不能访问的数据库中白白浪费。运用适当的存储、商业智能(business intelligence )和.NET技术给决策者们提供他们需要的信息。 by Rob Ericsson 涉及技术:Microsoft Business Intelligence Platform, SQL Server, SharePoint Portal Server, Commerce Server ... 阅读全文
摘要:
ifIunderstandyoucorrectly,youcaneitherusingSystem.DirectoryServices;DirectoryEntryde=newDirectoryEntry("IIS://LOCALHOST/W3SVC/1/ROOT");strings=(string)de.Properties["Path"].Val... 阅读全文
摘要:
早就听说Reflector这个强大的类库分析与反编译工具,不过一直没有很好的利用起来。最近使用Reflector解决了一个实际开发问题,现将其总结出来。 需求导入:项目是一个GIS项目,在项目中使用到了ESRI公司的Application Development Framework中的一个WebControls控件,此控件的功能过于复杂,并且引用到了ArcGIS Server的很多COM组... 阅读全文
摘要:
在Exchange中,Exchange本身带了OWA,客户端可以直接通过http://ServerName/Exchange/UserName来访问。以下描述了怎样在页面中集成用户名和密码直接登录到OWA,而不让Windows弹出"Enter network password”对话框。 在服务器端配置好SSL安全通道,以启用安全通道;关于如何配置SSL安全通道,请参阅 http://su... 阅读全文