alt+enter 选中报红alt+enter跳出提示 shift+enter 当行未到末尾直接到下一空行开始 alt+ins 插入构造函数 / getter / setter ctrl+e 列出最近打开的类等 ctrl+shift+n 查找文件、类等 ctrl+w+w+... 由内到外选中一对对标 ...
分类:
其他好文 时间:
2019-08-16 19:05:09
阅读次数:
92
yum install unbound vim /etc/unbound/unbound.conf vim /etc/unbound/local.d/qin.com.conf [root@www ~]# vim /etc/unbound/local.d/qin.com.conf domain-ins ...
分类:
其他好文 时间:
2019-08-15 09:43:03
阅读次数:
126
Alt + Shift + Ins = 构造、getter、setter、重写等函数入口 Alt + O = 重写函数入口 Alt + Enter = 导包、强制类型转换之类 Ctrl + Q = 查询类、方法的描述、作用、参数及返回值 Ctrl + P = 查询函数参数列表 Ctrl + Y = ...
分类:
移动开发 时间:
2019-08-10 21:04:57
阅读次数:
116
python模块之PIL模块(生成随机验证码图片) PIL简介 什么是PIL PIL:是Python Image Library的缩写,图像处理的模块。主要的类包括Image,ImageFont,ImageDraw,ImageFilter PIL的导入 首先需要安装一下pillow包 pip ins ...
分类:
编程语言 时间:
2019-08-09 23:54:46
阅读次数:
181
看下面一个例题: 给定一个序列,求所有区间长度为L的区间的最大值和最小值。 n,m using namespace std; const int N=50000010; int q[N],l=1,r=1,a[N],mx,mn,inq[N],n,m; inline void ins(int x) { ...
分类:
其他好文 时间:
2019-08-04 01:31:11
阅读次数:
127
一、功能需求 泛微e-cology可以在流程中调用Webservice接口实现与其他系统的联动等复杂功能。但是目前泛微文档中仅提供了调用的方法,但是没有关于接口的相关开发信息。 本次案例是用Python开发一个泛微e-cology 可以调用的Webservice接口。 二、所需要的库 pip ins ...
分类:
编程语言 时间:
2019-08-03 09:15:49
阅读次数:
313
1、salt ssh https://docs.saltstack.com/en/latest/topics/ssh/index.html 免agent的 Salt ssh 串行 执行的时候,发送给其他的,etc目录下,跑完后删除 1.安装 [root@linux-node1 ~]# yum ins ...
分类:
其他好文 时间:
2019-07-31 15:03:34
阅读次数:
130
Shuffling is a procedure used to randomize a deck of playing cards. Because standard shuffling techniques are seen as weak, and in order to avoid "ins ...
分类:
系统相关 时间:
2019-07-28 15:50:44
阅读次数:
119
在云计算openstack中以为新建的虚拟机都存放在/var/lib/nova/instances中,在新建虚拟机时内存当然不够用,所以可以将nova转移到新的存储位置 以下操作只在计算节点上进行 一:停止虚拟机 查看虚拟机: $nova list 停止将要迁移的虚拟机 $nova stop INS ...
分类:
其他好文 时间:
2019-07-17 18:24:23
阅读次数:
103