代码改变世界

ASP.NET WebApi 中使用swagger 构建在线帮助文档

2017-10-30 16:24 by Spring.Guo, 6253 阅读, 0 推荐, 收藏, 编辑
摘要:1 在Visual Studio 中创建一个Asp.NET WebApi 项目,项目名:Com.App.SysApi(本例创建的是 .net 4.5 框架程序) 2 打开Nuget 包管理软件,查找 swagger 安装Swashbuckle 组件 3 开启项目的XML注释位置(选中项目Com.App.SysApi,右键属性) 因为Swagger 是对这些生成的XML注释文件... 阅读全文

TortoiseSVN 分支创建与合并

2017-09-22 14:23 by Spring.Guo, 3870 阅读, 1 推荐, 收藏, 编辑
摘要:前提准备: 确保本地Work Copy 和 服务器上的 版本一致。( 所有代码都提交到SVN,并update一次) 1 从主干创建分支代码 在本地Work Copy 选中项目文件夹,鼠标右键选择 TortoiseSVN → Branch/Tag.... 弹出如下图, 在To Path 处填写 分支代码保存地址。 选择OK 即可。 2 主干代码有改变,把改变的主干代码合并到分支 ... 阅读全文

C# 图片处理

2017-06-16 15:49 by Spring.Guo, 191 阅读, 0 推荐, 收藏, 编辑
摘要:http://www.cnblogs.com/carekee/articles/2124590.html 阅读全文

使用Vue构建单页应用一

2016-08-16 17:38 by Spring.Guo, 1467 阅读, 0 推荐, 收藏, 编辑
摘要:一、 环境准备 1 安装Node.js 最好安装node.js-6.X.X 以上版本,https://nodejs.org/en/ 我使用的是 v6.3.1 Current 版本。Node.js已经集成了包管理器NPM 下载安装包,安装完成后,打开一个命令窗口,可以输入如下命令查看安装版本。 2 安装 webpack 命令: npm install webpack -g 官方安装... 阅读全文

使用nuget 打包并上传 nuget.org

2016-08-05 11:39 by Spring.Guo, 5325 阅读, 1 推荐, 收藏, 编辑
摘要:一、 准备工作 1 下载 Download NuGet.exe 2 windows 系统下设置环境变量 path中 或者 在dos 命令窗口下转到 nuget.exe 所在目录 3 在www.nuget.org 注册一个账号,并获取一个API Key。好完事具备,开始吹东方。 二、打包你的项目 1 阅读全文

SignalR 教程二 服务端广播

2016-08-02 14:22 by Spring.Guo, 427 阅读, 0 推荐, 收藏, 编辑
摘要:转帖官方教程:Tutorial: Server Broadcast with SignalR 2 http://www.asp.net/signalr/overview/getting-started/tutorial-server-broadcast-with-signalr This tutorial shows how to create a web application that use... 阅读全文

SignalR 教程一

2016-08-02 14:20 by Spring.Guo, 451 阅读, 0 推荐, 收藏, 编辑
摘要:转帖官方教程:Tutorial: Getting Started with SignalR 2 and MVC 5 http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr-and-mvc This tutorial shows how to use ASP.NET Sig... 阅读全文

Visual Studio 中常用的快捷键

2016-01-09 15:02 by Spring.Guo, 402 阅读, 0 推荐, 收藏, 编辑
摘要:项目相关的快捷键 Ctrl + Shift + B = 生成项目 Ctrl + Alt + L = 显示 Solution Explorer(解决方案资源管理器) Shift + Alt+ C = 添加新类 Shift + Alt + A = 添加新项目到项目 编辑相关的键盘快捷键 Ctrl + Enter = 在当前行插入空行 Ctrl + Shift + Enter = 在当前行下方插入空行 ... 阅读全文

EF for Mysql

2015-12-28 14:11 by Spring.Guo, 487 阅读, 0 推荐, 收藏, 编辑
摘要:(官方教程:http://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html) MySQL Connector/Net 6.8 integrates support for Entity Framework 6.0 (EF 6), but also offers support for Entity Fra... 阅读全文

Advanced Plugin Concepts

2015-11-13 17:10 by Spring.Guo, 150 阅读, 0 推荐, 收藏, 编辑
摘要:Provide Public Access to Default Plugin Settings An improvement we can, and should, make to the code above is to expose the default plugin settings. This is important because it makes it very easy for... 阅读全文
上一页 1 2 3 4 5 6 ··· 9 下一页