08 2021 档案

摘要:import threading import time import inspect import ctypes def _async_raise(tid, exctype): """raises the exception, performs cleanup if needed""" tid = 阅读全文
posted @ 2021-08-31 16:20 xiongsheng 阅读(1446) 评论(0) 推荐(0) 编辑
摘要:套接字级编程 Agenda 网络编程的基础方法,将涉及到主机和服务寻址,也会考虑到TCP和UDP 如何使用GO的TCP和UDP相关的API来构建服务器和客户端。 介绍了原生套接字来实现自己的协议 TCP/IP协议栈 TCP是一个面向连接的协议,UDP(User Datagram Protocol,用 阅读全文
posted @ 2021-08-30 08:22 xiongsheng 阅读(134) 评论(0) 推荐(0) 编辑
摘要:报错提示内容: error: Your local changes to the following files would be overwritten by merge” 方法一、stash 1 git stash 2 git commit 3 git stash pop git stash: 阅读全文
posted @ 2021-08-21 16:47 xiongsheng 阅读(447) 评论(0) 推荐(1) 编辑

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