12 2010 档案

摘要:Silverlight在本机已经写得差不多了,但也只能通过localhost:1977这要的方式访问。就算把localhost修改成我本机的ip都访问不了,更不用说别人怎么访问过来分享我的作品了。下来我就说一下怎么部署吧!可以让同学们分享你的作品。首先你得选择.Web的工程,例如我的KisMember.Web然后单击右健,选择 Publish选择Pubilsh method 为 File System (没研究过其他的,所以不知道怎么用。)再选择你要存放的路径,一切都好了就点 Publish。OK了,已经Pubilsh导出成功了!^_^ 接下来我们就开始部署到别的机器上。我部署的环境是Wind 阅读全文
posted @ 2010-12-06 16:01 小 蔡 阅读(3700) 评论(3) 推荐(3)
摘要:在写代码的时候我们经常会遇到以下的这种程序:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->namespaceTestFunction{classProgram{publicstringCallFunction(stringfunctionName){switch(functionName){case"abc":{returnaaa();}case"accountExist":{returnbbb( 阅读全文
posted @ 2010-12-02 10:50 小 蔡 阅读(548) 评论(0) 推荐(0)