1.引言 目前来看,LattePanda应该是最小的运行Full Windows 10系统的开发板了(注意,不是Windows 10 for Mobile,也不是Windows 10 IoT系列,而是Full Windows 10).其尺寸为比树莓派稍微大一点点,为88 * 70 mm,如下图所示(已安装了风扇和WiFi天线). 硬件方面,LattePanda的板载资源如下: Intel Atom四核处理器,主频1.8GHz,内存有2G和4G两个版本,存储分32G和64G两个版本. LatteP…
官方教程地址http://channel9.msdn.com/Series/Building-Apps-for-Windows-Phone-8-1http://media.ch9.ms/ch9/8db4/335f0b92-7c4e-4b90-80be-05ea0c158db4/BuildingAppsForWindowsPhone81M01_high.mp4http://media.ch9.ms/ch9/8db4/335f0b92-7c4e-4b90-80be-05ea0c158db4/Buil…
Promotion in the Windows Store  In this article, I walk through how to Give your Store listing a makeover, Start measuring your success(using the Visual Studio Application Insights SDK in your app), and Start promoting your APP. Live Tiles and Notifi…
孙广东   2015.8.22 全部任务类型(比方在列表中显示数据或创建导航窗格)的说明和代码演示样例. 在这一节 包含例如以下: 主题 描写叙述 Accessibility 创建通用的Windows应用程序是easy的实现的尽可能广泛的设备类型和用户对象. App data and settings 能够在这里找到通用的 Windows 应用程序的 用程序数据和用户数据 是怎么存储的和存储在哪?从不同场景学习.存储选项和描写叙述情况,在那里每个都提供最好的体验. App-to-app comm…
http://blogs.windows.com/buildingapps/2015/08/05/build-better-apps-windows-10-by-10-development-series/ We’ve been talking about the new capabilities that come with Windows 10 for some time, but an area that we haven’t really dug into yet is how they…
USING SQLITE IN WINDOWS 10 UNIVERSAL APPS 1.下载SQLite VSIX package并安装 http://sqlite.org/download.html reference -> Windows Universal -> Extensions. 2.安装SQLite.Net-PCL 3.SQLite.Net-PCL依赖于SQLite.Net.Core-PCL,在NuGet里安装它 4.如果要异步,在NuGet里安装SQLite.Net.Async…
概述 前面一篇 About Windows 10 SDK Preview Build 17110 中,我们简单介绍了 Multi-instance UWP Apps,今天结合开发过程详细讲解一下. 在 Windows 10 Version 1803 以前,UWP App 同一时间只能启动一个实例,而在 1803 开始,UWP App 可以通过开发者的配置选择来支持多实例.如果一个多实例 UWP App 正在运行,这时一个激活请求发送过来,平台不会直接激活当前的实例,而是会创建一个新的实例,运行在…
本文首发于个人博客https://kezunlin.me/post/2d809f92/,欢迎阅读! Part-4: Compile pcl with vtk qt5 support from source on windows. Series Part-1: Install and Configure Qt5 on Ubuntu 16.04 Part-2: Install and Configure VTK 8.1.0 from source with Qt5 on Ubuntu 16.04 P…
What's new in Windows 10 Enterprise with Microsoft Edge --带有Edge浏览器的Windows 10 企业版的新功能 本文摘录自公司群发邮件, 推荐大家升级"自带Edge浏览器的Windows 10", 再过几分钟, 就会全球推送Windows 10 的升级包了, Share出来也就无大碍了. 对部分句段意译一下. What's new in Windows 10 Enterprise with Microsoft Edge? A…
Building OpenCascade on Windows with Visual Studio eryar@163.com 摘要Abstract:详细说明OpenCascade的编译配置过程,希望对你编译OpenCascacde有所帮助.本文内容来自OCCT的Overview文档,详细信息可参考之. 关键字Key Words:OpenCascade.Compiling 一.源码包 Source package OpenCascade的源码包中包括OpenCascade的源代码.示例程序源代…