张德长

导航

< 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

统计

04 2023 档案

C# 抓包工具
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Sockets;using System.Text;using System.Threading;usi 阅读全文

posted @ 2023-04-14 22:36 张德长 阅读(377) 评论(0) 推荐(0) 编辑

C# 发起网络请求
摘要:public class CWebRequest { //从URL读取内容 //流程:创建网络请求对象→获取响应→获取响应流→从响应留读取字符串 //流程:WebRequest→WebResponse→Stream→StreamReader→ReadToEnd public string GetRe 阅读全文

posted @ 2023-04-14 12:07 张德长 阅读(73) 评论(0) 推荐(0) 编辑

pytorch学习笔记4
摘要:pytorch学习笔记4 tokenizer【分词器】类的结构和数据 主要内容是用于分词的字符,包含一个字典,字典中包含一些特殊字符; ['[UNK]', '[SEP]', '[PAD]', '[CLS]', '[MASK]']常用的特殊字符一般是这5个,分表表示[未知字符],[分隔符],[填充符] 阅读全文

posted @ 2023-04-12 10:09 张德长 阅读(79) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示