2018-2-13-win10-uwp-入门
title | author | date | CreateTime | categories |
---|---|---|---|---|
win10 uwp 入门
|
lindexi
|
2018-2-13 17:23:3 +0800
|
2018-2-13 17:23:3 +0800
|
Win10 UWP
|
UWP是什么我在这里就不说,本文主要是介绍如何入门UWP,也是合并我写的博客。
关于UWP介绍可以参见:http://lib.csdn.net/article/csharp/32451
首先需要申请一个微软账号,没有账号是没法上传软件。
申请可以看:http://blog.csdn.net/lindexi_gd/article/details/50329121
之后我们可以在官网下载vs,这个不需要多说,但是vs安装一般使用自定义,选择全平台,把所有可以打钩加上,当然安卓什么跨平台就不要。
忘了,其实我们还需要windows10 系统。
学习开发一般学Hellow,那么国内看到一篇比较好的 http://www.ceix.me/suibi/uwp开发学习笔记-1-hello-world
官方 https://msdn.microsoft.com/zh-cn/windows/uwp/get-started/create-a-hello-world-app-xaml-universal
开发开始就是我们的控件,一般控件可以参见:http://blog.csdn.net/lindexi_gd/article/details/50972343
当然还有:http://blog.csdn.net/NoMasp/article/details/50263383
接着我们就需要学如何使用控件,参见:http://blog.csdn.net/lindexi_gd/article/details/50964889
控件,我们有时觉得官方的不够,我们需要学自定义,可以看win10 UWP button win10 UWP FlipView RichEditBox 使用自定义菜单
我们需要知道一些新的UWP带来的,x:bind 和加载 http://blog.csdn.net/lindexi_gd/article/details/49743845
win10 UWP 显示地图 http://blog.csdn.net/lindexi_gd/article/details/49935341
当然我们和用户之间还需要MessageDialog 和 ContentDialog,http://blog.csdn.net/lindexi_gd/article/details/50822507
在用到APPBarButton他的Icon我都写出: http://blog.csdn.net/lindexi_gd/article/details/49307913
如果觉得微软控件还是不够,可以来看下我做的一些控件,圆形等待 http://blog.csdn.net/lindexi_gd/article/details/50606261
我做的SplitViewItem http://blog.csdn.net/lindexi_gd/article/details/51784671
如果需要图床 http://blog.csdn.net/lindexi_gd/article/details/51784666
如果你也做了一些好用的,希望给别人可以看 http://www.win10.me/?p=952
win10 改了很多,最简单的读写文件:http://blog.csdn.net/lindexi_gd/article/details/49007841,还有比较少用的md5 http://blog.csdn.net/lindexi_gd/article/details/48951849 ,Hamc http://blog.csdn.net/lindexi_gd/article/details/50830924
我们有一些常用的,这些可以看下,虽然不是马上可以用到
win10 UWP 全屏 http://blog.csdn.net/lindexi_gd/article/details/51093890
win10 uwp 屏幕常亮 http://blog.csdn.net/lindexi_gd/article/details/51166285
win10 uwp 判断文件存在 http://blog.csdn.net/lindexi_gd/article/details/51387901
win10 UWP 标题栏后退 http://blog.csdn.net/lindexi_gd/article/details/50618029
剪贴板 http://blog.csdn.net/lindexi_gd/article/details/50479180
win10 UWP 应用设置 http://blog.csdn.net/lindexi_gd/article/details/50506692
win10 UWP 获取系统信息 http://blog.csdn.net/lindexi_gd/article/details/50277341
win10 uwp clone http://blog.csdn.net/lindexi_gd/article/details/50117925
UWP 绘制图形 http://blog.csdn.net/lindexi_gd/article/details/49805029
win10 uwp 通知Toast http://blog.csdn.net/lindexi_gd/article/details/49824613
UWP xaml 圆形头像 http://blog.csdn.net/lindexi_gd/article/details/49757187
win10 uwp App-to-app communication 应用通信 http://blog.csdn.net/lindexi_gd/article/details/51055589
win10 uwp json http://blog.csdn.net/lindexi_gd/article/details/51602405
win10 uwp 从StorageFile获取文件大小 http://www.win10.me/?p=916
win10 uwp 如何让WebView标识win10手机 http://www.win10.me/?p=914
[win10 UWP 九幽数据分析](win10 UWP 九幽数据分析.md)
有时候我们会使用网络,本来我想写网络编程,现在没写,网络只有 http://blog.csdn.net/lindexi_gd/article/details/50838740
程序一般不是我们写完就运行,一般需要http://blog.csdn.net/lindexi_gd/article/details/50707981
然后我们可以看微软教程 国内最好的几个视频有刘老师和bilibili
如果要学比较高级的可以看https://github.com/Microsoft/Windows-universal-samples ,如果是开始还不懂使用,可以看:http://blog.csdn.net/bending1218/article/details/50523243
我将告诉大家一些案例,先一个有源代码的Markdown http://blog.csdn.net/lindexi_gd/article/details/50488191
还有一个很简单win10 uwp 装机必备应用 含源代码 http://blog.csdn.net/lindexi_gd/article/details/50166161
使用Path win10 uwp 分治法 http://blog.csdn.net/lindexi_gd/article/details/51315914
移植 http://blog.csdn.net/lindexi_gd/article/details/51321064
关于网络一个完整可以 StreamSocket聊天室 http://www.wangchenran.com/uwp-streamsocket-chatroom-1.html
开发过程中我遇到一些诡异,发在下面:
win10 uwp 无法附加到CoreCLR http://blog.csdn.net/lindexi_gd/article/details/51762068
win10 uwp BadgeLogo 颜色 http://blog.csdn.net/lindexi_gd/article/details/51761788
win10 输入法禁用IME http://blog.csdn.net/lindexi_gd/article/details/50117909
win10 uwp 读取文本ASCII错误 http://www.win10.me/?p=938
当然我们也可以使用js来写,js参见:http://lib.csdn.net/article/csharp/32749 这个就是简单的使用js来写。
我们在开发会发现一些诡异的,或有些还是不懂,因为中文的书很少,但是我们可以看博客,我收很多人的博客,参见:http://blog.csdn.net/lindexi_gd/article/details/50032135
2018-2-13-win10-uwp-入门的更多相关文章
- win10 uwp 入门
UWP是什么我在这里就不说,本文主要是介绍如何入门UWP,也是合并我写的博客. 关于UWP介绍可以参见:http://lib.csdn.net/article/csharp/32451 首先需要申请一 ...
- win10 uwp 使用 Microsoft.Graph 发送邮件
在 2018 年 10 月 13 号参加了 张队长 的 Office 365 训练营 学习如何开发 Office 365 插件和 OAuth 2.0 开发,于是我就使用 UWP 尝试使用 Micros ...
- Win10 UWP开发系列:使用VS2015 Update2+ionic开发第一个Cordova App
安装VS2015 Update2的过程是非常曲折的.还好经过不懈的努力,终于折腾成功了. 如果开发Cordova项目的话,推荐大家用一下ionic这个框架,效果还不错.对于Cordova.PhoneG ...
- UWP 入门教程2——如何实现自适应用户界面
系列文章 UWP入门教程1——UWP的前世今生 如上文所说的,布局面板根据可用的屏幕空间,指定界面元素的大小和位置.例如StackPanel 会水平或垂直排列界面元素.Grid 布局与CSS 中的表格 ...
- win10 uwp MVVM 轻量框架
如果在开发过程,遇到多个页面之间,需要传输信息,那么可能遇到设计的问题.如果因为一个页面内包含多个子页面和多个子页面之间的通信问题找不到一个好的解决方法,那么请看本文.如果因为ViewModel代码越 ...
- win10 uwp 如何开始写 uwp 程序
本文告诉大家如何创建一个 UWP 程序. 这是一系列的 uwp 入门博客,所以写的很简单 本文来告诉大家如何创建一个简单的程序 安装 VisualStudio 在开始写 UWP 需要安装 Visual ...
- Win10 UWP版《芒果TV》v2.4.0直播超女,芒果台综艺一网打尽
Win10 UWP版<芒果TV>直播超女,芒果台综艺一网打尽 Win10版UWP<芒果TV>自2015年9月登录商店以来,一直在持续更新,积极改进,拥有芒果台视频的独家点播和直 ...
- UWP入门(十二)--数据绑定用法
原文:UWP入门(十二)--数据绑定用法 主要几个元素: Template DataTemplate ItemSource 数据绑定是一个数据提取的方法,能使数据和UI上的控件紧密相连,下面的Demo ...
- win10 UWP 动画
原文:win10 UWP 动画 本文告诉大家如何写同一个简单的动画. 动画入门 本文开始写一个简单的动画,只是移动矩形作为本文的例子. 在 UWP 移动元素的动画,可以使用 RenderTransfo ...
- win10 uwp 手把手教你使用 asp dotnet core 做 cs 程序
本文是一个非常简单的博客,让大家知道如何使用 asp dot net core 做后台,使用 UWP 或 WPF 等做前台. 本文因为没有什么业务,也不想做管理系统,所以看到起来是很简单. Visua ...
随机推荐
- 19-vim-分屏命令-01-末行命令扩展
1.末行命令扩展 命令 英文 功能 :e空格. edit 打开内置文件浏览器,浏览当前目录下的文件,不用退出vim,可以在vim中上下浏览目录和文件 :n 文件名 new 新建文件 :w 文件名 wr ...
- Could not autowire. No beans of 'int' type found. less... (Ctrl+F1) Checks autowiring problems in a bean class.
package com.cxy.netty.controller; import io.netty.bootstrap.ServerBootstrap; import io.netty.channel ...
- tee - 从标准输入写往文件和标准输出
总览 (SYNOPSIS) tee [OPTION]... [FILE]... 描述 (DESCRIPTION) 把 标准输入 的 数据 复制到 每一个 文件 FILE, 同时 送往 标准输出. -a ...
- list采坑记录一下
List<Integer> cards = Lists.newArrayList(6,10,11,12,21,23,29,30,38,39,42,43,46,51,53,59,60);Li ...
- 爬虫(十二):图形验证码的识别、滑动验证码的识别(B站滑动验证码)
1. 验证码识别 随着爬虫的发展,越来越多的网站开始采用各种各样的措施来反爬虫,其中一个措施便是使用验证码.随着技术的发展,验证码也越来越花里胡哨的了.最开始就是几个数字随机组成的图像验证码,后来加入 ...
- 解决vue项目打包之后出现源代码的问题
config/index.js 页面找到productionSourceMap:ture 改为 productionSourceMap:false
- java笔试常见的选择题
1.已知表达式int m[] = {0,1,2,3,4,5,6}; 下面那个表达式的值与数组的长度相等()A m.length()B. m.lengthC. m.length()+1D. m.leng ...
- git常用操作命令归纳
git开始 全局配置:配置用户名和e-mail地址 $ git config --global user.name"Your Name" $ git config --global ...
- shell编写启动脚本
[root@confluence bin]# vim /etc/init.d/confluence #!/bin/bash # Confluence Linux service controller ...
- BD贴吧图片爬虫
#encoding:utf-8 import urllib import urllib.request from lxml import etree class Spider(object): def ...