随笔分类 -  C#

摘要:C#调用delphi Dll中pchar 返回值解决 (2013-09-20 22:40:11) 转载▼ C#调用delphi Dll中pchar 返回值解决 转载▼ 相信很多使用c#的朋友碰到过类似的问题,我今天在开发中也碰到类似问题,希望能给大家一点启示吧!在delphi中申明的函数原型为 fu 阅读全文
posted @ 2019-03-07 10:32 绿水青山777
摘要:ctrl r w 去掉 阅读全文
posted @ 2019-02-25 11:19 绿水青山777
摘要:以前只知道@在C#中为了写文件路径的\不要加转义符而在前面加上@标识符,没想到@还有其他的作用 1.忽略转义字符例如 1 string fileName = "D:\\文本文件\\text.txt"; 1 string fileName = "D:\\文本文件\\text.txt"; 1 strin 阅读全文
posted @ 2019-02-18 11:50 绿水青山777
摘要:1.VSCommands for Visual Studio 20152.Viasfora 很实用的关键字高亮 彩虹括号ーー就是让不同层级的括号用不同的颜色高亮3.Highlight all occurrences of selected word 选中高亮4.Indent Guides 缩进辅助线 阅读全文
posted @ 2019-02-14 10:03 绿水青山777
摘要:VS增加插件 Supercharger破解教程 Supercharger效果预览及下载路径:http://supercharger.tools/index.html下载地址:https://visualstudiogallery.msdn.microsoft.com/f58941e3-13c6-4e 阅读全文
posted @ 2017-10-16 09:23 绿水青山777