centos yum nginx 默认安装nginx 服务,重启nginx服务,报错。 nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory) nginx: [error] invalid PID nu ...
分类:
Web程序 时间:
2019-12-28 12:54:35
阅读次数:
201
一、EC2针对EC2上面的应用程序,不要分配UserCredentials,使用IAMRoleAttachment。可以访问EC2的meatdata查看赋予的Role权限curlhttp://169.254.169.254/latest/meta-data/iam/security-credentials/二、Softwareonlocallaptop针对在自己电脑上面开发测试的用户,用户需要S3
分类:
其他好文 时间:
2019-12-27 22:02:24
阅读次数:
723
//递归产生树 private void CreateTwo(TreeNode node, int id) { #region --根据指定ID查找数据到 dt string strSql = "select * from Menu where MenuParent = " + id; DataTa ...
首先考虑的就是使用的账号本身有没有DBA权限 然后就是客户端计算机用户有没有被加入到ora_dba用户组 然后就是服务端机器有没有启用来宾账号,并且计算机用户有没有被加入到ora_dba用户组 修改用户组之后要注销机器重新登录,最好是直接重启 参考如下链接 https://www.cnblogs.c ...
分类:
数据库 时间:
2019-12-27 15:21:40
阅读次数:
178
使用方法 if(!isNull(obj, _this.form)) return; obj是自己声明的一个对象,用来和提交的对象做对比 let obj = { title: '标题', explain: '滚动字幕', imgurl: '封面图', region: '地区', industry: ' ...
分类:
其他好文 时间:
2019-12-27 12:03:09
阅读次数:
125
1.配置 缓存更新,后端故障,允许使用过期缓存 #缓存配置 , 不能去掉 proxy_cache_path proxy_cache levels=1:2 keys_zone=page_cache:512m inactive=1m max_size=80g use_temp_path=off; #配置 ...
分类:
其他好文 时间:
2019-12-26 21:40:12
阅读次数:
121
hbase读写流程 读过程 client先从缓存中定位region位置,如果缓存中没有region位置,则从zookeeper的-ROOT-表,获取-ROOT-所在regionserver位置 通过查询-ROOT-的region服务器获取含有.META.表所在regionserver地址 Clien ...
分类:
数据库 时间:
2019-12-26 17:36:47
阅读次数:
90
今天遇到mybatis-puls的报错Caused by: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 排查方法如下: 1、mapper接口和mapper.xml是否在同一个包(pac ...
分类:
编程语言 时间:
2019-12-26 13:23:12
阅读次数:
65
<div class="easyui-layout" style="width:100%;height:100%;"> <div data-options="region:'west',split:true" style="width:100%;"> <form class="form-horizo ...
分类:
Web程序 时间:
2019-12-26 11:30:56
阅读次数:
86
找到对应的keras配置文件keras.json 将里面的内容修改为以下就可以了 ...
分类:
其他好文 时间:
2019-12-25 13:00:24
阅读次数:
163