码迷,mamicode.com
首页 >  
搜索关键字:Expect    ( 1278个结果
wordpress Warning: Parameter 2 to qtranxf_postsFilter() expected to be a reference
wordpress qtranslate x 1. "Parameter 2 to qtranxf_postsFilter() expected to be a reference" ...
分类:其他好文   时间:2019-08-11 22:55:03    阅读次数:199
boost exception
boost exception provides a new exception type, that lets you add data to an exception after it has been thrown. output: unction write_lots_of_zeros() ...
分类:其他好文   时间:2019-08-11 16:47:10    阅读次数:151
登录远程服务器脚本
ssh登录远程服务器脚本 最近由于工作需要经常登录公司跳板机,每次登录都要输入账号密码,因此想到写一个脚本来自动登录 1)安装依赖包expect 查看当前环境是否有依赖包 如果没有需要使用以下命令安装(ubuntu下) 2)编写自动登录脚本login.sh 3)跟脚本加上可执行权限 4)执行脚本登录 ...
分类:其他好文   时间:2019-08-10 19:43:57    阅读次数:101
不定长参数和进程
不定长参数 就是不限定长度的参数 *arge(位置传参) →返回的是元组 案例: **kearge(带参数名传参)→返回的是字典 案例: 将俩者合在一起才是真的不定长参数(*args一定要放在前面) 案例: 函数生成器: 案例: 尝试执行try中的代码,如果有错,则被expect捕获,但是整个程序不 ...
分类:系统相关   时间:2019-08-09 21:33:22    阅读次数:116
ibdata中system segment header的初始化
本步骤调用 trx_sys_create_sys_pages->trx_sysf_create进行,本步骤除了初始化transaction system segment以外还会初始化其header( ibdata page no 5)信息如下: /* Create the trx sys file ...
分类:其他好文   时间:2019-08-06 20:12:46    阅读次数:125
nginx+vsftpd下载上传服务部署
上篇文章写了《快速登录vsftpd的expect脚本》https://blog.51cto.com/amunlinux/2426471本篇讲一下nginx作为下载服务器,vsftpd作为上传服务器的结合。yum-yinstallnginxvsftpdNginx配置文件几乎都是修改默认的配置usernginx;worker_processesauto;error_log/var/log/nginx/
分类:Web程序   时间:2019-08-04 19:57:06    阅读次数:148
快速登录vsftpd的expect脚本
快速登录vsftpd的expect脚本[root@canal~]#cat/usr/bin/ftp-login.expect#!/usr/bin/expectsettimeout30spawnftp公网IP/内网IP5xxx7expect"Name192.168.xx.xx:root):"send"ftpuser\r"expect"Password:
分类:其他好文   时间:2019-08-04 18:10:02    阅读次数:97
水题(规律)
D - AYAYAYA Gym - 101350D In a magical forest, there exists N bamboos that don't quite get cut down the way you would expect. Originally, the height o ...
分类:其他好文   时间:2019-08-02 20:44:55    阅读次数:93
npm 安装包失败 --- 清除npm缓存
今天同事给了一个webpack的项目,我拿过来,npm install 突然出现报错了,并且报了一个奇怪的错误, 如下所示, Unexpected end of JSON input while parsing near ‘ “https:// github.com/w”’, 安装依赖从来没有失败过 ...
分类:其他好文   时间:2019-08-02 19:59:33    阅读次数:94
SpringBoot单元测试之Mock方式
一、主程序packagecom.kyy.springboot;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.autoconfigure.SpringBootApplication;/***启动程序*@Auther:zhouhongliang*@Date:2019/7/30*@Descr
分类:编程语言   时间:2019-07-31 15:21:20    阅读次数:390
1278条   上一页 1 ... 21 22 23 24 25 ... 128 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!