摘要:
原文地址: Day 1 - Installing and Running .NET Core on a Windows Box 免责声明:我不是.NET Core 的团队成员。我使用的工具是公开可用的。 本系列的完整列表如下: 一共8天 简介: 在这个迷你系列中,我计划跟你一起分享我学习.net c 阅读全文
2017年3月6日 #
2017年3月2日 #
摘要:
1、找下redis的官方的下载地址:http://download.redis.io/releases/redis-3.2.8.tar.gz 有最新的就下载最新 先下载解压跟安装 wget http://download.redis.io/releases/redis-3.2.8.tar.gz ta 阅读全文
2017年2月15日 #
摘要:
https://github.com/geffzhang/MicroOrm.Dapper.Repositories 1、特性标记都是要引用: System.ComponentModel.DataAnnotations 特性有这么一些: [Key]从system.componentmodel.data 阅读全文
2017年1月4日 #
摘要:
entos7采用的是grub2,和centos6.x进入单用户的方法不同。但是因为用的是真机环境无法截图,所以只是大概描述以下思路。 init方法 1、centos7的grub2界面会有两个入口,正常系统入口和救援模式; 2、修改grub2引导 在正常系统入口上按下"e",会进入edit模式,搜寻r 阅读全文
2016年12月9日 #
摘要:
Referencing v3 packages in New Projects If you want a new project to use ServiceStack's v3 packages then you need to specify the version number when i 阅读全文
2016年11月23日 #
摘要:
<%@ Application Language="C#" %> <script runat="server"> void Application_Start(object sender, EventArgs e) { // 在应用程序启动时运行的代码 } void Application_End( 阅读全文
2016年11月15日 #
摘要:
.csproj.FileListAbsolute.txt 找到之后删掉错误的代码 阅读全文
2016年11月14日 #
摘要:
C# code ? 1 2 3 4 5 void Application_Start(object sender, EventArgs e) { var file = Context.Server.MapPath("~/App_Data/Log/Application_Start.txt"); Sy 阅读全文
2016年10月26日 #
摘要:
.如何关闭CodeLens呢? 在VS菜单栏 >> 工具 >> 选项 >> 文本编辑器 >> 所有语言 >> CodeLens In VS menu bar >> Tools >> Options >> Text Editor >> All Languages >> CodeLens 阅读全文
2016年10月24日 #
摘要:
抽象类! dll的使用 /// <summary> /// 返回类型--插件 /// </summary> /// <param name="baseName"></param> /// <param name="name"></param> /// <param name="attname"></ 阅读全文