随笔分类 - C#
摘要:class Program { static void Main(string[] args) { init(); System.Console.ReadKey(); } #region 接口 /// <summary> /// 接口成员是公共的,不能加其他修饰符,如static,public,virtual等 /// </summary> public interface IA { string...
阅读全文
摘要:ctrl + E,D 格式化代码Ctrl + E,F ----格式化选中ctrl + m,l 收起或展开代码ctrl + u 转小写ctrl + shift + u 转大写ctrl + l 删除当前行ctrl + g 跳转指定行ctrl + f 查找指定ctrl + shift + f 全文查找ctrl + h 替换shift + f12 查找该变量或类的所有引用ctrl + left 按词移动光标ctrl + del 删除光标前面的一个词Ctrl + BackSpaceCtrl + Shift + F9: 删除全部断点Ctrl+m,o折叠所有大纲Ctrl+M,P: 停止大纲显示Ctrl+M,
阅读全文
摘要:寻找web.config就进查找,当前目录-》上级目录》全局web.config》全局machine.config>还没有返回NULL<location path="images"> 针对指定路径设置配置信息。相当于一个容器。独立的web.config <authenitication mode="forms"> mode设置身份验证模式。<compication debug="true" batch="true"> batch 是否全部编译 debug是否进行调试,开发状
阅读全文
摘要:1.C++与C#对应类型关系C/C++C#shortshortintintlongintboolboolchar(Ascii码字符)bytefloatfloatdoubledoubleshortshortwchar_t *String/char[]wchar_tcharconst float *Float[]2.C#声明DLL方法原C++方法:METISAPI double CalcTagSimilarities(const wchar_t * str_src, const wchar_t * str_dst, const wchar_t delimiter, const float * w.
阅读全文

浙公网安备 33010602011771号