08 2022 档案

摘要:#!/bin/bash APP_NAME=app_api.jar #使用说明,用来提示输入参数 usage() { echo "please enter the corresponding parameters [start|stop|restart|status]" exit 1 } #检查程序是 阅读全文
posted @ 2022-08-30 17:09 820820820 阅读(73) 评论(0) 推荐(0) 编辑
摘要:1.在线下载jdk wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java 阅读全文
posted @ 2022-08-30 17:07 820820820 阅读(590) 评论(0) 推荐(0) 编辑
摘要:一.安装nginx前的准备工作 在linux下安装nginx,首先需要安装 gcc-c++编译器。然后安装nginx依赖的pcre和zlib包。最后安装nginx即可。(有很多同学直接下载nginx开始安装,出现各种错误!) 二.安装gcc-c++编译器 yum install gcc-c++ yu 阅读全文
posted @ 2022-08-30 17:02 820820820 阅读(2039) 评论(0) 推荐(0) 编辑
摘要:Linux安装mysql5.7 一.安装前的检查和准备工作。 1.1检查自己的liunx是否安装过mysql rpm -qa | grep mysql 1.1.1如果有的话,就删除(XXXX是自己的mysql目录) rpm -e --nodeps mysql-xxxx 1.2查询所有的mysql对应 阅读全文
posted @ 2022-08-30 16:44 820820820 阅读(341) 评论(0) 推荐(0) 编辑
摘要:当在Linux中安装Mysql后,不管是在根目录下还是在安装mysql的bin下执行mysql -uroot -p结果都是command not found,如下图所示:问题原因,linux默认启动Mysql,会在根目录下的bin中去启动,因此需要创建一个软连接执行以下命令:ln -s /usr/l 阅读全文
posted @ 2022-08-22 13:54 820820820 阅读(525) 评论(0) 推荐(0) 编辑
摘要:private String change2(Double runliaoCost) { if (runliaoCost == null) { return ""; } //保留两位小数 BigDecimal b = new BigDecimal(runliaoCost); DecimalForma 阅读全文
posted @ 2022-08-04 17:34 820820820 阅读(34) 评论(0) 推荐(0) 编辑
摘要:saveOrder(row, done, loading) { returnOrderNumber().then(res => { // this.form.checkoutCode = res.data.wareHouseNumber; // $set this.$set(row, 'return 阅读全文
posted @ 2022-08-03 13:19 820820820 阅读(455) 评论(0) 推荐(0) 编辑
摘要:<template slot-scope="{type,size,row}" slot="menu"> <el-button icon="el-icon-check" :size="size" :type="type" @click="shenhe(row)" :disabled="row.stat 阅读全文
posted @ 2022-08-02 11:59 820820820 阅读(765) 评论(0) 推荐(0) 编辑
摘要:发现是数据类型的问题,接口请求下拉框接口之后返回的参数是这样的 id: 1 state: "1" stockCode: "DH" stockName: "德衡仓" 字段 { label: "仓库", prop: "warehouse", type: "select", editDisabled: t 阅读全文
posted @ 2022-08-02 11:41 820820820 阅读(98) 评论(0) 推荐(0) 编辑
摘要:getList方法,需要传param(初始为空)和分页 getList() { this.showLoading = true; const data = Object.assign({ pageNum: this.page.currentPage, pageSize: this.page.page 阅读全文
posted @ 2022-08-02 10:13 820820820 阅读(837) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示