[root@szcs-data Tengine-install]# cat 1.sh #!/bin/bash echo "number:$#" echo "argume:$@" [root@szcs-data Tengine-install]# ./1.sh te ax number:2 argum ...
分类:
系统相关 时间:
2021-02-01 12:49:26
阅读次数:
0
1 Fails 先观察请求失败的数量 一般请求通过率需要99.99%,达不到标准需要跟开发沟通 2 Current RPS 和 Average(ms) Current RPS 每秒请求数,分析是否达到预期标准 如果 current RPS 达到标准,分析下 Average(平均响应时间)是否达到预期 ...
分类:
其他好文 时间:
2021-02-01 12:47:31
阅读次数:
0
A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic number ...
分类:
其他好文 时间:
2021-02-01 12:26:52
阅读次数:
0
<?php /* * @最优整数均分算法 * @param int $number 待平分的数字 * @param int $taotl 平分总个数 */ function getDivideNumber($number, $total) { $divide_number = bcdiv($numb ...
分类:
编程语言 时间:
2021-02-01 11:58:28
阅读次数:
0
题目链接:https://leetcode-cn.com/problems/sliding-window-maximum 题目描述: 给你一个整数数组 nums,有一个大小为 k 的滑动窗口从数组的最左侧移动到数组的最右侧。你只可以看到在滑动窗口内的 k 个数字。滑动窗口每次只向右移动一位。返回滑动 ...
分类:
其他好文 时间:
2021-02-01 11:50:28
阅读次数:
0
Java:简述Java中的自定义异常 《Java:详解Java中的异常(Error与Exception)》 《Java:简述Java中的自定义异常》 《Java:简述throw-throws异常抛出》 《Java:简述try-catch-finally异常捕获》 《Java:简述try-catch- ...
分类:
编程语言 时间:
2021-01-30 11:44:46
阅读次数:
0
方法一 props传参 父组件 1. <template> 2. <div class="wrap"> 3. <div>我是Father组件</div> 4. <Son 5. str="我是字符串" 6. :num=5 7. :obj="{cont:'我是一个对象'}" 8. :func="()=> ...
分类:
其他好文 时间:
2021-01-29 12:04:52
阅读次数:
0
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:
其他好文 时间:
2021-01-28 12:14:24
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1 ...
分类:
Web程序 时间:
2021-01-27 14:05:11
阅读次数:
0
Cleaning the Phone Polycarp often uses his smartphone. He has already installed n applications on it. Application with number i takes up ai units of m ...
分类:
其他好文 时间:
2021-01-27 13:50:46
阅读次数:
0