#Gin

DialogInterface内存泄露 anonymous class implements android.content.DialogInterfaces$OnClickListener

用LeakCanary工具检测到anonymousclassimplementsandroid.content.DialogInterfaces$OnClickListener 谷歌之,找到一篇文章https://corner.squareup.com/2015/08/a-small-leak.html大段大...

(转)Spring Boot 2 (五):Docker Compose + Spring Boot + Nginx + Mysql 实践

http://www.ityouknow.com/springboot/2018/03/28/dockercompose-springboot-mysql-nginx.html我知道大家这段时间看了我写关于docker相关的几篇文章,不疼不痒的,仍然没有感受docker的便利,是的,我也是这样认为的,Iknowyour...

错误整理:No plugin found for prefix 'jetty' in the current project and in the plugin groups

在maven进行jetty的调试中出现错误: [ERROR]Nopluginfoundforprefix'jetty'inthecurrentprojectandintheplu gingroups[org.apache.maven.plugins,org.codehaus.mojo]availab...
代码星球 ·2020-04-10

nginx里配置跨域

发布于881天前  作者 wendal  1404次浏览  复制  上一个帖子  下一个帖子 标签: nginx 跨域if($request_method=OPTIONS){add...
代码星球 ·2020-04-10

The parent project must have a packaging type of POM

在Eclipse中使用Maven添加模块时报错:TheparentprojectmusthaveapackagingtypeofPOM解决办法:是将pom.xml中的 <packaging>jar</packaging>改成 <packaging>pom</...

Arcgis Javascript中geometryEngine报错’hq‘of undefined的解决方法

这个问题困扰了我一个星期,原因是使用geomagicbuffer时候,有的线可正常使用,有的就直接报错,一直没有解决,后来发现是api自己的bug导致的干脆直接读代码,在geometryEngine第737行,有这么一句话(不同版本的额api可能会不同):if((this.Ec||1E4<u.jq&&am...

maven打包报错:Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test

mvncompile 没有问题,mvnpackage的时候报如下错误:Failedtoexecutegoalorg.apache.maven.plugins:maven-surefire-plugin:2.5:test   解决方法: 打包跳过测试有两种方法一是命令行,...

Maven error in eclipse (pom.xml) : Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4

iwannamakewebprojectusingtheMaventoimportautomaticallyalllibrariesthatineed,soichose "maven-archetype-webpp"afterthatigotthiserroronpom.xmlfile:Description...

jstree CHECKBOX PLUGIN

The checkbox pluginmakesmultiselectionpossibleusingthree-statecheckboxes.override_uiAboolean.Defaultis false.Ifsetto true allselectionw...
代码星球 ·2020-04-10

html 遇到margin居中的问题

      今天在写div时发现不居中,      div{           marg...

pidgin-lwqq

    今天第一次用pidgin登上了qq,好神奇。    从网上看到的,说是pidgin发布了支持webqq协议的lwqq,按照解释之后安装了。    感觉好神奇啊。  &nbs...
代码星球 ·2020-04-10

nginx反向代理

第一步:下载:http://openresty.org/cn/download.html 第二步:解压->conf->nginx.conf里面的注释全部删除(方便阅读) worker_processes1;events{worker_connections1024;}http{inclu...
代码星球 ·2020-04-10

docker 部署nginx

#下载镜像dockerpullnginx #挂载 文件和文件夹必须存在dockerrun-p80:80--namemynginx-v$PWD/www:/www-v$PWD/conf/nginx.conf:/etc/nginx/nginx.conf-v$PWD/logs:/wwwlogs-dnginx...
代码星球 ·2020-04-10

nginx基本配置

 nginx配置详解主要由6个部分组成:main:用于进行nginx全局信息的配置events:用于nginx工作模式的配置http:用于进行http协议信息的一些配置server:用于进行服务器访问信息的配置location:用于进行访问路由的配置upstream:用于进行负载均衡的配置 &nbs...
代码星球 ·2020-04-10

webpack 3.8 使用 extract-text-webpack-plugin 3.0 抽取css失败:You may need an appropriate loader to handle this file type.

webpack3.8.1使用extract-text-webpack-plugin3.0.2抽取css时失败,报错:ERRORin./src/static/style/localTime.cssModuleparsefailed:Unexpectedtoken(1:0)Youmayneedanappropriatelo...
首页上一页...9899100101102...下一页尾页