#GIN

错误整理: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...

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...

Failed at the node-sass@4.13.1 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

看的第一遍,找不到sass,查看node-sass文件,里面没有文件解决办法下载sass之前,要先修改源先把node-modules删除掉执行以下命令npmconfigsetsass_binary_site=https://npm.taobao.org/mirrors/node-sass再npminstall ...

linux nginx启用php

cd/usr/local/php/etcmvphp-fpm.conf.defaultphp-fpm.confvi/usr/local/nginx/conf/nginx.conf#删除如下部分的注释,保存退出,location~.php${roothtml;fastcgi_pass127.0.0.1:9000;fastc...
代码星球 代码星球·2020-04-10
首页上一页...9899100101102...下一页尾页