摘要: 下载tff格式的字体 assets中新建文件夹fonts,把tff字体文件放在fonts,并在assets/css中新建font.css @font-face { font-family: "Acy"; src: url('../fonts/Acy.ttf') format('truetype'); 阅读全文
posted @ 2020-11-26 16:23 少年。 阅读(623) 评论(0) 推荐(0) 编辑
摘要: class Program { static void Main(string[] args) { int[] scores = new int[5]; int i, j; // 循环变量 int temp; // 临时变量 // 读入成绩 Console.WriteLine("请输入5个学员的成绩 阅读全文
posted @ 2020-11-26 15:43 少年。 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 正方形 #square { width: 100px; height: 100px; background: red; } 长方形 #rectangle { width: 200px; height: 100px; background: red; } 圆形 #circle { width: 100 阅读全文
posted @ 2020-11-26 10:40 少年。 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 下载地址:[CSkin](http://www.cskin.net/) 博客地址:[kin](http://bbs.cskin.net/) ### 使用步骤 1.工具箱右键-新建项-命名CSkin。 2.将CSkin.dll拖到新建的工具箱栏里。 3.控件添加完毕,控件拖拽到界面即可使用和引用。 4 阅读全文
posted @ 2020-11-26 09:18 少年。 阅读(1228) 评论(1) 推荐(0) 编辑
摘要: public class LibWrapDateTime { [DllImportAttribute("Kernel32.dll")] public static extern void GetLocalTime(SystemTime st); [DllImportAttribute("Kernel 阅读全文
posted @ 2020-11-26 09:13 少年。 阅读(972) 评论(0) 推荐(0) 编辑