Devlop Win 8 and Windows Phone App for Microsoft Dynamics CRM
Microsoft Dynamics CRM App for Windows Phone
http://www.windowsphone.com/en-us/store/app/dynamics-crm/bdf6ad14-8ff3-4db1-a9d5-336c50ef13ee
Microsoft Dynamics CRM App for Windows 8
\
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta charset="utf-8" /> <title>HereMyAm.Windows</title>
<!-- WinJS 引用 --> <link href="//Microsoft.WinJS.2.0/css/ui-dark.css" rel="stylesheet" /> <script src="//Microsoft.WinJS.2.0/js/base.js"></script> <script src="//Microsoft.WinJS.2.0/js/ui.js"></script>
<!-- HereMyAm.Windows 引用 --> <link href="/css/default.css" rel="stylesheet" /> <script src="/js/default.js"></script>
<script type="text/javascript"> function navgateToBlogs(uriToLaunch) { // Create a Uri object from a URI string var uri = new Windows.Foundation.Uri(uriToLaunch);
Windows.System.Launcher.launchUriAsync(uri).then( function (success) { if (success) { new Windows.UI.Popups.MessageDialog("Okay").showAsync(); } else { // URI launch failed } });
} </script> </head> <body class="phone"> <p>Hello World</p> <input type="text" id="url" value="http://haoliansheng.cnblogs.com" /> <button onclick="navgateToBlogs(url.value)">Open</button> <div id="rating" data-win-control="WinJS.UI.Rating"></div>
</body> </html>
|
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
· 三行代码完成国际化适配,妙~啊~
2013-09-03 SSDT – Error SQL70001 This statement is not recognized in this context-摘自网络