- 博客(15)
- 问答 (1)
- 收藏
- 关注
原创 日文乱码转换
打开Notepad++,新建一个文本,设置“编码” - “编码字符集” - “中文” - “GB2312”.然后再设置“编码” - “编码字符集” - “日文” - “Shift-JIS”.用excel打开, 选择 日文jis-shift。再把日文选中复制到另一个 excel里。把乱码的文件名复制粘贴到文本里。全局软元件注释,导出excel。就可以导入到 软元件注释里了。就能看到正常的日文了。
2023-04-30 14:51:10 7348
原创 Winform启动最大化
方法1:Shown事件中:this.WindowState = FormWindowState.Maximized;方法2:Designer.cs中,InitializeComponent()中,找到 Form名称,后面添加this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
2021-01-24 01:18:27 949
原创 CSC与Roslyn编译
环境,Path 添加 C:\Windows\Microsoft.NET\Framework64\v4.0.30319使用CSC编译出错:This compiler is provided as part of the Microsoft ® .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support ne
2020-11-01 19:54:01 417
原创 Foundation_Generics
FoundationGenerics MethodsGenerics ClassesCollectionsC# CollectionsGeneric CollectionsNon-Generic CollectionsLists and BitArrayList<T>SortedListGenerics MethodsGenerics allow the reuse of code ...
2020-02-10 18:41:31 323 1
原创 Foundation_Structs, Enums, Exceptions & Files
FoundationStructsStructs vs ClassesEnumsExceptionsHandling ExceptionsHandling Multiple ExceptionsFinallyWorking with FilesWriting to FilesReading from FilesReference:https://www.sololearn.com/Play/CS...
2020-02-10 16:25:47 433
原创 Foundation_Inheritance&Polymorphism
Foundation of C#InheritanceBase classDerived classinvokeprotectedsealedPolymorphismVirtual - BaseOverride - DerivedInvokeAbstract ClassesfeaturesInterfaces功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂...
2020-02-08 19:47:30 143
空空如也
Spartan6的fpga芯片,如何编写软件烧录(不用ISE IMPACT)
2022-04-15
TA创建的收藏夹 TA关注的收藏夹
TA关注的人