随笔分类 -  CSharp code

上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
C#代码学习
摘要:using Microsoft.SemanticKernel.ImageToText; using Microsoft.SemanticKernel; using Microsoft.SemanticKernel.Connectors.OpenAI; using Microsoft.Semantic 阅读全文
posted @ 2024-04-10 14:31 ®Geovin Du Dream Park™ 阅读(20) 评论(0) 推荐(0) 编辑
摘要://元组Tuples var person = ("Geovin Du", 30, "Soft Developer"); Console.WriteLine(person.Item1); Tuple<string, int, string> persons = new Tuple<string, i 阅读全文
posted @ 2024-04-07 11:31 ®Geovin Du Dream Park™ 阅读(35) 评论(0) 推荐(0) 编辑
摘要:/* ide: vs 2022 17.5 .net 8.0 QuestPDF 23.12.4 from: https://github.com/QuestPDF/QuestPDF/discussions/560 */ namespace ConsoleAppFontPdfDemo { using Q 阅读全文
posted @ 2024-02-02 18:11 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:/* IDE: VS 2022 17.5 OS: windows 10 .net 8.0 iText 8.0 System.Text.Encoding.CodePages */ namespace ConsoleAppPdfdemo { using System; using System.Coll 阅读全文
posted @ 2024-01-31 18:05 ®Geovin Du Dream Park™ 阅读(35) 评论(0) 推荐(0) 编辑
摘要:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebAppPdfDemo.WebForm1" ResponseEncoding="utf-8" %> <!DOCTYPE ht 阅读全文
posted @ 2024-01-30 18:02 ®Geovin Du Dream Park™ 阅读(59) 评论(0) 推荐(0) 编辑
摘要:/* IDE: VS 2022 17.5 OS: windows 10 .net: 8.0 生成PDF文档,从PDF文档中获取文字内容 控制台下测试 */ // See https://aka.ms/new-console-template for more information using Sy 阅读全文
posted @ 2024-01-26 18:00 ®Geovin Du Dream Park™ 阅读(219) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示