51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#提示
git pull的时候提示git pull
yuanqiao@yuanqiao-PCMINGW64/h/WorkSpace/git/dadeTest(dev)$gitpullremote:Enumeratingobjects:7,done.remote:Countingobjects:100%(7/7),done.remote:Compressingobject...
代码星球
·
2021-02-03
git
pull
时候
提示
Idea中JDK为1.8,还提示Diamond types are not supported at this language level
help------about查看ide的版本:IntelliJIDEA2017.3.7(UltimateEdition)Build#IU-173.4710.11,builtonApril4,2019LicensedtoRover12421/Rover12421Youhaveaperpetualfallbacklice...
代码星球
·
2021-02-03
Idea
JDK
提示
Diamond
types
appium 提示报错“TypeError: 'unicode' object is not callable”的解决方式!
这里提到的这个报错,是小错误且容易经常会犯,有时需要特别注意使用。目的要求结果:根据某个元素的id值获取到对应id的text值,并且将获取的text值与本身存在的text值做比较,查看text值是否相等,这在自动化测试过程中经常会存在的做法,主要用作测试之后的检查,查看是否自动化执行到某一个步骤成功,因此通过id获取到...
代码星球
·
2021-02-03
appium
提示
报错
TypeError
#39unicode
让 zend studio 识别 Phalcon语法并且进行语法提示
让zendstudio 识别Phalcon语法并且进行语法提示https://github.com/phalcon/phalcon-devtools/tree/master/ide下载解压后,把里面phalcon整个目录复制到workspace的C:DocumentsandSettingsAdministra...
代码星球
·
2021-02-02
语法
zend
studio
识别
Phalcon
SpringCloud连接远程nacos报错,一直提示连接本地的localhost:8848
spring.cloud.nacos.discovery.server-addr=xxx.xxx.xxx.xxx:8848spring.application.name=服务名在resources下创建:bootstrap.properties#nacosconfigspring.cloud.nacos.config....
代码星球
·
2021-02-01
连接
SpringCloud
远程
nacos
报错
remote: Coding 提示: Authentication failed问题解决
今天为当前的git仓库添加另一个远程仓库,但是密码记不清了,输入后认证失败了每次执行强制推送都会出现提示,不再弹出用户名密码的窗口报错:remote:Coding提示:Authenticationfailed.remote:认证失败,请确认您输入了正确的账号密码。fatal:Authenticationfailedfo...
代码星球
·
2021-02-01
remote
Coding
提示
Authentication
failed
Spring boot启动成功后输出提示
添加logback-spring.xml,将log输出到文件,控制台输出的level改为error因此只会出处bannersrc/main/resources/banner.txt的内容为 start...但是输出完banner后,springboot并没有启动完毕因此,我想在Springboot启动成功后输...
代码星球
·
2021-02-01
Spring
boot
启动
成功
输出
使用vi时提示 write error in swap file
今天使用vi命令时,提示writeerrorinswapfile查了下原因,磁盘空间不够df-h使用rm-rf文件名,删除不用的使用echo"">文件名,清空文件 ...
代码星球
·
2021-02-01
使用
vi
提示
write
error
windows下redis启动失败提示maxheap flag
windows下redis启动失败D:edis>redis-server.exeredis.conf[8292]18Oct15:51:39.789#TheWindowsversionofRedisallocatesamemorymappedheapforsharingwiththeforkedprocessuse...
代码星球
·
2021-02-01
windows
redis
启动
失败
提示
Yii2提示信息设置方法
显示信息提示用户时,可以用setFlash,hasFlash,getFlashfunctionactionOk(){Yii::app()->user->setFlash('success','Everythingwentfine!');$this->redirect('index');}functio...
代码星球
·
2021-02-01
Yii2
提示
信息
设置
方法
在Eclipse中执行Andorid test preject提示The connection to adb is down, and a severe error has occured.解决方法
启动android模拟器时.有时会报Theconnectiontoadbisdown,andasevereerrorhasoccured.的错误.在网友说在任务管理器上把所有adb.exe关闭掉.重启eclipse.但试过不管用.所以在外国网站上找到一种可行的方法:1.先把eclipse关闭.2.在管理器转到你的and...
代码星球
·
2021-01-31
Eclipse
执行
Andorid
test
preject
在命令提示符下,怎么查看windows开启了哪些服务?
netuse\ipipc$""/user:""建立IPC空链接 netuse\ipipc$"密码"/user:"用户名"建立IPC非空链接 netuseh:\ipc$"密码"/user:"用户名"直接登陆后映射对方C:到本地为H: netuseh:\ipc$登陆后映射对方C:到本地为H:&...
代码星球
·
2021-01-31
命令
提示符
怎么
查看
windows
WIN7 64位 IE10打开WEB管理提示证书不安全
用IE10只要在CMD里运行certutil-setregchainminRSAPubKeyBitLength512就好了...
代码星球
·
2021-01-31
WIN7
64位
IE10
打开
WEB
创建动态工具栏并设置工具栏按钮提示
1、创建对话框程序,导入8个图标资源。2、在对话框头文件中声明变量,代码如下:CToolBar m_ToolBar; CImageList m_ImageList; CString m_TipText; 3、在对话框中oninitdialg函数中创...
代码星球
·
2021-01-31
工具栏
创建
动态
设置
按钮
元素的超链接和图片提示效果
在现代的浏览器中,超链接都自带了提示,只需要在超链接中加入title属性就可以实现提示效果,但是这个提示效果的响应速度非常缓慢,接下来就通过代码手动实现一个类似的功能。首先是在空白页面,添加两个普通超链接和两个带有class的超链接。<!DOCTYPEhtml><html><head>...
代码星球
·
2021-01-26
元素
超链
接和
图片
提示
首页
上一页
...
7
8
9
10
11
...
下一页
尾页
按字母分类:
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
其他