上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: FastDFS 介绍 技术论坛: http://bbs.chinaunix.net/forum-240-1.html FAQ:http://bbs.chinaunix.net/thread-1920470-1-1.html 资源地址: https://sourceforge.net/projects 阅读全文
posted @ 2022-03-08 10:22 路暝月 阅读(81) 评论(0) 推荐(0) 编辑
摘要: ng2 结构指令不能直接嵌套使用,可使用标签来包裹指令 示例如下 <ul> <ng-container *ngFor="let item of lists"> <div class="thumb p-date" *ngIf="item.picurl"> <a href="# "><img src=" 阅读全文
posted @ 2022-03-03 20:09 路暝月 阅读(4) 评论(0) 推荐(0) 编辑
摘要: FastDFS FastDFS安装 FastDFS 集群 克隆虚拟机 VMware修改mac 修改 ip地址 rm -f /etc/udev/rules.d/70-persistent-net.rules reboot Tracker集群搭建 克隆出来之前已经装好的两台虚拟机做Tracker节点 t 阅读全文
posted @ 2022-01-14 13:44 路暝月 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1、下载安装 ts-md5 在项目目录下运行命令行工具(如:Git),输入命令 npm install ts-md5 --save 2、导入md5模块 import { Md5 } from 'ts-md5/dist/md5'; 3、使用 constructor() { console.log(Md 阅读全文
posted @ 2021-09-03 15:21 路暝月 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 转到源目录:cd /etc/yum.repos.d/ 备份原来的源:mv CentOS-Base.repo CentOS-Base.repo.backup 下载源: //163源 wget http://mirrors.163.com/.help/CentOS7-Base-163.repo //阿里 阅读全文
posted @ 2021-05-28 16:53 路暝月 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 第一步 - 添加Nginx存储库 由于CentOS官方yum源里面没有nginx,这里我们需要安装一个第三方的yum源,这里用了Fedora的epel仓库: sudo yum install epel-release 第二步 - 安装Nginx 现在Nginx存储库已经安装在您的服务器上,使用以下y 阅读全文
posted @ 2021-05-28 16:53 路暝月 阅读(20) 评论(0) 推荐(0) 编辑
摘要: ###系统工作命令 1、echo 输出到终端( 提 取 变 量 : 提取变量: 提取变量:SHELL) 2、date 日期时间("+%Y-%m-%d %H:%M:%S") -s设置时间 3、reboot 重启 4、poweroff 关机 5、wget 下载 6、ps 查看进程( ps aux ,常和 阅读全文
posted @ 2021-05-28 16:53 路暝月 阅读(6) 评论(0) 推荐(0) 编辑
摘要: public void fileDownload(String filePath, String fileName, HttpServletResponse response) throws IOException { //拼接服务器真实路径 String realFilePath = PathUt 阅读全文
posted @ 2021-05-27 09:41 路暝月 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1、创建脚本文件 vim /lib/systemd/system/nginx.service 2、脚本内容 Nginx的安装路径为/usr/local/nginx [Unit] Description=The NGINX HTTP and reverse proxy server After=sys 阅读全文
posted @ 2021-05-06 07:19 路暝月 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ngClass第一个参数为类名称,第二个参数为boolean值,如果为true就添加第一个参数的类 [ngClass]="{'text-success':index == 0}" ngStyle没有判断 <div [ngStyle]="{'background-color':'green'}"></ 阅读全文
posted @ 2020-09-18 14:23 路暝月 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页