个人简介

Echo Blog


江湖无名 安心练剑
  • IOC for CShape
    Auto-Fac Autofac is an addictive Inversion of Control container for .NET Core, ASP.NET Core, .NET 4.5.1+, Universal Windows apps, and more. nico https://niconicofan.net/download-help.html 2...
    2017-05-21 08:25:34 | C#
  • Aop for CShape
    Castle Castle Core provides common Castle Project abstractions including logging services. It also features Castle DynamicProxy a lightweight runtime proxy generator, and Castle DictionaryAdapter...
    2017-05-21 08:25:34 | C#
  • Path for CShape
    项目运行时路径 Main() Console.WriteLine(Environment.CurrentDirectory); Console.WriteLine(AppDomain.CurrentDomain.BaseDirectory); Console.WriteLine(System.Threading.Thread.GetDomain().BaseDirectory);...
    2017-05-19 14:29:08 | C#
  • Tree
    前言 有些东西很有用,但是时间久了就容易忘记。 比如树的遍历,此处写一篇文章,记录多叉树的遍历。并于日后查阅和补充学习。 Tree 一、首先,定义一个树的节点。 TaskNode.cs /// <summary> /// 树的节点 /// </summary> class TaskNode { /// <summary> ...
    2017-05-17 07:14:03 | C#
  • Bat and C#
    前言 有时候会遇到使用 c# 代码是调用 bat 文件的需求。此文旨在提供一个简单的示例,以后会陆续补充响应内容。 示例 一、创建一个命令行运行程序 HelloBat 此处没有直接通过命令行打印内容,而是将当前内容添加到指定的文件中。为了调用不启动窗口也可以证明方法确实执行了。 Main.cs class Program { static void Main(st...
    2017-05-17 07:14:03 | C#
  • Bond
    债券 债券(Notes)是政府、金融机构、工商企业等机构直接向社会借债筹措资金时,向投资者发行,承诺按一定利率支付利息并按约定条件偿还本金的债权债务凭证。 基础积累 精确度问题 一般数值精确度4位,利率为6位。 利率基准 Type 为0, DBD(day by day);Type 为1,PDP(period by period)。 日初日终问题 一般银...
    2017-05-07 03:50:13 | Finance
  • FTP for Windows
    Quick Start 在 windows 下创建 FTP 服务。 在Win7的IIS上搭建FTP服务及用户授权 win7下如何建立ftp服务器 怎样在Win7系统里安装FTP 一、 创建 FTP 用户 【我的电脑】右键->【管理】->【本地用户和组】->【用户】右键 -> 【新建用户】 输入用户名和密码再点创建就行了! 二...
    2017-05-06 06:14:53 | FTP
  • Nuget
    NuGet NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the cent...
    2017-05-06 01:17:07 | Dotnet