美国峰会系列十二|NVME OVER TCP AND MORE

  • Post author:
  • Post category:其他

今天我们给大家带来的是关于SPDK 的技术分享,分享的内容会涉及到以下几点: 1)SPDK NVMe-oF的开发历史和现状。 2)SPDK RDMA 传输层的性能优化。 3)SPDK TCP 传输层的介绍。 4)总结。 下面给大家展示此次分享的具体内容: 推荐阅读 美国峰会系列十一|Advanced Persistent Memory Programming 美国峰会系列十|Translate i…

继续阅读 美国峰会系列十二|NVME OVER TCP AND MORE

@注解_唯一约束

  • Post author:
  • Post category:其他

直接上代码咯 package cn.jbit.test2.bean; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; …

继续阅读 @注解_唯一约束

mvc思想

  • Post author:
  • Post category:其他

mvc 是什么 1.mvc是一种软件架构思想(对软件设计分层处理,实现软件设计的标准化规范化) 2.其核心思想是,要将数据处理与数据展现分开, 3按照这种思想,我们一般将软件划分成三种不同类型的模块,分别是模型(用来处理业务逻辑,即数据处理),视图(数据展现,即用户交互的界面) 及控制器(用来协调模型和视图)。 综述: mvc (Model模型 View视图 Controller控制器) mvc …

继续阅读 mvc思想

初识RabbitMQ

  • Post author:
  • Post category:其他

RabbitMQ是一套开源(MPL)的消息队列服务软件,是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成. Publisher 消息的生产者 Consumer 消息的消费者,两种消费消息的模式,Pull模式(主动获取basicGet)/Push模式(被动接收basic…

继续阅读 初识RabbitMQ

VLAN 学习

  • Post author:
  • Post category:其他

一. VLAN 数据报文格式 ·Type:长度为2 bytes,表示帧类型,802.1Q tag帧中Type字段取固定值0x8100,如果不支持802.1Q的设备收到802.1Q帧,则将其丢弃。 ·PRI:priority字段,长度为3 bit,表示 以太网帧的优先级,取值范围是0~7,数值越大,优先级越高。当交换机/路由器发生传输拥塞时,优先发送优先级高的数据帧。 ·CFI:Canonical …

继续阅读 VLAN 学习

java 开发com组件_java调用C#写的com组件

  • Post author:
  • Post category:java

1.C#写com组件 开发环境 vs2005 1.新建工程:ClassLibrary1 2.右键点击工程->应用程序->程序集信息->使程序集com可见,打上勾 右键点击工程->生成->为com Interop注册 打上勾 3.GuidAttribute中的Guid 通过点击工具->创建GUID->选择4->New Guid->copy->…

继续阅读 java 开发com组件_java调用C#写的com组件

Python批量修改xml的节点值

  • Post author:
  • Post category:python

最近再用faster-rcnn训练自己的数据,结果发现标签只能用小写字母,其他的都会报错。 大写字母可以修改py-faster-rcnn/tools/../lib/datasets/pascal_voc.py中的代码, 在 _load_pascal_annotation 中将 cls = self._class_to_ind[obj.find('name').text.lower().strip(…

继续阅读 Python批量修改xml的节点值

vue h5 固定位置的悬浮按钮

  • Post author:
  • Post category:vue

记录用 App.vue <template> <div class="app"> <router-view/> <div class="contact" v-if="user && user.detail && user.detail.custManagerTel" @click="contact = !contact" :…

继续阅读 vue h5 固定位置的悬浮按钮

selenium使用报错“selenium.common.exceptions.WebDriverException: Message: ‘geckodriver’ executable needs …

  • Post author:
  • Post category:其他

安装了python3,使用pip安装了selenium,但是在使用时,报了“selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH.” 网上查了一下解决办法,此处做下记录: 原因:使用pip安装selenium,默认安装的是最新版本的selenium,使…

继续阅读 selenium使用报错“selenium.common.exceptions.WebDriverException: Message: ‘geckodriver’ executable needs …

suse12 sp4,sp5镜像资源分享

  • Post author:
  • Post category:其他

SLE-12-SP4及SLE-12-SP5镜像资源分享 原文地址: https://program-park.github.io/2021/03/26/resource_1/ 之前在网上找suse12的资源,结果发现他们连这点积分都赚,很是无语,这里分享sp4和sp5的镜像资源,博主也是花钱买来的,免费分享给大家,觉得有帮助的点个关注就行 SLE-12-SP4-Server-DVD-x86_64-…

继续阅读 suse12 sp4,sp5镜像资源分享