git 提交时,显示 修改 C:\Users\.gitconfig 文件中标红色字体的内容: [http] sslVerify = false postBuffer = 524288000 lowSpeedLimit = 0 lowSpeedTime = 999999 [user] name = y ...
分类:
其他好文 时间:
2020-06-09 10:04:24
阅读次数:
81
的plugins中,搭建NC-UAP的开发环境。在上一章节中,演示了怎么搭建NC产品的应用环境,但作为开发人员,日常的工作都是在Eclipse开发环境中进行。在Eclipse中如何建立开发环境 ...
分类:
其他好文 时间:
2020-06-08 19:23:20
阅读次数:
245
1 问题描述: 在vmware fusion中安装kali虚拟机后,希望安装vmware tools; 发现报错: (1)请确保您已登录客户机操作系统。在客户机中装载虚拟CD驱动器,启动终端,使用tar解压缩安装程序,然后执行vmware-install.pl安装vmware Tools; (2)客 ...
分类:
系统相关 时间:
2020-06-08 12:29:28
阅读次数:
952
pc端常用电脑屏幕 ((响应式PC端媒体查询)电脑屏幕分辨率尺寸大全) PC端************ 按屏幕宽度大小排序(主流的用橙色标明) 分辨率 比例 | 设备尺寸 1024*500 (8.9寸) 1024*768 (比例4:3 | 10.4寸、12.1寸、14.1寸、15寸; ) 1280* ...
分类:
其他好文 时间:
2020-06-08 00:46:44
阅读次数:
58
gap> calT(27);41~4:G27_1=C27,N0=1,2,6,18,5~24:G27_2=C9 x C3,N0=1,8,18,0,25~59:G27_5=C3 x C3 x C3,N0=1,26,0,0, D:\MathTool\gaptool>RpppRppp(1,2)=R8_1,R ...
分类:
其他好文 时间:
2020-06-08 00:38:21
阅读次数:
47
? REF: https://stackoverflow.com/questions/35098595/export-pictures-excel-vba-in-original-resolution https://stackoverflow.com/questions/49106816/how- ...
分类:
编程语言 时间:
2020-06-07 21:19:15
阅读次数:
123
Conditions: 1. 修改hosts 添加 网址后仍然ping不通证明非DNS问题 CMD命令如下:ping不通! Pinging github.com [192.30.253.112] with 32 bytes of data: Request timed out. Request ti ...
分类:
其他好文 时间:
2020-06-07 10:52:14
阅读次数:
229
ERROR1118的报错信息分为两种: 1、ERROR 1118 (42000): Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This include ...
分类:
数据库 时间:
2020-06-07 09:24:07
阅读次数:
88
from functools import reduce i = int(input("input a number 1-10: ")) result = reduce(lambda a, b: a*b, [item for item in range(1,i+1)]) print(f'factor ...
分类:
编程语言 时间:
2020-06-06 21:41:28
阅读次数:
86