2018-8-10-上传代码-CodePlex
| title | author | date | CreateTime | categories |
|---|---|---|---|---|
|
上传代码 CodePlex
|
lindexi
|
2018-08-10 19:16:51 +0800
|
2018-2-13 17:23:3 +0800
|
CodePlex是微软开源项目网站,有很多人都在上面传代码,我们也可以上传自己的代码
注册
我们可以用微软账号注册,填写用户名、密码,很快就好。
新建项目
去https://www.codeplex.com/ 选Creat Project
填写标题、域名、选择git上传
创建
上传代码
点击 Source Code
点击Clone
就得到Git地址,在自己项目,上传
git remote add codeplex https://git01.codeplex.com/lindexiuwp 这里的地址是你自己地址 git push codeplex master
就可以在代码看到
Page
我们需要让别人知道我们项目,需要写一个Page,他的语法垃圾,我不想说,大家自己去学。
! Uwp 常用代码和控件 !! 控件 - [url:白天黑夜按钮|https://github.com/lindexi/UWP/blob/master/uwp/control/NightDayThemeToggleButton] [image:http://image.acmx.xyz/fc7733af-8526-44d2-84b9-99b41ef99f4a20161212105727.jpg] - [url:进度条|https://github.com/lindexi/UWP/blob/master/uwp/control/Progress] [image:http://img.blog.csdn.net/20160815151046014] - [url:变大数字颜色按钮|https://github.com/lindexi/UWP/blob/master/uwp/control/RountGradualFigure] [image:http://image.acmx.xyz/RountGradual.gif] !!! 图 - DataGrid(没做) !! 软件 - [url:win10 uwp 水印图床|https://github.com/lindexi/UWP/blob/master/uwp/control/BitStamp] 参见 :[url:win10 uwp 水印图床|https://github.com/lindexi/UWP/blob/master/uwp/control/BitStamp/%E3%80%90%E5%B9%BF%E5%91%8A%E3%80%91win10%20uwp%20%E6%B0%B4%E5%8D%B0%E5%9B%BE%E5%BA%8A%20%E5%90%AB%E4%BB%A3%E7%A0%81.md] [url:安装|ms-windows-store://pdp/?productid=9nblggh562r2]https://www.microsoft.com/store/apps/9nblggh562r2 !! 代码 - [url:DetailMaster|https://github.com/lindexi/UWP/blob/master/uwp/src/DetailMaster] [image:http://img.blog.csdn.net/20160806130438076] - [url:图床|https://github.com/lindexi/UWP/blob/master/uwp/src/Imageshack] 图床是把图片上传到云,然后获取图片链接的开发包,我将繁琐的过程写成一个简单的类。
上传的服务器现在有[url:sm.ms|https://sm.ms/]和[url:七牛图床|http://www.qiniu.com/]。其中[url:七牛sdk UWP|https://github.com/lindexi/UWP/blob/master/uwp/src/Imageshack/cloundes],
我只有简单文件上传,好多还没写。代码是从其他大神改出 七牛图床上传到Nuget,搜索`lindexi.uwp.ImageShack.Thirdqiniucs`或
控制台`Install-Package lindexi.uwp.ImageShack.Thirdqiniucs` - [url:显示svg|https://github.com/lindexi/UWP/blob/master/uwp/src/ScalableVectorGraphic] - [url:SplitView|https://github.com/lindexi/UWP/blob/master/uwp/src/SplitView] 汉堡菜单 - [url:ViewModel|https://github.com/lindexi/UWP/blob/master/uwp/src/ViewModel] - [url:隐私策略|https://github.com/lindexi/UWP/blob/master/uwp/src/%E9%9A%90%E7%A7%81%E7%AD%96%E7%95%A5] - [url:径向规|https://github.com/lindexi/UWP/blob/master/uwp/src/RadialGauge] - 图片存放本地 输入Uri打开,第一次从网络打开,之后在本地打开。 先判断本地存在图片,不存在就从网络下载 `BitmapImage img = await ImageStorage.GetImage(uri);` 上传到Nuget,可以搜索`lindexi.uwp.src.ImageStorage `或控制台
`Install-Package lindexi.uwp.src.ImageStorage` ! English Some controls and common codes
http://www.cnblogs.com/gossip/archive/2012/06/26/2563587.html
参见 http://www.cnblogs.com/aspnet_csharp/archive/2012/04/20/2459099.html
2018-8-10-上传代码-CodePlex的更多相关文章
- 上传代码 CodePlex
博客园作为博客备份,博客会更新一份在博客园 CodePlex是微软开源项目网站,有很多人都在上面传代码,我们也可以上传自己的代码 注册 我们可以用微软账号注册,填写用户名.密码,很快就好. 新建项目 ...
- 10分钟教你用eclipse上传代码到GitHub
关注我们的公众号哦!获取更多精彩消息! 好久没有更新了,这两天小编在整理以前的代码,上传到GitHub做备份. 加上现在GitHub的私有仓库不是免费了嘛,所以今天顺便给大家讲讲怎么用eclipse上 ...
- servlet3.0获取参数与文件上传代码示例
转: servlet3.0获取参数与文件上传代码示例 2018年08月26日 20:25:35 苏凯勇往直前 阅读数:98 package com.igeek.servlet; import ...
- 【iOS 使用github上传代码】详解
[iOS 使用github上传代码]详解 一.github创建新工程 二.直接添加文件 三.通过https 和 SSH 操作两种方式上传工程 3.1https 和 SSH 的区别: 3.1.1.前者可 ...
- git上传代码到github
git上传代码到github [root@bigdata-hadoop- ~]# git init [root@bigdata-hadoop- ~]# git add zeppelin [root@b ...
- 初次使用git上传代码到github远程仓库
https://blog.csdn.net/loner_fang/article/details/80488385 2018年05月28日 21:02:31 蒲公英上的尘埃 阅读数:697 因为最近在 ...
- 使用webstom或者idea上传代码到github或coding
鉴于github网络速度太慢,建议用coding.先介绍github上传方式,因为webstom或idea集成了github,方法简单. git是一个版本控制器,他的作用是管理代码.比如你修改了代码, ...
- linux 下向github上传代码
上传代码: cd TPS/devices/M8 git init #//初始化 git add . #如果是.表示上传全 ...
- Upload java coed in Ubuntu(在Linux 16上,上传代码)
指令如下:(按照如下指令顺序执行即可) 1.git status (注释:可以查看哪些代码改动了) 2.git add . (注意:不要漏掉add后面的" . ",将本地 ...
随机推荐
- Nexus搭建Maven私服中央仓库
一.概述 1.概要 现在的项目基本都是用Maven来管理工程,这样一来在公司内容搭建一个私服就非常有必要了,这样一来可以管理公司内部用的JAR包,也可以管理第三方的各种JAR来,以免每次都要从外网的仓 ...
- pycharm 断点跟踪
F8 下一步 F7 step info F9 直接运行
- css3 清除浮动
eg:三个div,父级div下面有两个div分别float:left和float:right <style> .container{width:400px;border:3px soild ...
- 字符串函数-unquote()函数
字符串函数顾名思意是用来处理字符串的函数.Sass 的字符串函数主要包括两个函数: unquote($string):删除字符串中的引号: quote($string):给字符串添加引号. 1.unq ...
- 11.IPFS搭建及上传获取数据——2019年12月12日
title: ipfs使用 date: "2019-09-26 10:17:16" tags: ipfs categories: 技术驿站 1.mac安装ipfs--使用npm工具 ...
- Python"sorted()"和".sort()"的区别
sorted(A-LIST)会返回一个新的object,不改变**A-LIST*本身. A-LIST.sort()会直接改变A-List,不产生新的object.
- python2和python3同时存在电脑时,安装包时的的命令行
若是在Python2中使用pip操作时,用pip2或是pip2.7相关命令. 例:给Python2安装selenium,在cmd中输入 pip2 install selenium 或是 pip2.7 ...
- Mac下通过npm安装webpack 、vuejs,以及引入jquery、bootstrap等(初稿)
前言: 初次接触前端开发技术,一些方向都是在同事的指引和自己的探索后,跑了个简易web,迈入全栈系列.由于是事后来的文章,故而暂只是杂记,写的粗略且不清晰,后续将补之. 主要参考文档: http:// ...
- Echarts--Y坐标标题显示不全
如:下图,Y坐标标题显示不全 y2可以控制不显示区域的高度,就能显示全啦 grid:{ x:40, x2:100, y2:200 }
- 【leetcode】1022. Smallest Integer Divisible by K
题目如下: Given a positive integer K, you need find the smallest positive integer N such that N is divis ...