随笔分类 -  学了啥

学了啥
摘要:Balsamiq is a mockup tool which can enable you Create software mockups in minutes. 阅读全文
posted @ 2010-08-30 16:33 helloworld22 阅读(444) 评论(0) 推荐(0)
摘要:Outlook 2007 Conflicts With Google Desktop 阅读全文
posted @ 2010-04-20 11:13 helloworld22 阅读(380) 评论(0) 推荐(0)
摘要:Be careful when you compare the GUID with the string and the mystery of upper-case and lower-case GUID values. 阅读全文
posted @ 2009-11-30 17:58 helloworld22 阅读(210) 评论(0) 推荐(0)
摘要:Jmail 64bit 64位 不支持 阅读全文
posted @ 2009-10-16 10:16 helloworld22 阅读(1039) 评论(2) 推荐(0)
摘要:firefox下如何实现window.event.clientX ff的事件传递 在IE中,event.clientX,event.clientY可以用,但是在FF中是不可以的,因为event在IE中是一个全局变量,在FF中是局部变量,所以在FF中使用event对象必须通过参数传递的方式把它传入过程中. Show function showad(e,id) { var ... 阅读全文
posted @ 2008-12-29 16:33 helloworld22 阅读(1200) 评论(0) 推荐(0)
摘要:http://www.codeproject.com/KB/aspnet/DisableSubmitButton.aspx public class WebForm1 : System.Web.UI.Page { protected System.Web.UI.WebControls.Button Button1; private void Page_Load(object sender, Sys... 阅读全文
posted @ 2008-12-25 14:55 helloworld22 阅读(227) 评论(0) 推荐(0)