摘要: http://www.viming.com/newsshow_83.html纯真IP数据库TQQWry的ASP读取源码(UTF-8编码)伟明网站设计 发布于:2011-7-4 13:44:27 人气指数:1679 人/次 字体:大 中 小 前些天我遇到了这样的难题,在网上找的ASP读取纯真IP数据库TQQWry的源码是基于GB2312的。用在我的UTF-8的网站上,显示出的地区是乱码。后来经多次研究验证,终于写出了基于UTF-8的ASP读取TQQWry的源码,为此我还有点高兴不以呢,嘿嘿。现在给大家分享一下,相信有很多朋友需要!以下是引用片段:' =================== 阅读全文
posted @ 2013-10-15 22:17 Laser8000 阅读(434) 评论(0) 推荐(0)
摘要: Sql Server 2005是不兼容Windows 7 , Windows 8的。Sql Server 2005 Sp4 已经可以支持Windows 7 , Windows 8。但是SP4仅仅是用补丁包的形式放出来,而没有以安装包的形式放出。所以我们要在安装过程中替换Sql Server 的主程序。。。1. 安装Sql 20052. 需要重试的时候替换文件。 阅读全文
posted @ 2013-10-10 14:55 Laser8000 阅读(213) 评论(0) 推荐(0)
摘要: Dynamics CRM Resource CenterGet Ready for the next Releasehttp://rc.crm.dynamics.com/rc/2011/en-us/Dynamics-CRM-Upcoming-Release-Information.aspxMSDN & Microsoft BlogsWhat’s Changing in the Next Releasehttp://blogs.msdn.com/b/crm/archive/2013/06/17/what-s-changing-in-the-next-release.aspxGeneral 阅读全文
posted @ 2013-09-24 15:47 Laser8000 阅读(332) 评论(0) 推荐(0)
摘要: 以下辅助工具可以协助测试,创建oData Query.http://dynamicsxrmtools.codeplex.com/Dynamics XRM Tools 2.0.0.0Currently available tools includeOData Query DesignerMetadata BrowserCRM 4 to CRM 2011 JavaScript ConverterTrace Tool (on premise only)Statistics 阅读全文
posted @ 2013-09-24 15:46 Laser8000 阅读(218) 评论(0) 推荐(0)
摘要: 原文:http://stackoverflow.com/questions/7874562/crm-2011-getting-entity-with-javascript第一步:获取GUIDvar customerItem =Xrm.Page.getAttribute("customerid").getValue();var customerID = customerItem[0].id;第二步:获取oDataPath...var oDataPath =Xrm.Page.context.getServerUrl()+"/xrmservices/2011/organ 阅读全文
posted @ 2013-09-24 15:34 Laser8000 阅读(314) 评论(0) 推荐(0)