- 博客(4)
- 收藏
- 关注
原创 c#_02_添加按钮
vs太大了,只能利用notepad++来编写我的c#程序。 /* * * cmd /K cd /d $(CURRENT_DIRECTORY) & csc /t:winexe $(NAME_PART).cs & PAUSE & $(NAME_PART).exe & EXIT * */ using System; using System.Windows.Forms; namespace MyForm{ class Program{ static vo
2021-05-25 13:07:59
704
原创 c#_01_第一个窗口
简单的窗口 编译代码:csc /t:winexe hello.cs using System.Windows.Forms; class MyForm { static void Main() { Application.Run(new Form()); } }
2021-01-28 13:40:07
156
原创 ubuntu18.04系统安装与UEFI的U盘启动盘制作
安装了那么多次ubuntu系统,记录一下,防止忘记: 工具:U盘,ubuntu18.04.iso文件,一台有系统的电脑 步骤1:U盘制作 a、把U盘格式化成FAT32格式。 b、把ubuntu18.04.iso里的EFI文件夹拷到u盘里。 c、在U盘建文件/boot/grub/grub.cfg 。文件内容:(注:vmlinuz与initrd.lz根据安装包内的文件对应名称。) set...
2019-02-13 13:14:54
5784
原创 LISP的一个API
Lisp命令还没学全,就从网上找到的第一个windows API。兴奋一把! Building a Windows CLISP version
2018-08-18 22:26:11
867
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人