摘要: VSS2005发布以后,早就听说可以支持Internet访问,这是一个很有意思的特性。前两天有空,就安装配置了一下,成功访问。现在安装过程发布出来,大家共享。 步骤0:安装前的准备事项 服务器端: 因为Internet访问是通过Web Service实现的,所以安装前要先配置安装好IIS。 安装VSS2005好像可以自动安装.Net Framework 2.0,不过,我是事先安装好.Net F... 阅读全文
posted @ 2009-03-23 17:53 LiMeteor 阅读(883) 评论(1) 推荐(0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>factly弹出层</title><style type="text/css"&g... 阅读全文
posted @ 2009-03-23 17:50 LiMeteor 阅读(565) 评论(1) 推荐(0) 编辑
摘要: 页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.offsetHeight (包括边线的高)网页正文全文宽: document.body.scrollWidth网页正文全文高: do... 阅读全文
posted @ 2009-03-23 17:49 LiMeteor 阅读(2718) 评论(2) 推荐(0) 编辑
摘要: 用Linq创建xml树,并对树中元素或属性的值修改。 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using System.Xml; namespace LinqToXMLStudy { //***********... 阅读全文
posted @ 2009-03-23 17:48 LiMeteor 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 作者:limeteor a b c d a b c d a b c d a b c d 运行后的样式为: 阅读全文
posted @ 2009-03-23 17:48 LiMeteor 阅读(560) 评论(0) 推荐(0) 编辑
摘要: 作者:factly 阅读全文
posted @ 2009-03-23 17:47 LiMeteor 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 个人总结,仅供参考!!!适合做小型网站时用!!! 创建角色与权限要用到五张数据库表: 1,用户信息表 create table employee ( userid varchar(50) not null, --用户ID username varchar(100), --用户名 userpassword varchar(100), --密码 .. .. ... 阅读全文
posted @ 2009-03-23 17:46 LiMeteor 阅读(926) 评论(1) 推荐(0) 编辑
摘要: 在安装SQL Server 2000或SP3补丁的时候,安装程序提示有一个挂起的安装实例,要求重起机器。例如:“以前的某个程序安装已在安装计算机上创建挂起的文件操作。运行安装程序之前必须重新启动计算机。” 但实际情况是:重起多次操作系统都不起作用,把操作系统的Temp临时目录都清除,也不起作用。 此问题的解决方法如下:运行regedit打开注册表编辑器,HKEY_LOCAL_MA... 阅读全文
posted @ 2009-03-23 17:45 LiMeteor 阅读(421) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace LinqStudy { //*************************************************************************************... 阅读全文
posted @ 2009-03-23 17:45 LiMeteor 阅读(253) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; namespace LinqStudy { //**************************************************************... 阅读全文
posted @ 2009-03-23 17:44 LiMeteor 阅读(734) 评论(0) 推荐(0) 编辑