码迷,mamicode.com
首页 >  
搜索关键字:syslog client    ( 15941个结果
tornado 连接 mysql 时,插入数据 解决必须输入 id 问题
可以设置mysql的id字段自动递增,方法如下:在 MySQL 8.0 Command Line Client 中操作 use 数据库名称 ALTER TABLE 数据库中的表名称 MODIFY id int NOT NULL AUTO_INCREMENT; 问题得以解决 ...
分类:数据库   时间:2021-01-27 13:57:27    阅读次数:0
Vsphere client和Vsphere web client中英文切换
使用命令行窗口,定位到vsphere的安装文件夹: C:\Program Files\Infrastructure\Virtual Infrastructure Client\Launcher>vpxclient -locale zh_CN 切换到中文 C:\Program Files\Infras ...
分类:Web程序   时间:2021-01-26 12:35:08    阅读次数:0
just a demo
<!-- demodemo.xml --><dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <version>2.7.0</version> ...
分类:其他好文   时间:2021-01-26 12:23:58    阅读次数:0
go build get 问题处理
client.go:9:2: cannot find module providing package google.golang.org/grpc: working directory is not part of a module 因为开启mod模式了export GO111MODULE=aut ...
分类:其他好文   时间:2021-01-26 12:04:45    阅读次数:0
Linux-saltstack-1 saltstack的安装与基本配置
@ 一、环境介绍 系统版本 IP地址 主机名 角色 centos7.5 192.168.1.104 salt-master master centos7.5 192.168.1.105 salt-client client 环境说明: centos7.5默认的python环境是2.7版本。 官方说明 ...
分类:系统相关   时间:2021-01-26 12:01:22    阅读次数:0
Clickhouse 基本命令、复合数据类型、TTL、窗口函数以及Array Join
1、基本命令 select bar(number,0,4) from numbers(4); select now(); 数据导入:cat t.tsv| clickhouse-client --query "insert into t from tsv" 数据导出:clickhouse-client ...
分类:其他好文   时间:2021-01-25 10:52:34    阅读次数:0
winsocket tcp练习一
server端 unit ServerMainFormUnit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.C ...
分类:Windows程序   时间:2021-01-22 12:14:27    阅读次数:0
Windows下的mysql获取my.ini配置文件位置的顺序
最近使用windows下集成环境的mysql总是无限重启,查看log,只有一个错误:unknown variable 'default-character-set=gbk。 可在所在文件下的my.ini配置文件中, [client]port=3306default-character-set=utf ...
分类:数据库   时间:2021-01-21 11:00:30    阅读次数:0
es集群写性能压测几个影响点
es集群写性能压测几个影响点1、插入方式:es支持单条和批量bulk,bulk在测试工具中用的比较多,需要注意bulk的size,以及bulk client的数量比如esrally中以http_logs的日志类型为例 2、doc的数据类型mapping中包含的数据类型、单条doc的长度比如esral ...
分类:其他好文   时间:2021-01-21 10:49:17    阅读次数:0
如何构建一个多人(.io) Web 游戏,第 1 部分
原文:How to Build a Multiplayer (.io) Web Game, Part 1 GitHub: https://github.com/vzhou842/example-.io-game 深入探索一个 .io 游戏的 Javascript client-side(客户端)。 ...
分类:Web程序   时间:2021-01-19 11:49:17    阅读次数:0
15941条   上一页 1 ... 19 20 21 22 23 ... 1595 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!