摘要: 到Adobe官网下载FlashBuilder 4.6,有简体中文版;语言:简体中文(Simplified) http://trials3.adobe.com/AdobeProducts/FLBR/4_6/win32/FlashBuilder_4_6_LS10.exe2.安装时,不用序列号,直接选择安装试用版;3.安装完成后在安装目录下依次修改下列3个文件:(1).eclipse\plugins\com.adobe.flexbuilder.project_4.6.0.328916\META-INF下面的MANIFEST.MF修改:Bundle-Version: 0.0.0 (2).eclipse 阅读全文
posted @ 2012-07-31 19:19 洋哥:) 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 用虚拟机装了个WINDOWS 2008, 重点了解了一下IIS7 , 装完IIS7需要的模块后, Default web site 不能访问,报500.24错误.google 了下, 原来是web.config 里配置了用户仿冒, 又没有给出用户和密码.web.config配置里有一句:<identity impersonate="true" />把上面的值 true 改为 false,或者改为: <identity impersonate="true" userName="accountname" password 阅读全文
posted @ 2012-05-07 13:26 洋哥:) 阅读(167) 评论(0) 推荐(0) 编辑