首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏ROBOTEDU

    【RAPID】Socket Communication 通信

    在Robot Studio 软件,请先为系统选择PC interface选项

    1.1K30发布于 2018-09-29
  • 来自专栏Vehicle攻城狮

    Security Onboard Communication-SecOC

    所以,加密通信(Cyber Security或Security Onboard Communication)近年来受到了越来越多的关注,因最近几年也发生了很多对车载网络的恶意攻击事件。 为了响应汽车行业对数据加密和验证的需求,AUTOSAR组织补充了全称为Secure Onboard Communication(SecOC)的组件,为车载通讯总线引入了一套通信加密和验证的标准,可以说SecOC

    1.4K31编辑于 2022-04-19
  • 来自专栏小樱的经验随笔

    POJ 1018 Communication System

    Communication System Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 28182 Accepted: 10049 Description We have received an order from Pizoor Communications Inc. for a special communication system By overall bandwidth (B) we mean the minimum of the bandwidths of the chosen devices in the communication test case starts with a line containing a single integer n (1 ≤ n ≤ 100), the number of devices in the communication

    855100发布于 2018-04-08
  • 来自专栏施炯的IoT开发专栏

    GSM Communication on EBox4300--(2)

      上一篇GSM Communication on EBox4300--(1)主要是关于EBox4300上实现GSM通信的框架。这次就讲讲如何设计包含西门子TC35i的GSM通信模块吧。   

    1.1K90发布于 2018-01-11
  • 来自专栏饶文津的专栏

    【Gym 100610A】Alien Communication Masterclass

    The most popular one is the Alien Communication Masterclass (ACM), where she teaches how to behave if

    70810发布于 2020-05-31
  • 来自专栏偏前端工程师的驿站

    Cross-Context Communication in BroadcastChannel API

    The broadcast channel API allows basically communication between browsing contexts(that is, tabs, windows constructing your own BroadcastChannel instance with the channel name which is capable of bidirectional communication It's self-contained interface and allows cross-context communication, what a perfect solution to detect

    51220发布于 2021-09-29
  • 来自专栏Android小知识

    CLEARTEXT communication to *** not permitted by network security policy

    Android 9.0以后应用会报这个错 产生原因是Android P以后限制了非加密的流量请求 解决方案如下: 在res目录下创建xml文件夹 并创建文件设置cleartextTrafficP

    2.5K20发布于 2019-08-15
  • 来自专栏施炯的IoT开发专栏

    GSM Communication on EBox4300--(3)

    GSM Communication on EBox4300--(1)主要是关于EBox4300上实现GSM通信的框架;GSM Communication on EBox4300--(2)陈述了硬件的制作

    1.2K60发布于 2018-01-11
  • 来自专栏张高兴的博客

    极限编程核心价值:沟通(Communication

    原文:https://deviq.com/communication 沟通(Communication) 沟通(Communication)是极限编程(Extreme Programming,XP)的关键核心价值

    44630发布于 2018-08-03
  • 来自专栏施炯的IoT开发专栏

    GSM Communication on EBox4300--(1)

        2008年的最后一个月马上就要到来,今天花了一天的时间,终于初步完成了这学期初上报的微软学生项目,接下来就是写Report了。我觉得作为学生,最重要的就是肯学习、肯交流,学习是自己的事情,只有通过自身的学习,才能不断提高;交流是提高的一个途径,古人云”听君一席话,胜读十年书”,说的就是这个道理。所以,我就把自己在项目中学到的东西和大家分享,和园子里的朋友交流,大家相互学习,相互提高。   回归话题,EBox4300是一个运行Windows Embedded CE6.0 R2的一个设备,本身一个设备也

    82780发布于 2018-01-11
  • 来自专栏小狼的世界

    Mac下遇到 reading initial communication packet’ 问题

    今天在开发过程中,一个单位跑的好好的项目,在家中的Mac下运行时,遇到了下面这个错误: "Lost connection to MySQL server at 'reading initial communication

    3.4K20发布于 2018-07-24
  • 来自专栏编程学习之路

    【Java】解决Java报错:SocketTimeoutException during Network Communication

    在Java编程中,SocketTimeoutException是一种常见的检查型异常,通常在网络通信过程中发生。它表示一个连接操作超时,即等待远程主机响应的时间超过了指定的阈值。正确处理SocketTimeoutException对于确保网络应用程序的可靠性和响应性至关重要。本文将深入探讨SocketTimeoutException的产生原因,并提供具体的解决方案和最佳实践,帮助开发者更好地理解和解决这个问题。

    84200编辑于 2025-05-25
  • 来自专栏移动开发专栏

    java.net.UnknownServiceException: CLEARTEXT communication to * not permitted by network

    在Android O 升 P (8.0升9.0)的时候,会报以下异常 java.net.UnknownServiceException: CLEARTEXT communication to * not

    94720编辑于 2022-06-10
  • 来自专栏c++与qt学习

    MIT 6.829 -- L0 Background: Single-Link Communication

    MIT 6.829 -- L0 Background: Single-Link Communication 本课程为MIT 6.829 计网课程,课程对应官网链接: Computer Networks Lecture Notes 本节对应课程文档链接: Background: Single-Link Communication ---- 前言 本节课,我们会考虑将两台计算机用相同的通讯介质连接起来并尝试在它们之间交换数据时

    39030编辑于 2023-10-11
  • 来自专栏全栈程序员必看

    datax(10): 源码解读Communication(Datax通讯类)「建议收藏」

    一、communication概述 DataX所有的统计信息都会保存到Communication类里面。 继承关系 如果需要汇总多个Communication的数据,Communication提供了mergeFrom方法。 组都有一个单独的Communication,用来存储这个组的统计数据。 Communication getJobCommunication() { Communication communication = new Communication(); 统计数据 主要更新communication的类 每个任务执行都会对应着Channel,Channel当每处理一条数据时,都会更新对应Communication的统计信息。

    1.4K20编辑于 2022-08-29
  • 来自专栏iOS逆向与安全

    iOS【 ASO项目案例】之 Inter process Communication By Rrocketbootstrap

    原文:https://kunnan.blog.csdn.net/article/details/114694914

    65410发布于 2021-03-24
  • 来自专栏作图丫

    Nature Communication| DNA甲基化评估细胞浸润

    肿瘤微环境在肿瘤进化和免疫治疗中起着关键作用。今天我们将以DNA甲基化数据作为切入点,通过CIBERSORT的去卷积方法来评估细胞浸润,将肿瘤样本分为免疫hot和免疫cold的亚组,并联合基因组和转录组数据进行验证和挖掘。

    1.1K21编辑于 2022-03-29
  • 来自专栏landv

    Peer-to-Peer (P2P) communication across middleboxes

    Techniques for P2P communication over middleboxes ............        3.1.  in the presence of a middlebox is to make the    peer-to-peer communication look to the network like client/server    communication through relaying.  Now suppose client B would like to initiate a peer-to-peer    communication session with client A.  Rayhan, "Middlebox communication architecture and            framework", RFC 3303, August 2002.

    1.2K30发布于 2018-12-14
  • 来自专栏林德熙的博客

    win10 uwp App-to-app communication 应用通信

    这篇文章都是乱说的,如果觉得有不好的,可以发我邮箱 本文主要讲如何让两个应用之间传输消息,也就是我们经常用的分享。我们可以使用的有剪辑版、UWP分享、Uri启动应用多个方式。

    69220编辑于 2022-08-09
  • 来自专栏生信技能树

    我们这篇Nature Communication背后的故事( 第一作者解读)

    a framework for bridging and deepening insights across bulk and single-cell sequencing"——正式在Nature Communication 于是便有了OmicVerse,一个月的时间,便把所有算法封装好,并且撰写按Brief Communication的形式撰写好了手稿。

    1.1K10编辑于 2024-07-26
领券