怎么把自己电脑上开发的项目发布到自己电脑IIS上面?
摘要:windowsxp中:步骤: 1、新建一个文件夹,把项目发布到里面(发布的时候需要注意的是: )注意:发布方法要选择:文件系统目标位置选择:你新建来发布的那个文件夹名称 2、在IIS中新建网站点击网站随便取个什么名字,按下一步可以修改端口号,也可以直接用这个,注意,如果你在你的IIS里面建了两...
阅读全文
posted @
2013-10-30 13:06
7月前减到115斤
阅读(781)
推荐(0)
测试视频教程地址
摘要:http://www.ltesting.net/xc/free/index.html
阅读全文
posted @
2013-10-14 14:31
7月前减到115斤
阅读(234)
推荐(0)
面试题
摘要:2 .列举ASP.NET 页面之间传递值的几种方式。答. 1).使用QueryString, 如....?id=1; response. Redirect().... 2).使用Session变量 3).使用Server.Transfer3. 一列数的规则如下: 1、1、2、3、5、8、13、21、34...... 求第30位数是多少, 用递归算法实现。答:public class MainClass { public static void Main() { Console.WriteLine(Foo(30)); } public static int Foo(int i) { if (i
阅读全文
posted @
2013-10-11 11:43
7月前减到115斤
阅读(358)
推荐(0)
查询省、市、县
摘要:select distinct Cast(C.SystemAreaName as varchar(10))+'-'+cast(B.SystemAreaName as varchar(10))+'-'+cast(A.SystemAreaName as varchar(10)) as 地址 from[Order] o, SystemArea ALEFT JOIN SystemArea BON A.ParentID = B.SystemAreaIDLEFT JOIN SystemArea CON B.ParentID = C.SystemAreaIDwhere A.S
阅读全文
posted @
2013-10-09 17:47
7月前减到115斤
阅读(217)
推荐(0)
地址
摘要:http://detail.tmall.com/item.htm?spm=a1z10.4.w4004-3935532789.4.gGXwh6&id=26965104306
阅读全文
posted @
2013-10-08 13:46
7月前减到115斤
阅读(167)
推荐(0)