11 2019 档案
摘要:linux下安装redis,安装的目录是tar的解压目录的src下 swoole需要在后台运行: nohup php server.php & 或者 screen php server.php 关掉swool进程: netstat -tunlp | grep 9501 kill -9 12789
阅读全文
摘要:CentOS升级到7之后,发现无法使用iptables控制Linuxs的端口,baidu之后发现Centos 7使用firewalld代替了原来的iptables。下面记录如何使用firewalld开放Linux端口: 开启端口 [root@centos7 ~]# firewall-cmd --zo
阅读全文
摘要:<html> <head> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> </head> <style type="text/css"> li.selected{ border: 1px solid; } /
阅读全文
摘要:nginx伪静态: rewrite ^/(.*)-htm-(.*)$ /$1.php?$2; 将 list-html-t-3-p-4.html 转到list.php?t-3-p-4 t-3-p-4 用php转换成t=3&p=4格式 php配置文件 之价格选项 $_t = [ 0 => [ 'p' =
阅读全文
摘要:样式: a{ text-decoration: none; color: inherit; } .out-cp{ width:100%; text-align: center; } .c-page{ display:inline-block; height:42px; margin:50px 0 ;
阅读全文

浙公网安备 33010602011771号