02 2019 档案
摘要:参考:https://blog.csdn.net/yyht800/article/details/54631357 参考:https://blog.csdn.net/baidu_41878679/article/details/82823145 什么是单例模式 单例模式指的是在应用 整个生命周期内只
阅读全文
摘要:http://csharpindepth.com/Articles/General/Singleton.aspx introduction 4th在线看 https://www.manning.com/books/c sharp in depth fourth edition 参考 http://z
阅读全文
摘要:参考 Tips :以后找源码可以看这 = github 找不到List.cs此文件(我找不到而已),所以去microsoft 官网找的此文件,如下 cs // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved.
阅读全文
摘要:软件工程(建议参考 代码大全 ,构建之法) if else 代码优化 1. 数据类型也很重要 需要注意 比较容易错误的是 bool int UInt if(){} 中是 【0 判断】,和【非0 判断】 与【负数判断】【指针判断】 【字符判断】不要混淆
阅读全文
摘要:1.设置环境变量 无论是用户环境变量还是系统环境变量 2.安装服务 进入根目录 名字根据 install 后的 参数来决定 叫MariaDB,MySQL 都可以 Service successfully installed. 安装通过ini配置文件(不配置环境变量, 一定要通过这种方式 来安装服务)
阅读全文