12 2008 档案

关于无法连接到域控制器的错误
摘要:只要先退出域,然后再加入域就可以了 阅读全文

posted @ 2008-12-19 11:03 GavinGan 阅读(686) 评论(0) 推荐(0)

使用CRM的List WebPart
摘要: 阅读全文

posted @ 2008-12-18 18:20 GavinGan 阅读(124) 评论(0) 推荐(0)

JS中判断对象是否为空
摘要:if (typeOf(x) == "undefined"){ alert("undefined"); } else if (typeOf(x) == "null") { alert("null"); } 或者简单那的用法是 if(!variable) {} 阅读全文

posted @ 2008-12-17 13:57 GavinGan 阅读(5388) 评论(1) 推荐(0)

导航