摘要: http://www.wowebook.mobi/ 电子书网站 阅读全文
posted @ 2012-02-14 18:58 zyip 阅读(157) 评论(1) 推荐(0)
摘要: /Files/zyip/Sql2008R2InstallBugFix.zipto install sql2008 on windows7, download the attachement , import to registery, the bug will be fixed and you can install the sql2008 阅读全文
posted @ 2012-02-14 15:05 zyip 阅读(362) 评论(0) 推荐(0)
摘要: Introduction to ASP.NET Web Programming Using the Razor SyntaxBy Microsoft ASP.NET Team|June 22, 2010This chapter gives you an overview of programming with ASP.NET Web Pages using the Razor syntax. ASP.NET is Microsoft's technology for running dynamic web pages on web servers.What you'll le 阅读全文
posted @ 2012-02-01 22:51 zyip 阅读(211) 评论(0) 推荐(1)
摘要: http://wenku.baidu.com/view/a32533d4c1c708a1284a4443.html 阅读全文
posted @ 2011-12-09 13:02 zyip 阅读(125) 评论(0) 推荐(0)
摘要: 远程桌面带入声音winXP或win2003具体方法:开始>运行>gpedit.msc打开组策略依次点:计算机配置>管理模板>终端服务>客户端/服务器。右边有一个“允许音频重定向”,设置为“已启用”,注销后再登录就OK了。win7或win2008r2具体方法:开始>运行>gpedit.msc打开组策略依次点:计算机配置>管理模板>Windows 组建>远程桌面服务>远程桌面会话主机>设备和资源重新定向。右边有一个“允许音频和视频播放重定向”,设置为“已启用”,注销后再登录就OK了。win2008r2下我试验了,好使,还要看网 阅读全文
posted @ 2011-12-05 13:51 zyip 阅读(701) 评论(0) 推荐(0)
摘要: Using ASP.NET MVC with Different Versions of IISThis is theC#tutorial (Switch to the Visual Basic tutorial)In this tutorial, you learn how to use ASP.NET MVC, and URL Routing, with different versions of Internet Information Services. You learn different strategies for using ASP.NET MVC with IIS 7.0 阅读全文
posted @ 2011-11-30 10:49 zyip 阅读(357) 评论(0) 推荐(0)
摘要: 添加[[NSNotificationCenter defaultCenter] addObserver:mLoginView selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil];在keyboardWillShow中调UIView坐标,UIView.center = CGPointMake(x,y);然后在textField的Did End On Edit事件中再改回去http://www.cocoachina.com/bbs/read.php?tid-30877-fpage- 阅读全文
posted @ 2011-03-23 16:31 zyip 阅读(554) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2011-02-21 15:36 zyip 阅读(355) 评论(0) 推荐(0)
摘要: Option 1: IE8 and Firefox using the same style, IE6 and IE7 using anotherOption 2: IE8 and Firefox using the same style, IE6 and IE7 using their own styles different to IE8 and Firefox.Option 3: Similar to above, but if you need to target IE8 and Firefox separately.Option 4: Similar to above, but if 阅读全文
posted @ 2011-02-08 17:21 zyip 阅读(237) 评论(0) 推荐(0)
摘要: 使用jquery获得background-position时的问题2010-08-28 14:21在使用jquery(1.3.2版本),通过$("某div").css("background-position")时,在IE各个版本中都无法获得,返回都是undefined。后来查了写资料,发现,在IE下无法获得该属性,只能获得background-position-x和background-position-y。所以代码就必须进行修改var defaultPoint = []; var p = $("#welcomePanel p").css("background-position"); 阅读全文
posted @ 2011-02-08 17:01 zyip 阅读(573) 评论(0) 推荐(0)