摘要: 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 var circle = new CircleArray(5); 6 while (true) 7 { 8 var firstStr = Console.ReadLine(); 9 阅读全文
posted @ 2020-03-08 22:08 羁 阅读(584) 评论(0) 推荐(0)
摘要: 1、项目添加引用NPOI包。 2、尝试写一行数据写到excel中并导出。 3、运行方法之后。相应代码内容对应excel表格相应的地方 4、现在来模拟把表数据遍历写入到excel表格中。 创建表实体 5、运行ExcelTest()方法之后效果。 6、源码地址: https://gitee.com/li 阅读全文
posted @ 2019-10-18 22:38 羁 阅读(9937) 评论(1) 推荐(0)
摘要: 官方链接:https://www.echartsjs.com/zh/index.html 1、 2 3、 阅读全文
posted @ 2019-10-17 17:43 羁 阅读(275) 评论(0) 推荐(0)
摘要: 1、使用print 打印调试的值。 2、使用EXEC [存储过程名] [参数1],[参数2] 执行存储过程。 阅读全文
posted @ 2019-10-15 23:57 羁 阅读(514) 评论(0) 推荐(0)