Github地址:https://github.com/jgraph/drawio-desktop/releases
开源,免费,功能强大。
转载请注明:liutianfeng.com » 做图软件-draw.io...
Liemer_Lius
4年前 (2021-06-10) 864℃
1喜欢
https://jingyan.baidu.com/article/a17d52851297e18099c8f270.html
转载请注明:liutianfeng.com » Windows锁屏后熄屏时间设置...
Liemer_Lius
4年前 (2021-06-08) 717℃
1喜欢
添加Redis的服务
# vim /usr/lib/systemd/system/redis.service
[Unit]
Description=Redis
After=network.target
[Service]
...
Liemer_Lius
4年前 (2021-06-03) 553℃
6喜欢
# Nginx:
> Nginx: ./nginx -V
nginx version: openresty/1.9.7.4
# Redis
> redis-server --version
> redis-s...
Liemer_Lius
4年前 (2021-05-28) 615℃
6喜欢
获取UUID
> cat /proc/sys/kernel/random/uuid # 随机出
转载请注明:liutianfeng.com » 小技巧汇总...
Liemer_Lius
4年前 (2021-05-22) 550℃
1喜欢
Git的安装
参考:https://blog.csdn.net/name_is_wl/article/details/86705032
在这里,采用yum直接安装的方式。
安装依赖包:
> yum install -y fcgi-de...
Liemer_Lius
4年前 (2021-05-20) 776℃
7喜欢
Version:1.18
依赖安装:
> yum install -y libxml2 libxml2-dev libxslt-devel openssl-devel zlib pcre-devel gd gd-devel GeoIP...
Liemer_Lius
4年前 (2021-05-20) 450℃
1喜欢
1、tzselect命令
交互式选择的方式,来选择时区,但试验实际操作中,并未立即生效,重启也无效。
# tzselect
Please identify a location so that time zone rules can b...
Liemer_Lius
4年前 (2021-05-19) 1981℃
2喜欢
转载请注明:liutianfeng.com » 学习/etc/init.d/functions脚本...
Liemer_Lius
4年前 (2021-05-19) 553℃
1喜欢
1、CentOS7 iptables如何保存?
默认情况下,CentOS7使用的是firewalld服务,使用iptables并想保存的话,需要将firewalld服务停掉,并安装iptables-services。
> system...
Liemer_Lius
4年前 (2021-05-17) 730℃
2喜欢