51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#mp
RMI non-JRMP server at remote endpoint
又是一个jmx问题jmx明明端口占用了,而且相关java进程也起来了,为什么会不能通过jconsole访问jmx呢?总是:RMInon-JRMPserveratremoteendpoint证书不对吗?为什么通过的密码,那个机器的jms-ssl证书和我本机的大小不一样?权限问题?明明没错的?拿我的证书拷贝过去,结果,还是...
代码星球
·
2020-04-06
RMI
non-JRMP
server
at
remote
maven 下载jar失败: resolution will not be reattempted until the update interval of central has elapsed or updates are forced
Multipleannotationsfoundatthisline:-ArtifactTransferException:Failuretotransfercom.fasterxml.jackson.core:jackson-databind:jar:2.9.0.pr3fromhttp://repo1.maven.o...
代码星球
·
2020-04-06
maven
下载
jar
失败
resolution
c# 和 java <转载>http://www.cnblogs.com/zhucai/archive/2011/02/16/csharp-compare-java.html
从语法层面来讲,c#和java是非常相似的。 <转载> 这篇文章对C#与Java做一个语言级的对比,方便C#转Java或Java转C#的人有个大致了解。这里大致用C#3.0与Java6.0做比较。写完后得知维基百科里有更加全面得多的比较:http://en.wik...
代码星球
·
2020-04-06
java
http
www.cnblogs.com
zhucai
archive
302 Moved Temporarily
这个就是表示重定向!!不过,302在不同HTTP协议下的状态信息不同。302Movedtemporarily(redirect)你所连接的页面进行了Redirect302Found类似于301,但新的URL应该被视为临时性的替代,而不是永久性的。注意,在HTTP1.0中对应的状态信息是“Move...
代码星球
·
2020-04-06
Moved
Temporarily
浅谈python中的“ ==” 与“ is”、还有cmp
总之,比较内容相等使用‘==’ 1、is"是用来比较a和b是不是指向同一个内存单元,而"=="是用来比较a和b指向的内存单元中的值是不是相等2、python有一个叫小整数对象池的东西,python为了优化速度,会把【-5,256】之间的数据提前存放在小整数对象池中,程序中只要用的【-5...
代码星球
·
2020-04-06
浅谈
python
中的
is
还有
ImportError: No module named _curses;Color support is disabled, python-curses is not installed.解决办法
linux系统默认安装了python2.6,但是发现python2.7importcurses时提示找不到_curses错误。 用pip(python2.7)安装了curses-2048 (sudopipinstall curses-2048) 仍然继续提示 ...
代码星球
·
2020-04-06
is
ImportError
No
module
named
tcpdump的简单使用
linux下使用tcpdump(命令)抓包,然后使用window或者mac下的wireshark(图形化)分析包,使用tcpdump生成*.cap,然后使用wireshark打开*.cap文件 tcpdump命令是一款sniffer工具,它可以打印所有经过网络接口的数据包的头信息,也可以使用-w选项将...
代码星球
·
2020-04-06
tcpdump
简单
使用
centos6.9安装xampp后报错:egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
1、centos6.9安装xampp(xampp-linux-x64-7.0.21-0-installer.run)后启动的时候,报错:egrep:errorwhileloadingsharedlibraries:libc.so.6:cannotopensharedobjectfile:Nosuchfileordire...
代码星球
·
2020-04-06
shared
file
centos6.9
安装
xampp
linux如何安装xampp,以及融合dvwa
1、官网下载:https://www.apachefriends.org/download.html2、赋予执行权限[admin@19-56~]$chmod+xxampp-linux-x64-7.1.7-0-installer.run3、安装,根据向导选择,默认安装路径为/opt/lampp 4、进入路径/o...
代码星球
·
2020-04-06
linux
如何
安装
xampp
以及
flask-compress的使用方法以及对应的http头Vary、Content-Encoding的意思
参考:https://github.com/shengulong/flask-compress 1、Content-Encoding是HTTP协议的响应报文头,一般形式如:Content-Encoding:gzip,deflate,compress deflate(RFC1951):一种压缩算法,使用LZ7...
代码星球
·
2020-04-06
flask-compress
使用方法
以及
对应
http
@import url(../image/css)的用法
1、@importurl(../image/css);可以加载css文件2、@importurl(../image/css);可以写在html里加载css文件,也可以写在css文件里加载css文件:比如test1.css、test2.css、main.css文件,有三个css文件,浏览器要下载三个文件,假如在main....
代码星球
·
2020-04-06
@import
url
image
css
用法
css中!important的作用
参考CSS的原理:CSS写在不同的地方有不同的优先级,.css文件中的定义的优先级小于元素style中的属性的优先级,但是如果使用!important,事情就会变得不一样。首先,先看下面一段代码:<!DOCTYPEHTML><html><head><metahttp-equiv...
代码星球
·
2020-04-06
css
important
作用
如何在sublime3项目设置中设置python模块的搜索路径?ImportError: No module named *的解决办法
问题:之前使用pycharm,用的挺溜,但是电脑配置实在不争气,pycharm启动久了,耗去大量内存,导致运行起来越来越慢,于是转向使用sublimetext。 把项目从pycharm切换到sublimetext后,发现执行某个*.py文件的时候,出现找不到模块的问题,如下 解决办法...
代码星球
·
2020-04-06
何在
sublime3
项目
置中
设置
【vue2.X+iview2.x】iView在非 template/render 模式下标签的转化
iView在非template/render模式下标签的转化、 以下组件,在非template/render模式下组件名要分隔:DatePicker:date-pickerFormItem:form-itemCheckboxGroup:checkbox-groupInputNumber:input-numbe...
代码星球
·
2020-04-06
vue2.X+iview2.x
iView
在非
template
render
【PHP】composer 常用命令
...
代码星球
·
2020-04-06
PHP
composer
常用
命令
首页
上一页
...
233
234
235
236
237
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他