摘要:
1.1 安装 # 安装 [root@instance-gvpb80ao ~]# yum install git -y # 测试 [root@instance-gvpb80ao ~]# git --version git version 1.8.3.1 # 基本配置 git config --glob 阅读全文
摘要:
# 导出excel数据 import os import shutil import time import bson import xlwt import openpyxl from django.conf import settings import pandas as pd from dime 阅读全文
摘要:
1.安装brew(3个方案) 方案一: brew 是 Mac 下的一个包管理工具,作用类似于 centos 下的 yum。 brew 可以用一条命令,就可以在mac上安装、卸载、更新各种软件包。 安装命令:/usr/bin/ruby -e “$(curl -fsSL https://raw.gith 阅读全文
该文被密码保护。 阅读全文
摘要:
阅读目录 阿里云语音服务接口 阿里云短信服务接口 回到顶部 阿里云语音服务接口 https://help.aliyun.com/document_detail/55488.html https://www.cnblogs.com/itfat/p/8393181.html https://help.a 阅读全文
摘要:
1.ps -ef | grep worker | grep -v grep | cut -c 9-15 | xargs kill -9 命令解释: 其中worker是标注某个进程的标识符,更换即可 阅读全文