1.显示/etc目录下,以非字母开头,后面跟了一个字母以及其它任意长度任意字符的文件或目录ls/etc/[^[:alpha:]][[:alpha:]]*2.复制/etc目录下所有以p开头,以非数字结尾的文件或目录到/tmp/mytest1目录中cp-fr/etc/p[^0-9]/tmp/mytest1/[root@Centos_liubin/tmp]#mkdir/tmp/mytest1[root@
分类:
其他好文 时间:
2020-10-19 22:51:54
阅读次数:
20
方案 1 普通使用 在组件中直接创建 modal 显示: const {useState, useMemo} = React const useModal = () => { const [visible, setVisible] = useState(false) return useMemo(( ...
分类:
其他好文 时间:
2020-10-19 22:17:34
阅读次数:
21
以下主要是说明下生成的一些细节,减少使用难度 参考代码 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 ...
分类:
其他好文 时间:
2020-10-18 16:18:40
阅读次数:
18
参考:http://www.huqiwen.com/2016/05/11/liferay-7-study-2-create-deploy-portlet/ Liferay7.0开发学习(二):创建并部署一个Portlet 2016年05月11日 Liferay, Liferay7 评论 2 条 阅读 ...
分类:
其他好文 时间:
2020-10-12 20:10:20
阅读次数:
17
man7regex正则表达式:处理字符串,文本内容基本正则表达式元字符:字符匹配:.:匹配任意单个字符[]:匹配指定范围内的任意单个字符,示例:[wang][0-9][a-z][a-zA-Z][^]:匹配指定范围外的任意单个字符[:alnum:]:字母和数字[:alpha:]:代表任何英文大小写字符,亦即A-Z,a-z[:lower:]:小写字母[:upper:]:大写字母[:blank:]:空白
分类:
其他好文 时间:
2020-10-07 20:53:44
阅读次数:
22
子组件中<div class="area" ref="area_scroll" v-if="cityInfo"> import BScroll from "better-scroll"; methods: { initScroll() { this.scroll = new BScroll(this ...
分类:
其他好文 时间:
2020-09-18 03:11:56
阅读次数:
27
<divclass="layui-form-itemlayui-form-item-45"><labelclass="layui-form-label">证照名称<spanstyle="color:red">*</span></label><divclass="layui-input-block"><divid="lic
分类:
其他好文 时间:
2020-09-18 02:41:25
阅读次数:
33
一.pom.xml中导入selenium相关包 <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>4.0.0-alpha-6</version ...
分类:
Web程序 时间:
2020-09-18 02:33:25
阅读次数:
61
根据选定的单、多行会计凭证进行审批,双击单个会计凭证跳转会计订单明细。将审批的凭证记录在一张自定义表中 *& * *& Report ZFI_SP *& *& * *&参考FB03.ZFIT04 *& *& * REPORT zfi_sp. TYPE-POOLS:slis,icon. TABLES: ...
分类:
其他好文 时间:
2020-09-18 01:05:01
阅读次数:
32
Swagger进行接口测试 1、导入依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>2.9.2</version> </dependency> ...
分类:
其他好文 时间:
2020-09-17 22:53:16
阅读次数:
45