码迷,mamicode.com
首页 >  
搜索关键字:editor    ( 3790个结果
selenium 基于Autolt工具对于Windows窗口上传文件操作
1.在selenium 自动化过程中,时长遇到需要进行上传文件操作。 这里推荐使用Autoit 工具。首先下载相关工具: https://www.autoitscript.com/site/autoit/downloads/在AutoIt和AutoIt Editor处下拉菜单 2.点击“AutoIT ...
分类:Windows程序   时间:2020-06-27 09:29:54    阅读次数:76
temp
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
2020.6.25 练习 (python)
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
sed命令基本使用
1、sed简介 sed是stream editor(流编辑器得缩写),用来处理Linux系统中的文件文本; 2、sed如何处理文件 sed是一行一行读取文件内容并进行处理,最后将处理结果输出到屏幕; 1、首先sed将一行一行读取文件内容,并将其保存到临时一个缓冲区(也称模式空间); 2、然后将根据需 ...
分类:其他好文   时间:2020-06-25 21:25:54    阅读次数:54
【原创】大叔经验分享(109)emacs使用
官网: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
idea中文字体格式设置,以及编程字体格式设置
编程字体设置:File-->Settions-->Editor-->Font: 最终效果: 终于感觉舒服多了 ...
分类:其他好文   时间:2020-06-24 13:38:35    阅读次数:75
echarts 折线图
需求有个折线图,用 echarts 画一下: 上个测试连接:https://echarts.apache.org/examples/zh/editor.html?c=line-stack 记录下 option = { title: { text: '数据趋势' }, tooltip: { trigg ...
分类:其他好文   时间:2020-06-24 12:30:22    阅读次数:69
Android挂号系统(H5前台(MUI框架),SSM后台,JSP,MYSQL)
医院信息管理系统(HIS:Hospital Information System)是医疗信息化发展的必然结果,也是现在国内外医院最常见、最普及的医疗系统[21]。本系统涉及 的业务工作主要有:预约挂号系统、门诊收费系统、住院系统、药房系统、医生站、护士站系统以及医院办公OA等 ...
分类:移动开发   时间:2020-06-23 21:29:55    阅读次数:71
在vue中使用UEditor的过程
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
python编程迭代与循环
测码学院 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
3790条   上一页 1 ... 17 18 19 20 21 ... 379 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!