文件上传 服务器 package com.shushu.net;?import java.io.*;import java.net.ServerSocket;import java.net.Socket;?public class TcpServerDemo02 { public static vo ...
分类:
Web程序 时间:
2021-04-30 12:20:57
阅读次数:
0
SQL Server “RESTORE FILELISTONLY” Resultset Dead-end: SELECT INTO is nice because you don't have to define the table columns but it doesn't support EX ...
分类:
数据库 时间:
2021-04-29 11:53:00
阅读次数:
0
1、拉镜像 docker pull openzipkin/zipkin 2、运行镜像 # 普通运行 docker run -d --restart always -p 9411:9411 --name zipkin openzipkin/zipkin # docker-compose运行 versi ...
分类:
其他好文 时间:
2021-04-29 11:37:05
阅读次数:
0
You need to activate the Developer Options and USB Debugging for the purpose. Follow the below mention steps and you would be good to go: 1.Slide into ...
分类:
其他好文 时间:
2021-04-28 11:44:14
阅读次数:
0
for..in loops iterate over the entire prototype chain, which is virtually never what you want. 意思是使用for..in会遍历整个原型链,这样不是很好的实现方法,推荐使用Object.keys formRu ...
分类:
其他好文 时间:
2021-04-27 14:24:47
阅读次数:
0
1、安装 Homebrew, $/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh 命令输入后出现报错:curl: (7) Failed to connect ...
分类:
数据库 时间:
2021-04-26 13:47:29
阅读次数:
0
java互联网架构2020-11-14 19:47:38 转至文章:https://www.toutiao.com/i6894807090750177803/ 有状态服务 后台服务可以划分为两类,有状态和无状态。高可用对于无状态的应用来说是比较简单的,无状态的应用,只需要通过F5或者任何代理的方式就 ...
分类:
其他好文 时间:
2021-04-26 13:22:27
阅读次数:
0
在 Go 1.16 的更新中,signal包增加了一个函数 NotifyContext, 这让我们优雅的重启服务(Graceful Restart)可以写的更加优雅。 一个服务想要优雅的重启主要包含两个方面: 退出的旧服务需要 Graceful Shutdown,不强制杀进程,不泄漏系统资源。 在一 ...
分类:
其他好文 时间:
2021-04-24 13:39:59
阅读次数:
0
Create an IAM User Give Admin access Create DynamoDB Table 1) Create facts table: **** (use ^ - Shift + 6 if you are a windows user, not \) **** aws d ...
分类:
数据库 时间:
2021-04-24 13:25:08
阅读次数:
0
1、截屏 adb shell screencap -p /sdcard/a.png 2、录屏 adb shell screenrecord /sdcard/a.mp4 ...
分类:
数据库 时间:
2021-04-23 11:57:08
阅读次数:
0