Home  >  Article  >  Backend Development  >  Introducing a Microsoft open source project website--CodePlex

Introducing a Microsoft open source project website--CodePlex

零下一度
零下一度Original
2017-06-24 09:19:463643browse

CodePlex is a Microsoft open source project website. Many people upload codes on it. We can also upload our own code

Register

We can use a Microsoft account Register, fill in your username and password, and you'll be done soon.

New Project

Go to selectCreat Project

Introducing a Microsoft open source project website--CodePlex

##Fill in the title, domain name, and select git upload

Introducing a Microsoft open source project website--CodePlex

Create

Upload Code

Click

Source Code

Introducing a Microsoft open source project website--CodePlex

Click

Clone

to get the Git address. In your own project, upload

git remote add codeplex    这里的地址是你自己地址

git push codeplex master

and you can see

Page

## in the code. #We need to let others know about our project, and we need to write a Page. I don’t want to talk about its grammatical garbage. Everyone should learn it by themselves.

! 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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn