摘要: 需求:在 A 应用内启动 B 应用,如果 B 应用未安装则跳转应用商店搜索。 启动方式使用 Uri 启动,本文使用尽可能简单,并且能拿来直接用的代码。不涉及启动后的应用数据交互,如需深入了解,请戳 MSDN:https://docs.microsoft.com/zh-cn/windows/uwp/l 阅读全文
posted @ 2017-07-15 21:08 张高兴 阅读(857) 评论(0) 推荐(1) 编辑
摘要: 下载地址:https://github.com/ZhangGaoxing/openscad-models/tree/master/PhotoFrame 代码: 效果图: 阅读全文
posted @ 2017-07-14 18:51 张高兴 阅读(987) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://github.com/ZhangGaoxing/openscad-models/tree/master/Sprinkle 代码: 效果图: 阅读全文
posted @ 2017-07-08 19:46 张高兴 阅读(871) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://github.com/ZhangGaoxing/openscad-models/tree/master/BottleCap 代码: 效果图: 阅读全文
posted @ 2017-07-07 10:58 张高兴 阅读(1545) 评论(0) 推荐(0) 编辑
摘要: 考虑到 Raspberry Pi 读取模拟信号是很烦人的事情,更何况是在没人玩的 Windows 10 IoT 下,所以准备正儿八经的写点东西。 需求:使用 Raspberry Pi 读取输出模拟信号的 MQ 系列气体传感器。(GitHub:https://github.com/ZhangGaoxi 阅读全文
posted @ 2017-05-21 13:41 张高兴 阅读(6219) 评论(0) 推荐(3) 编辑
摘要: GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/MAX7219 阅读全文
posted @ 2017-05-20 13:05 张高兴 阅读(744) 评论(0) 推荐(0) 编辑
摘要: GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/DS3231 注意:不包含闹钟设置 阅读全文
posted @ 2017-05-19 21:21 张高兴 阅读(654) 评论(0) 推荐(0) 编辑
摘要: 注意,数据不包含校验,准确的来说我不知道怎么校验,但方向看起来差不多是对的。。。 GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/HMC5883L 阅读全文
posted @ 2017-05-13 20:37 张高兴 阅读(438) 评论(0) 推荐(0) 编辑
摘要: GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/ULN2003A 阅读全文
posted @ 2017-05-06 22:37 张高兴 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 我需要一个背景透明的 ContentDialog,像下图一样。如何定制?写了一个简单的示例(https://github.com/ZhangGaoxing/uwp-demo/tree/master/ContentDialogDemo) 首先在项目里新建一个资源字典,并在 App.xaml 添加以下代 阅读全文
posted @ 2017-03-25 17:42 张高兴 阅读(1836) 评论(1) 推荐(3) 编辑