摘要:
------------------------------------------------------------------------------ --2018.7.21 do --开启或关闭print xprint = print set_print = function(yes) print = yes and xprint or function(... 阅读全文
摘要:
1 // CPPTEST.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include"TMyNumOperator.h" 11 #include"abc.h... 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 //using System.Linq; 4 using System.Text; 5 using System.Diagnostics; 6 using System.IO; 7 using static System.Console; 8... 阅读全文
摘要:
#region 常量和静态变量静态类readonly //---------------------------------------------------------------------- //常量和静态变量,静态类 //-----------------------------------------------------------... 阅读全文
摘要:
在代码中添加 //todo 以后要做的事 可以暂时打上标记,以后再来处理。 光有这个没什么用,关键是IDE要支持,比如VS2017,只要按下 ctrl+w,t 就可以在输出窗口中显示出所有 todo的条目,且可双击跳转到位置,这样就很方便查看未做事项了 阅读全文