linux安装git服务YUM安装Git软件yum -y install gitgit --version通常配置git,只需要配置你是谁,你的邮箱是什么。这样就知道是谁提交了什么内容。git config --global user.email “you@example.com”git confi ...
分类:
其他好文 时间:
2020-06-13 19:30:42
阅读次数:
64
报错如下: java.sql.SQLException: The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either t ...
分类:
其他好文 时间:
2020-06-13 18:54:41
阅读次数:
73
1,/etc/init.d/目录下缺少nginx默认启动脚本 vim /etc/init.d/nginx 新建脚本文件,然后把下面的代码复制进去 #! /bin/sh # chkconfig: 2345 55 25 # Description: Startup script for nginx we ...
分类:
其他好文 时间:
2020-06-13 18:54:10
阅读次数:
69
登陆的时候提示没有有效的订阅You do not have a valid subscription for this server. Please visit www.proxmox.com to get a list of available options. 用的是免费版的,所以每次都提示这个 ...
分类:
其他好文 时间:
2020-06-13 17:11:38
阅读次数:
149
# Elasticsearch Configuration # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you set out to tweak and tune the con ...
分类:
其他好文 时间:
2020-06-13 16:02:42
阅读次数:
62
安装环境:CenterOS 7.8 FreeSwitch版本:1.10.12 编译安装完后,打开了CallCenter模块,无论怎么样队列中的话机都不响。。。 显示队列中有可用座席,就是不转。 这是默认示例: <agents> <!--<agent name="1000@default" type= ...
分类:
其他好文 时间:
2020-06-13 14:31:44
阅读次数:
216
下载附件拿到源码。 #include <stdio.h> #include <string.h> int main(int argc, char *argv[]) { if (argc != 4) { printf("what?\n"); exit(1); } unsigned int first ...
分类:
其他好文 时间:
2020-06-13 11:15:35
阅读次数:
58
1074 Reversing Linked List (25分) Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For ex ...
分类:
其他好文 时间:
2020-06-13 00:48:49
阅读次数:
54
TensorFlow Tutorial Initialize variables Start your own session Train algorithms Implement a Neural Network 1. Exploring the Tensorflow Library To sta ...
分类:
其他好文 时间:
2020-06-12 20:31:54
阅读次数:
80
how do you quit docker-compose up @ macOS? If you want to run docker-compose up and leave the process running without being attached to your terminal, ...
分类:
系统相关 时间:
2020-06-12 20:28:08
阅读次数:
84