IP属地:安徽
参考: cgi、wsgi、uwsgi 与 uWSGI都是啥? 做python Web开发你要理解:WSGI & uwsgi python 使用N...
PV、UV、IP是常用的运营和网站管理中的概念 PV page view 访问量在一定统计周期内,每打开或刷新一个页面就记录一次 UV uniq...
detached 分离的 detached from preceded 在之前 trigger 触发 slogan 口号 encapsulat...
1. 连表查询或采用临时表会走索引 参考:解决MySQL中IN子查询会导致无法使用索引问题 2. 如果 in 的选择性较少,可采用union...
1. 连接 join() a = '...'.join([1,2,3])会报错:TypeError: sequence item 0: expe...
有联合索引 idx_f1234 (f1, f2, f3, f4)查询语句 select * from ~ where f1= ~ and f2 ...
参考Linux中$()和${}的区别Linux—shell中$(( ))、$( )、``与${ }的区别 1. $()执行命令 小括号里放的是命...
参考:查看mysql 默认端口号和修改端口号 1. 登陆mysql mysql -u root -p 2. 查看端口号 mysql> show ...
cat /etc/redhat-release