以前这么配置: ... RewriteLog logs/gidapp.rewrite_log RewriteLogLevel 3 RewriteEngine On ... LogLevel warn ... 改为: ... RewriteEngine On ... LogLevel warn rew ...
                            
                            
                                分类:
Web程序   时间:
2020-03-21 09:31:52   
                                阅读次数:
129
                             
                    
                        
                            
                            
                                    array(2) { ["errcode"] => int(40029) ["errmsg"] => string(47) "invalid code, hints: [ req_id: 3DJbojwgE-Wwo1 ]"} 用了一段时间用户发现报错然后 查看了一下代码错误代码: 1 $wx_pos ...
                            
                            
                                分类:
微信   时间:
2020-03-20 10:43:11   
                                阅读次数:
159
                             
                    
                        
                            
                            
                                SyntaxError: Invalid or unexpected token[90m at wrapSafe (internal/modules/cjs/loader.js:1072:16)[39m[90m at Module._compile (internal/modules/cjs/ ...
                            
                            
                                分类:
其他好文   时间:
2020-03-18 11:38:18   
                                阅读次数:
849
                             
                    
                        
                            
                            
                                    记录下最近遇到的一些记录的东西: 项目中引用消息中间件,pom文件中添加了依赖,并maven-update,maven-install等,项目启动之后,一直报下面的异常。 Could not index class org/apache/activemq/artemis/api/jms/Active ...
                            
                            
                                分类:
编程语言   时间:
2020-03-18 09:52:04   
                                阅读次数:
63
                             
                    
                        
                            
                            
                                    下载地址 http://down.cnplugins.com/down/down.aspx?fn=1412/www.cnplugins.com_lhjgkmllcaadmopgmanpapmpjgmfcfig_0_9_0_.crx 下载出来是这个文件,如果安装往常的方法,打开一个新的谷歌浏览器窗口, ...
                            
                            
                                分类:
其他好文   时间:
2020-03-16 13:18:19   
                                阅读次数:
59
                             
                    
                        
                            
                            
                                常规的解决方案见:https://www.cnblogs.com/shaoyu/p/11477125.html 问题:当xml文件在src/main/java目录下时,在application.yml中配置Mapper文件路径无效,当xml文件在resource下时路径有效,原因不明。 我通过上面连 ...
                            
                            
                                分类:
其他好文   时间:
2020-03-15 13:26:13   
                                阅读次数:
51
                             
                    
                        
                            
                            
                                    一个非常轻量级的 Web API Demo,代码量很少,实现了方法拦截器,token校验,异常拦截器,缓存 创建项目:如果选择Web API,项目中东西会比较多,这里选择Empty,把下面的Web API勾上,MVC不要勾 项目目录结构: Global.asax.cs代码:这里配置方法拦截器和异常拦 ...
                            
                            
                         
                    
                        
                            
                            
                                    YOLOV1: 摘要指出了文章的主要创新之处:把分类问题转换为回归问题,使用一个卷积神经网络就可以直接预测物体的bounding box和类别概率。算法的优点有很多: 速度快,Titan X: 45fps。加速版则能达到150fps。 基于全局信息检测而不是生成region proposal的方法, ...
                            
                            
                                分类:
其他好文   时间:
2020-03-14 20:22:24   
                                阅读次数:
104
                             
                    
                        
                            
                            
                                    I once made a similar mistake which turned out that the directories were incorrect.If the UserMapper's namespace is com.mybatisdemo.mappers.UserMapper ...
                            
                            
                                分类:
Web程序   时间:
2020-03-14 20:19:06   
                                阅读次数:
93
                             
                    
                        
                            
                            
                                前面,我们已经打下了很多关于HBase的理论基础,今天,我们主要聊聊在实际开发使用HBase中,需要关注的一些最佳实践经验。 1.Schema设计七大原则 1)每个region的大小应该控制在10G到50G之间; 2)一个表最好保持在 50到100个 region的规模; 3)每个cell最大不应该 ...
                            
                            
                                分类:
其他好文   时间:
2020-03-14 16:26:44   
                                阅读次数:
47