学习笔记之Moq
摘要:dotnet/src/MoqSample at master · haotang923/dotnet · GitHub https://github.com/htanghtang/dotnet/tree/master/src/MoqSample unit-testing-using-moq-samp
阅读全文
posted @
2018-03-26 13:23
浩然119
阅读(426)
推荐(0)
学习笔记之JSON
摘要:JSON https://www.json.org/ JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is
阅读全文
posted @
2018-03-26 12:33
浩然119
阅读(277)
推荐(0)
学习笔记之Redis
摘要:Redis https://redis.io/ redis.cn http://www.redis.cn/ Azure Redis Cache Documentation - Tutorials, API Reference | Microsoft Docs https://docs.microso
阅读全文
posted @
2018-03-26 11:49
浩然119
阅读(369)
推荐(0)
学习笔记之ASP.NET MVC & MVVM & The Repository Pattern
摘要:ASP.NET MVC | The ASP.NET Site https://www.asp.net/mvc ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a c
阅读全文
posted @
2018-03-26 11:03
浩然119
阅读(289)
推荐(0)
学习笔记之Microsoft Azure
摘要:Microsoft Azure - Wikipedia https://en.wikipedia.org/wiki/Microsoft_Azure Microsoft Azure (formerly Windows Azure) /ˈæʒər/ is a cloud computing servic
阅读全文
posted @
2018-03-26 10:53
浩然119
阅读(686)
推荐(0)
学习笔记之Docker
摘要:All contents are moved to haoran119/learning-notes (github.com). Docker 官网 http://www.docker.com Docker is the company driving the container movement
阅读全文
posted @
2018-03-26 10:24
浩然119
阅读(264)
推荐(0)
学习笔记之Cloud computing
摘要:All contents are moved to haoran119/learning-notes (github.com) Cloud computing - Wikipedia https://en.wikipedia.org/wiki/Cloud_computing 漫画:什么是公有云、私有
阅读全文
posted @
2018-03-26 10:18
浩然119
阅读(354)
推荐(0)
学习笔记之.NET Core
摘要:source code https://github.com/haotang923/dotnet/tree/master/src .NET Documentation | Microsoft Docs https://docs.microsoft.com/en-gb/dotnet/ .NET Cor
阅读全文
posted @
2018-03-26 10:00
浩然119
阅读(171)
推荐(0)
学习笔记之Visual Studio Team Services
摘要:VSTS and TFS Documentation | Microsoft Docs https://docs.microsoft.com/en-us/vsts/index?view=vsts#pivot=start
阅读全文
posted @
2018-03-23 10:19
浩然119
阅读(190)
推荐(0)
学习笔记之Unit testing/Integration testing/dotnet test and xUnit
摘要:source code https://github.com/haotang923/dotnet/tree/master/src Unit testing C# code in .NET Core using dotnet test and xUnit | Microsoft Docs https:
阅读全文
posted @
2018-03-22 08:20
浩然119
阅读(268)
推荐(0)
学习笔记之C# / .NET Core 2.0
摘要:C# 教程 | 菜鸟教程 http://www.runoob.com/csharp/csharp-tutorial.html .NET API Browser | Microsoft Docs https://docs.microsoft.com/en-gb/dotnet/api/index?vie
阅读全文
posted @
2018-03-22 07:14
浩然119
阅读(392)
推荐(0)
学习笔记之100 TOP Ikm C++ Online Test Questions
摘要:100 TOP Ikm C++ Online Test Questions 2017 http://interviewquestionstutorials.com/tag/100-top-ikm-c-online-test-questions/ 2. Which correctly describe
阅读全文
posted @
2018-03-09 14:07
浩然119
阅读(3290)
推荐(0)
学习笔记之IKM C++ 11
摘要:c-cpp/学习笔记之IKM C++ 11 at main · haoran119/c-cpp (github.com) Q1. If most of the calls to function foo() below pass one of 10 particular values, which
阅读全文
posted @
2018-02-24 14:43
浩然119
阅读(14578)
推荐(0)
学习笔记之C/C++指针使用常见的坑
摘要:https://mp.weixin.qq.com/s/kEHQjmhNtSmV3MgHzw6YeQ 避免内存泄露 不再用到的内存没有释放,就叫做内存泄露 在C/C++中,通过动态内存分配函数(如malloc系统函数)或者new运算符分配的动态内存在使用完之后需要手动释放。否则会造成内存泄露。 建议:
阅读全文
posted @
2018-02-24 10:48
浩然119
阅读(668)
推荐(0)
学习笔记之设计模式 | 菜鸟教程
摘要:设计模式 | 菜鸟教程 http://www.runoob.com/design-pattern/design-pattern-tutorial.html 四位作者合称 GOF(四人帮,全拼 Gang of Four)。他们所提出的设计模式主要是基于以下的面向对象设计原则。总共有 23 种设计模式。
阅读全文
posted @
2017-12-20 19:53
浩然119
阅读(2793)
推荐(0)
学习笔记之编译器的工作过程 | 菜鸟教程
摘要:编译器的工作过程 http://www.runoob.com/w3cnote/working-process-of-the-compiler.html 第一步 配置(configure) 第二步 确定标准库和头文件的位置 第三步 确定依赖关系 第四步 头文件的预编译(precompilation)
阅读全文
posted @
2017-12-20 13:52
浩然119
阅读(351)
推荐(0)
【ZZ】Web开发的入门指导 | 菜鸟教程
摘要:Web开发的入门指导 http://www.runoob.com/w3cnote/a-beginners-guide-to-web-development.html
阅读全文
posted @
2017-12-20 13:42
浩然119
阅读(234)
推荐(0)
【ZZ】C++静态库与动态库 | 菜鸟教程
摘要:C++静态库与动态库 http://www.runoob.com/w3cnote/cpp-static-library-and-dynamic-library.html
阅读全文
posted @
2017-12-20 13:21
浩然119
阅读(242)
推荐(0)
【ZZ】MySQL 索引优化全攻略 | 菜鸟教程
摘要:MySQL 索引优化全攻略 http://www.runoob.com/w3cnote/mysql-index.html
阅读全文
posted @
2017-12-20 13:18
浩然119
阅读(163)
推荐(0)
【ZZ】浅谈大型web系统架构 | 菜鸟教程
摘要:浅谈大型web系统架构 http://www.runoob.com/w3cnote/large-scale-web-system-architecture.html
阅读全文
posted @
2017-12-20 13:13
浩然119
阅读(186)
推荐(0)