""" /etc/python3 @File : IO_HTTP.py @Time : 2020/7/18 下午3:26 @Author : wangyongqi @Email : 92644827@qq.com @SOftware : PyCharm """ from socket import ...
分类:
编程语言 时间:
2020-07-18 22:38:02
阅读次数:
118
Navicat For SQL Server 修改字段为自增主键 [id] int NOT NULL, 修改为: [id] int IDENTITY(1,1) NOT NULL, ...
分类:
数据库 时间:
2020-07-18 19:46:23
阅读次数:
150
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Data.SqlClient; using System.Reflection; usi ...
分类:
数据库 时间:
2020-07-18 16:11:44
阅读次数:
118
IT:以流程架构作为业务架构,规划企业信息化建设路线;
合规:不是独立的建设一个个合规体系,而是将合规体系要求融合到流程中、融合到流程导向的制度中; ...
分类:
其他好文 时间:
2020-07-18 11:29:39
阅读次数:
92
BGP的选路由原则 13条 1、Weight 权重越大越优 思科私有 2、local-prefence 本地优先级默认100越大越优 3、本地优先 任何条目都没有本地优先 4、As-path越短越优, 5、origin 起源 6、med 7、ebgp优于ibgp 8、优选next-hop最近的路由 ...
分类:
其他好文 时间:
2020-07-18 11:24:49
阅读次数:
109
How to Create Multiple lists from CSV File? We can use the combination of CSV and PowerShell to create multiple lists in bulk in SharePoint Online. He ...
分类:
系统相关 时间:
2020-07-17 14:13:50
阅读次数:
83
1.将临售版转换为VOL版本 新建.bat文件 @ECHO OFF&PUSHD %~DP0 setlocal EnableDelayedExpansion&color 3e & cd /d "%~dp0" title office2016 retail转换vol版 %1 %2 mshta vbscr ...
分类:
其他好文 时间:
2020-07-16 21:57:35
阅读次数:
120
sysbench介绍 SysBench是一个模块化的、跨平台、多线程基准测试工具,主要用于评估测试各种不同系统参数下的数据库负载情况。它主要包括以下几种方式的测试:1. cpu性能2. 磁盘io性能3. 线程调度性能4. 互斥锁性能5. 数据库性能(OLTP基准测试)6. 内存性能 目前sysben ...
分类:
其他好文 时间:
2020-07-15 15:21:10
阅读次数:
77
hadoop Shuffle Error: Exceeded MAX_FAILED_UNIQUE_FETCHES; bailing-out 程序里面打开文件数达到上限,系统一般默认数量是1024,(用ulimit -a可以看到)vi /etc/security/limits.conf 添加 :sof ...
分类:
其他好文 时间:
2020-07-15 12:46:25
阅读次数:
86
Neural Machine TranslationWelcome to your first programming assignment for this week! You will build a Neural Machine Translation (NMT) model to trans... ...
分类:
系统相关 时间:
2020-07-14 00:34:46
阅读次数:
190