CodePlex is a Microsoft open source project website. Many people upload codes on it. We can also upload our own code
We can use a Microsoft account Register, fill in your username and password, and you'll be done soon.
Go to selectCreat Project
Source Code
Clone
git remote add codeplex 这里的地址是你自己地址 git push codeplex master
! Uwp 常用代码和控件 !! 控件 - [url:白天黑夜按钮|] [image:] - [url:进度条|] [image:] - [url:变大数字颜色按钮|] [image:] !!! 图 - DataGrid(没做) !! 软件 - [url:win10 uwp 水印图床|] 参见 :[url:win10 uwp 水印图床|] [url:安装|ms-windows-store://pdp/?productid=9nblggh562r2] !! 代码 - [url:DetailMaster|] [image:] - [url:图床|] 图床是把图片上传到云,然后获取图片链接的开发包,我将繁琐的过程写成一个简单的类。 上传的服务器现在有[url:sm.ms|https://sm.ms/]和[url:七牛图床|]。其中[url:七牛sdk UWP|], 我只有简单文件上传,好多还没写。代码是从其他大神改出 七牛图床上传到Nuget,搜索`lindexi.uwp.ImageShack.Thirdqiniucs`或 控制台`Install-Package lindexi.uwp.ImageShack.Thirdqiniucs` - [url:显示svg|] - [url:SplitView|] 汉堡菜单 - [url:ViewModel|] - [url:隐私策略|] - [url:径向规|] - 图片存放本地 输入Uri打开,第一次从网络打开,之后在本地打开。 先判断本地存在图片,不存在就从网络下载 `BitmapImage img = await ImageStorage.GetImage(uri);` 上传到Nuget,可以搜索`lindexi.uwp.src.ImageStorage `或控制台 `Install-Package lindexi.uwp.src.ImageStorage` ! English Some controls and common codes
The above is the detailed content of Introducing a Microsoft open source project website--CodePlex. For more information, please follow other related articles on the PHP Chinese website!