导读 在与Symantec(Symantec)脱离10年(通常令人不愉快的关系)一周年之际,Veritas Technologies在2月22日宣布与Microsoft Corp. 建立了多年战略全球合作伙伴关系,以说服企业使用Microsoft Azure进行托管混合云环境。 Veritas希望知 ...
分类:
其他好文 时间:
2019-11-12 20:31:24
阅读次数:
161
原文 https://www.cnblogs.com/lpbottle/p/7875400.html 1. 备份原来的yum源 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. 下载阿里云 ...
分类:
其他好文 时间:
2019-11-11 13:07:45
阅读次数:
93
import pandas as pd from datetime import datetime fn = r"D:\OneDrive - UNSW\tweets_flu.csv" df = pd.read_csv(fn) for i in range(len(df)): t = df.iloc[... ...
分类:
其他好文 时间:
2019-11-10 15:58:16
阅读次数:
112
北京时间 2019 年 11 月 4 日,在 Microsoft Ignite 2019 大会上,微软正式发布了 Visual Studio Online 公开预览版!发布之后,开发者们都为之振奋。同时,许多童鞋也纷纷询问各种与 Visual Studio Online 相关的问题。于是,韩老师就决 ...
分类:
Web程序 时间:
2019-11-10 10:15:18
阅读次数:
164
本文讲述Windows平台上Azure Sphere的开发环境搭建。 ...
分类:
其他好文 时间:
2019-11-09 21:39:28
阅读次数:
90
(1)切换到master分支 git checkout master (2) 将backup分支的代合并到master git merge backup (3) 查看状态 git status (4)推送 git push origin master ...
分类:
其他好文 时间:
2019-11-08 12:44:34
阅读次数:
190
因为需要把linux环境下的oracle或mysql的数据库备份文件存放至windows环境保存,找到了这个pscp工具来实现,以下是我的个人使用的分享,希望对大家的使用有所帮助:1、首先需要确认所使用的windows环境是32位还是64位可以通过在cmd窗口输入systeminfo来查询该系统的信息,以下举例winserver2003与winserver2008r2的信息截图,通过系统类型与处理
1.主要文件 [root@k8s elasticsearch]# tree . ├── backup_es.sh ├── indices_file.txt ├── recover_es.sh └── vars_config.conf 2.变量文件 [root@k8s elasticsearch]# ...
分类:
其他好文 时间:
2019-11-06 13:11:19
阅读次数:
131
最近公司离职人员有的频繁,所以写了powershell来进行半自动化执行。后期空了再优化下,powershell定时读数据库字段,自动执行废话不多说了,看代码,注释是英文我就不改了###########################Author:rp722#############################$useristheuserloginIDxxx$user="xxx"#backup
分类:
系统相关 时间:
2019-11-05 18:51:40
阅读次数:
190