04 2023 档案
摘要:方式一: 在标签上使用:set关键字,不管什么标签都可以 <template> <h1>test</h1> <template :set="first = list[0]"> // 定义变量 <div>{{first.name}}</div> //使用变量 </template> ... </tem
阅读全文
摘要:轻量级桌面程序数据库不太适合用SQLServer、MySQL之类的重量级数据库,嵌入式数据库更好。在对比Access、SQLite、Firebird数据库后发现SQLite较另外两个有较多优点。 环境:.NET Framework 3.5、windows11 64位、Visual Studio 20
阅读全文
摘要:web端代码就是js代码,C#有两种方式:使用第三方库,如Fleck,使用C#原生socket编程实现 web端: <!doctype html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>下发网站上文件到学生机</title>
阅读全文