码迷,mamicode.com
首页 >  
搜索关键字:user    ( 38326个结果
NO.A.0001——nginx常见报错处理
问题一: [root@cdeba90ec46e ~]# ./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module bash: ./configure: No such fil ...
分类:其他好文   时间:2020-11-23 12:11:38    阅读次数:5
There was an unexpected error (type=Forbidden, status=403). Forbidden
这个错误是缺少权限的意思 访问这个路径需要指定的角色,代码中是这样的: 主要这里配置的是访问任意路径都需要USER角色 然后数据库角色表中必须是这样的: 带有ROLE_前缀!!! ROLE_USER!!!!!!!! 参考: https://blog.csdn.net/qq_27093097/arti ...
分类:其他好文   时间:2020-11-23 12:07:52    阅读次数:7
haproxy配置多个端口的负载均衡配置
1、haproxy配置多个负载 global log 127.0.0.1 local0 log 127.0.0.1 local1 notice #daemon debug user haproxy group haproxy maxconn 4096 defaults log global mode ...
分类:其他好文   时间:2020-11-23 12:06:36    阅读次数:5
mysql join count 优化案例
记录一个优化sql的实际案例 三张表, 表结构, 索引如下: tb_phoneback_apply有user_id, handle_userid 索引 以及一个 status 和 create_time组合索引. 优化前sql SELECT a.id, IFNULL(u.user_name, u.u ...
分类:数据库   时间:2020-11-23 11:58:56    阅读次数:11
项目部署
练手项目 停车场系统 安装centos7 解压安装python3 tar -xf Python-3.5.6.tar.xz 解压缩xz压缩包 源码编译安装 yum groupinstall 'Development Tools' yum install -y ncurses-libs zlib-dev ...
分类:其他好文   时间:2020-11-21 12:45:49    阅读次数:32
cgroup--device systemd-cgls
systemd-cgls 2. How to use cgroups? The user can access and manage cgroups directly and indirectly (with LXC, libvirt or Docker). Install the necessar ...
分类:其他好文   时间:2020-11-21 12:35:14    阅读次数:7
「转」Android编译选项中的eng、user、user-debug
Android编译选项中eng、user、user-debug主要区别 reference: https://blog.csdn.net/dearsq/article/details/52589376 https://blog.csdn.net/yanghanxing110/article/deta ...
分类:移动开发   时间:2020-11-21 12:29:51    阅读次数:14
Mybatis中sql语句不等于的表示
如果直接写 select * from user where id <> 217;mybatis就会报语法错误,<>特殊字符需要转义 如下 select * from user where id &lt;&gt; 217; 使用Mybatis的时候,特殊字符需进行转义,如&lt;&gt; <>&am ...
分类:数据库   时间:2020-11-21 12:07:00    阅读次数:13
post_commit.sh
#!/bin/bash ROOT=`cd $(dirname $0); pwd`HOOKS=$ROOT/hooks HOST=svn://192.168.20.153/repos1SLAVE=svn://192.168.20.167/repos1 USERNAME=laiyuzhouPASSWORD ...
分类:其他好文   时间:2020-11-21 12:06:26    阅读次数:6
如何将本地项目上传到gitee 码云
1.打开项目根目录,使用 git init 命令,初始化一个git本地仓库(项目),会在本地创建一个 .git 的文件夹 git init 2.在码云创建项目TestApp 3.使用git remote add origin TestApp的git克隆地址 //添加远程仓库// 示例:git rem ...
分类:Web程序   时间:2020-11-20 12:14:12    阅读次数:14
38326条   上一页 1 ... 70 71 72 73 74 ... 3833 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!