06 2020 档案

摘要:运行shell脚本的方式: chmod +x test sh test bash test 查看文件所在路径: which sh 查看具体的信息: ls /usr/bin/sh -l 查看命令历史: history 别名:alias、unalias 前后台作业控制:screen 查看任务:scree 阅读全文
posted @ 2020-06-30 09:04 石shi 阅读(128) 评论(0) 推荐(0) 编辑
摘要:查看创建的mysql用户: cat /etc/passwd | grep mysql 安装步骤: 1.先删除mariadb apt-get autoremove --purge mariadb-client-core-10.3 apt-get autoremove --purge 2.把mysql的 阅读全文
posted @ 2020-06-29 16:25 石shi 阅读(1228) 评论(0) 推荐(0) 编辑
摘要:在main.js中: Vue.filter('dateFormat', function(originVal) { const dt = new Date(originVal) const y = dt.getFullYear() const m = (dt.getMonth() + 1 + '') 阅读全文
posted @ 2020-06-06 15:33 石shi 阅读(533) 评论(0) 推荐(0) 编辑
摘要://反射 操作 public static class Reflection { #region GetDescription(获取类型描述) /// <summary> /// 获取类型描述,使用<see cref="DescriptionAttribute"/>设置描述 /// </summar 阅读全文
posted @ 2020-06-06 14:21 石shi 阅读(564) 评论(0) 推荐(0) 编辑
摘要:/// <summary> /// 委托帮助类 /// </summary> public class DelegateHelper { /// <summary> /// 异步执行方法 /// </summary> /// <param name="firstFunc">首先执行的方法</para 阅读全文
posted @ 2020-06-03 19:57 石shi 阅读(243) 评论(0) 推荐(0) 编辑

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