摘要: http://t.zoukankan.com/tiandi-p-4994479.html https://docs.seniverse.com/product/data/wind.html 阅读全文
posted @ 2022-05-23 17:54 tofight 阅读(780) 评论(0) 推荐(0) 编辑
摘要: 首先RabbitMQ安装STOMP 插件 我们进入rabbitmq容器,执行下面的命令开启stomp插件 rabbitmq-plugins enable rabbitmq_web_stomp rabbitmq_web_stomp_examples 将当前的容器提交为新的镜像 docker commi 阅读全文
posted @ 2022-05-13 23:00 tofight 阅读(326) 评论(0) 推荐(0) 编辑
摘要: C#反射中的MakeGenericType函数可以用来指定泛型方法和泛型类的具体类型,方法如下面代码所示这里就不多讲了,详情看下面代码一切就清楚了: using System; using System.Reflection; namespace RFTest { //类ReflectionTest 阅读全文
posted @ 2022-04-20 14:56 tofight 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 在TCP层,字段有以下几个标识:SYN, FIN, ACK, PSH, RST, URG. 它们的含义是: SYN表示建立连接, FIN表示关闭连接, ACK表示响应, PSH表示有 DATA数据传输, RST表示连接重置。 其中,ACK是可能与SYN,FIN等同时使用的,比如SYN和ACK可能同时 阅读全文
posted @ 2022-01-13 10:46 tofight 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: 1.打开官网https://www.python.org/downloads/ 2.记得勾选添加环境变量安装 3.CMD输入命令安装you-get pip3 install you-get 4.输入you-get检查安装是否成功 5.下载视频 you-get -o E:/ [视频地址] you-ge 阅读全文
posted @ 2021-11-20 15:27 tofight 阅读(2271) 评论(0) 推荐(0) 编辑
摘要: 完美解决win10下iphone 配置使用工具 找不到 apple mobile device support 完美解决win10下iphone 配置使用工具 找不到 apple mobile device support1、进入如下目录“C:\Program Files (x86)\Common 阅读全文
posted @ 2021-11-10 09:52 tofight 阅读(3877) 评论(0) 推荐(2) 编辑
摘要: mainEntities2 dbcontext = new mainEntities2(); private void btnAdd_Click(object sender, RoutedEventArgs e) { Students stu = new Students(); stu.Studen 阅读全文
posted @ 2021-10-26 11:54 tofight 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 原文:https://github.com/ErikEJ/SqlCeToolbox/wiki/EF6-workflow-with-SQLite-DDEX-provider 1.Install latest Toolbox Once per Visual Studio edition (daily b 阅读全文
posted @ 2021-10-26 11:51 tofight 阅读(569) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.E 阅读全文
posted @ 2021-10-26 11:44 tofight 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 代码: <ListView Name="listview1" Width="auto"> <ListView.View> <GridView x:Name="gridView1"> <GridViewColumn Header="CityID" DisplayMemberBinding="{Bind 阅读全文
posted @ 2021-10-22 09:21 tofight 阅读(995) 评论(0) 推荐(0) 编辑