1.在selenium 自动化过程中,时长遇到需要进行上传文件操作。 这里推荐使用Autoit 工具。首先下载相关工具: https://www.autoitscript.com/site/autoit/downloads/在AutoIt和AutoIt Editor处下拉菜单 2.点击“AutoIT ...
Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}] [-HKEY_CURRENT_USER\Software\C ...
分类:
其他好文 时间:
2020-06-26 20:39:56
阅读次数:
79
1. 枚举的运用 Your team is writing a fancy new text editor and you've been tasked with implementing the line numbering. Write a function which takes a list ...
分类:
编程语言 时间:
2020-06-26 10:22:43
阅读次数:
66
1、sed简介 sed是stream editor(流编辑器得缩写),用来处理Linux系统中的文件文本; 2、sed如何处理文件 sed是一行一行读取文件内容并进行处理,最后将处理结果输出到屏幕; 1、首先sed将一行一行读取文件内容,并将其保存到临时一个缓冲区(也称模式空间); 2、然后将根据需 ...
分类:
其他好文 时间:
2020-06-25 21:25:54
阅读次数:
54
官网:https://www.gnu.org/software/emacs/ An extensible, customizable, free/libre text editor — and more. 一 安装 # yum install emacs # apt-get install emac ...
分类:
系统相关 时间:
2020-06-25 09:27:48
阅读次数:
67
编程字体设置:File-->Settions-->Editor-->Font: 最终效果: 终于感觉舒服多了 ...
分类:
其他好文 时间:
2020-06-24 13:38:35
阅读次数:
75
需求有个折线图,用 echarts 画一下: 上个测试连接:https://echarts.apache.org/examples/zh/editor.html?c=line-stack 记录下 option = { title: { text: '数据趋势' }, tooltip: { trigg ...
分类:
其他好文 时间:
2020-06-24 12:30:22
阅读次数:
69
医院信息管理系统(HIS:Hospital Information System)是医疗信息化发展的必然结果,也是现在国内外医院最常见、最普及的医疗系统[21]。本系统涉及
的业务工作主要有:预约挂号系统、门诊收费系统、住院系统、药房系统、医生站、护士站系统以及医院办公OA等 ...
分类:
移动开发 时间:
2020-06-23 21:29:55
阅读次数:
71
1、安装vue-editor-wrap npm i vue-ueditor-wrap 2、下载UEditor文件夹 (https://github.com/HaoChuan9421/vue-ueditor-wrap) (1)、压缩包在vue-ueditor-wrap >> assets >> dow ...
分类:
其他好文 时间:
2020-06-23 15:36:13
阅读次数:
78
测码学院 1、打开IDLE python GUI,点击开始-所有程序-python2.7-IDLE python GUI,或者直接进入dos环境,或者其他的IDLE。 2、如果想循环1至10,代码为for n in range(1,11,1):或者for n in range(1,11):,在ran ...
分类:
编程语言 时间:
2020-06-22 23:28:09
阅读次数:
96