51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ALL
Android GIS开发系列-- 入门季(11) Callout气泡的显示
首先我们要获取MapView中的气泡,通过MapView的getCallout()方法获取一个气泡。看一下Callout的简单介绍:大体的意思是通过MapView获取Callout,可以设置它的内容View,大小,显示的方位等。写一个简单的测试:publicclassMainActivityextendsActivit...
代码星球
·
2020-11-05
Android
GIS
开发
系列
入门
error C2440: “static_cast”: 无法从“LRESULT (__thiscall CTextProgressCtrl::* )(UINT,LPCTSTR)”转换为“LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)
转自原文errorC2440“static_cast”无法从“void(__thiscallC*)(void)... errorC2440:“static_cast”:无法从“LRESULT(__thiscallCTextProgressCtrl::*)(UINT,LPCT...
代码星球
·
2020-11-05
LRESULT
thiscall
error
C2440
static
ModuleNotFoundError: No module named '_ctypes' make: *** [install] 错误 1
解决方法https://www.cnblogs.com/sea-stream/p/10388303.html...
代码星球
·
2020-11-02
ModuleNotFoundError
No
module
named
ctypes
git合并分支成功,但是push失败(remote: GitLab: You are not allowed to push code to protected branches on this project.)
➜buzzextractorgit:(master)gitmergehotfixUpdating4668fce..9527ae9Fast-forwardbuild_online_images.sh|2+-extractor/buzz/lib/utils.py|2+-extractor/conf/config...
代码星球
·
2020-11-02
push
to
git
合并
分支
centos7 出现“FirewallD is not running”
原因:没有开启防火墙#提示没有开启防火墙服务,–permanent#永久生效,没有此参数重启后失效[root@uJZ~]#firewall-cmd--permanent--zone=public--add-port=7788/tcpFirewallDisnotrunning#启动防火墙服务[ro...
代码星球
·
2020-11-01
centos7
出现
FirewallD
is
not
YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe
test.py importosimportsyssys.path.append("/".join(os.path.dirname(os.path.abspath(__file__)).split("/")[:-1])+'/lib/lib3.7')importyamlwithopen("defau...
代码星球
·
2020-11-01
Loader
is
YAMLLoadWarning
calling
yaml.load
subprocess.CalledProcessError: Command ‘(‘lsb_release’, ‘-a’)’ returned non-zero exit status 1.
subprocess.CalledProcessError:Command‘(‘lsb_release’,‘-a’)’returnednon-zeroexitstatus1.解决方法find/-namelsb_releaserm-rf/...
代码星球
·
2020-11-01
subprocess.CalledProcessError
Command
lsb
release
returned
allure 2
项目地址https://github.com/allure-framework/allure2/releases 安装文档https://docs.qameta.io/allure/#_installing_a_commandline 下载http://repo.maven....
代码星球
·
2020-11-01
allure
pytest + allure 生成测试报告
pytest测试样例规则:测试文件以test_开头(以_test结尾也可以)测试类以Test开头,并且不能带有init方法测试函数以test_开头断言使用基本的assert即可ubuntu安装alluresudoapt-add-repositoryppa:qameta/alluresudoapt-getup...
代码星球
·
2020-11-01
pytest
allure
生成
测试
报告
AttributeError: module 'pytest' has no attribute 'allure'
解决pip3uninstallpytest-allure-adaptorpip3installallure-pytest 参考:https://www.cnblogs.com/lansan0701/p/10345142.html...
代码星球
·
2020-11-01
AttributeError
module
#39pytest
has
no
07/26/2019 00:38:17 INFO macOS users need to install XQuartz. See https://support.apple.com/en-gb/HT201341
https://www.xquartz.org/...
代码星球
·
2020-11-01
2019
INFO
macOS
users
need
try except else finally
try..except..else没有捕获到异常,执行else语句try..except..finally不管是否捕获到异常,都执行finally语句 ...
代码星球
·
2020-11-01
try
except
else
finally
firewall防火墙常用操作
#firewall防火墙常用操作-启动```systemctlstartfirewalld```-停止```systemctlstopfirewalld```-重启```systemctlrestartfirewalld```-添加端口```firewall-cmd--zone=public--add-port=82/...
代码星球
·
2020-11-01
firewall
防火墙
常用
操作
maven install的时候把源码一起放到仓库
在pom.xml中加入插件 <build> <plugins> <!--Sourceattachplugin--> &nbs...
代码星球
·
2020-11-01
maven
install
时候
源码
一起
Java compiler level does not match the version of the installed Java project facet解决办法
意思就是projectfacet和javacompilerlevel不一致解决办法:修改projectfacet方法一: 选中工程,右键Property->Projectfacet方法二:找到项目所在的目录,在.settings子目录里面,用文本编辑器打开org.eclipse.wst.common.p...
代码星球
·
2020-11-01
Java
the
compiler
level
does
首页
上一页
...
85
86
87
88
89
...
下一页
尾页
按字母分类:
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
其他