上一页 1 2 3 4 5 6 7 ··· 44 下一页
摘要: xaml代码: <Window x:Class="WpfApp1.QQFormCef" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi 阅读全文
posted @ 2023-04-25 18:24 安静点-- 阅读(29) 评论(0) 推荐(0)
摘要: C++利用libcurl获取下载文件名称及大小 阅读全文
posted @ 2023-04-23 11:55 安静点-- 阅读(197) 评论(0) 推荐(0)
摘要: 加载框代码: <UserControl x:Class="WpfApp1.LoadingForm" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft. 阅读全文
posted @ 2023-04-12 11:51 安静点-- 阅读(73) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp1.PageWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200 阅读全文
posted @ 2023-04-10 18:16 安静点-- 阅读(103) 评论(0) 推荐(0)
摘要: Asp.NetCore3.1 .NetCore Framework 都属于框架 并列:大家是不同的框架,都有自己的CLR。 Asp.Net Core是一套Web开发框架 全家桶--.NetFramework 配置齐全直接用—但是会付出额外成本(淹没陈本) 自选式—Asp.NetCore—只有基本骨架 阅读全文
posted @ 2023-04-09 15:39 安静点-- 阅读(231) 评论(0) 推荐(0)
摘要: /// <summary> /// DataTable行转列 /// </summary> /// <param name="sourcedt">源数据</param> /// <param name="columnList">列信息</param> /// <returns>转换之后的数据</re 阅读全文
posted @ 2023-03-30 13:46 安静点-- 阅读(234) 评论(0) 推荐(0)
摘要: /// <summary> /// DataTable转换成实体类 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="dt"></param> /// <returns></returns> public sta 阅读全文
posted @ 2023-03-30 13:45 安静点-- 阅读(97) 评论(0) 推荐(0)
摘要: public class ExcelHelper { #region 私有方法 /// <summary> /// 获取要保存的文件名称(含完整路径) /// </summary> /// <returns></returns> private static string GetSaveFilePa 阅读全文
posted @ 2023-03-30 11:58 安静点-- 阅读(170) 评论(0) 推荐(0)
摘要: 下面是根据实际使用中截取的部分关键代码 public class ImportFromExcel : ExcelHelperBase { /// <summary> /// 读取Excel表格信息. /// </summary> /// <param name="excelFilePath">Exc 阅读全文
posted @ 2023-03-30 11:55 安静点-- 阅读(700) 评论(0) 推荐(0)
摘要: namespace TestApp { class Program { const string WSS_TEST_SERVER = "wss://echo.websocket.org"; static void Main(string[] args) { TestConnection(WSS_TE 阅读全文
posted @ 2023-03-30 09:45 安静点-- 阅读(279) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 44 下一页