码迷,mamicode.com
首页 >  
搜索关键字:scripts    ( 4455个结果
1060 Are They Equal (25 分)
If a machine can save only 3 significant digits, the float numbers 12300 and 12358.9 are considered equal since they are both saved as 0.123×10?5?? wi ...
分类:其他好文   时间:2018-12-01 21:58:22    阅读次数:179
在Centos中显示ipv4地址的方法
输入命令 ifconfig | more eth0网卡只有ipv6 修改方法如下: vi /etc/sysconfig/network-scripts/ifcfg-eth0 ONBOOT=no 改成 yes /etc/init.d/network restart ...
分类:其他好文   时间:2018-12-01 21:56:48    阅读次数:469
python习题18
# this one is like your scripts with argv def print_two(*args): arg1, arg2 = args print(f"arg1: {arg1}, arg2: {arg2}") # ok, that *args is actually po... ...
分类:编程语言   时间:2018-12-01 20:16:14    阅读次数:237
jmeter 不同线程组之间传递变量2
第一个脚本: HTTP Request_新建出差申请单_登录,关联出参数token、companyId、userId、userName 1.添加后置处理器:BeanShell PostProcessor 2.参数parameters:${token} 脚本scripts: ${__setProper ...
分类:编程语言   时间:2018-12-01 18:37:01    阅读次数:265
mysql配置主从复制和常见问题
克隆192.168.138.130(主库),修改后的ip为192.168.138.130(从库),修改131机器的/etc/udev/rules.d/70-persistent-net.rules,将name=’eth0’行注释掉,name=’eth1’改成name=’eth0’,重启网络服务ser ...
分类:数据库   时间:2018-12-01 18:36:45    阅读次数:218
windows下z3安装
从 github 上 clone Z3git clone https://github.com/Z3Prover/z3.git命令行中进入 Z3 文件夹,执行命令:python scripts/mk_make.py -x --pythoncd buildnmake在执行python scripts/... ...
分类:Windows程序   时间:2018-12-01 11:18:28    阅读次数:919
python 系统监控
#!/usr/bin/env python3 #create at 2018-11-30 'this is a system monitor scripts' __author__="yjt" import os import time import sys import datetime impo... ...
分类:编程语言   时间:2018-11-30 20:21:46    阅读次数:162
Linux daemontools安装及使用
1. 访问页面 https://cr.yp.to/daemontools/install.html 下载 daemontools 2. 创建工作目录 3. 解压安装包并安装 4. 安装过程中出错及解决 1)出错代码 2)解决 ...
分类:系统相关   时间:2018-11-30 15:49:39    阅读次数:574
冲刺第四天 11.28 WED
任务执行情况 新增任务 图像与对联文字合成 总体情况 团队成员 | 今日已完成任务 | 剩余任务 | 困难 |: :|: :|: :|: :| Dacheng, Weijie | 图像与对联文字合成(部分完成) | multiple communication scripts, call APIs ...
分类:其他好文   时间:2018-11-30 00:35:41    阅读次数:227
Airflow 中文文档:使用systemd运行Airflow
Airflow可以与基于系统的系统集成。 这使得观察您的守护进程变得容易,因为systemd可以在失败时重新启动守护进程。 在scripts/systemd目录中,您可以找到已在基于Redhat的系统上测试过的单元文件。 您可以将它们复制到/usr/lib/systemd/system 。 假设Ai ...
分类:其他好文   时间:2018-11-29 20:02:37    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!