Code Java中使用TCP进行数据传输时需要用到两个类: Socket ServerSocket 其中,客户端使用Socket来创建Socket对象,服务端使用ServerSocket来创建Socket对象。 功能 项目实现的功能,将idea_demo/src/net/net01/NetDemo ...
分类:
编程语言 时间:
2021-07-05 18:36:35
阅读次数:
0
####环境 Django安装django-redis pip install django-redis Linux安装redis centos为例 进入官网找到下载地址 https://redis.io/download 下载完成后解压:tar -zxvf redisxxxx.tar.gz 解压完 ...
分类:
其他好文 时间:
2021-07-05 18:27:08
阅读次数:
0
模拟多个线程同时买票 package com.JUC; //基本买票 /* 线程就是一个单独的资源类,没有任何附属操作 * */ public class SynchronizedDemo1 { public static void main(String[] args) { Ticket tick ...
分类:
其他好文 时间:
2021-07-05 18:23:51
阅读次数:
0
sidecar 模式 共享 网络 mount utc 不共享 ipc pid user apiVersion: v1 kind: Pod metadata: name: test-sidecar namespace: default spec: hostname: test-sidecar # 主机 ...
分类:
其他好文 时间:
2021-07-05 18:17:37
阅读次数:
0
1、官网下载UnixODBC:unixODBC 2.3.2 麒麟官网:http://download.cs2c.com.cn/neokylin/desktop/development/5.4/ls_64/os/Packages/ 龙芯官网http://ftp.loongnix.org/os/loon ...
分类:
数据库 时间:
2021-07-05 18:16:03
阅读次数:
0
public static string HttpPostMultipartFormData(string url, NameValueCollection kVDatas, string method = WebRequestMethods.Http.Post, string encoding= ...
1、threadLocal运用的场景 最常见的ThreadLocal使用场景为 用来解决 数据库连接、Session管理等 public class ThradLocalTest { private static ThreadLocal<Connection> connectionHolder = ...
分类:
其他好文 时间:
2021-07-05 17:36:19
阅读次数:
0
1、启动服务 systemctl restart mysqld.service 报错: 启动数据库Can‘t connect to MYSQL server through socket ''var/lib/mysql/mysql.cock(146 lock timed out:Retry tran ...
分类:
数据库 时间:
2021-07-05 17:35:04
阅读次数:
0
资源准备 角色主机名ip系统 master m8s-master01 192.168.219.160 CentOS 7.9.2009 node m8s-node01 192.168.219.164 CentOS 7.9.2009 软件信息 软件版本 docker 19.03.11 kubernete ...
分类:
其他好文 时间:
2021-07-05 17:28:38
阅读次数:
0
linux上安装,以centos 7.x为例 yum命令安装 yum install gityum install 安装的git不是最新版本,如需最新版本需要自行编译 到下面的网站下载合适的版本 https://mirrors.edge.kernel.org/pub/software/scm/git ...
分类:
系统相关 时间:
2021-07-05 17:05:30
阅读次数:
0