51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#常出现
Android socket 使用PrintWriter和BufferedReader发送和接收出现乱码问题解决
项目中用到了Android和C++的通信。选择了用socket发送字符的方式,一開始使用的代码是:socket=newSocket();InetSocketAddressisa=newInetSocketAddress(IP_STR,port);socket.connect(isa,100);Print...
代码星球
·
2020-08-25
Android
socket
使用
PrintWriter
BufferedReader
Genymotion出现Installation error: INSTALL_FAILED_CPU_ABI_INCOMPATIBLE错误解决方法
今天在Genymotion上执行曾经的一个项目(libs中有多个SDK和so文件)时,出现下面错误:Console控制台中:Installationerror:INSTALL_FAILED_CPU_ABI_INCOMPATIBLE Log...
代码星球
·
2020-08-25
Genymotion
出现
Installation
error
INSTALL
pip安装python包出现Cannot fetch index base URL http://pypi.python.org/simple/
pipinstall***安装python包,出现CannotfetchindexbaseURL http://pypi.python.org/simple/错误提示或者直接安装不成功。解决办法1.windows下创建/%user%/pip/pop.ini,并添加以下内容。 ...
代码星球
·
2020-08-24
pip
安装
python
包出现
出现
centos6.5的开机自动部署出现unsupported hardware detected
author:headsenchen date: 2017-12-01 14:52:50 .notice:createdby headsenchen,ifyoucopyortransmit shouldpassedbychenhimself.oryouwill...
代码星球
·
2020-08-24
centos6.5
开机
自动
部署
出现
获取一个字符串中,另一个字符串出现的次数
publicclassDemoText{ publicstaticvoidmain(String[]args){ fun1(); &n...
代码星球
·
2020-08-24
字符串
获取
一个
另一个
出现
Windows下关于Composer使用时出现的问题及解决办法
问题一:Fatalerror:CalltoundefinedmethodComposerPackageCompletePackage::getTransportOptions()inC:UsersidiotAppDataRoamingComposervendorfxpcomposer-asset-pluginPacka...
代码星球
·
2020-08-23
Windows
关于
Composer
用时
出现
解决Win7下运行php Composer出现SSL报错的问题
以前都在linux环境使用phpcomposer。今天尝试在win7下运行composer却出现SSL报错: D:datawwwmmoyusymapp>php-f%phprc%composerinstallLoadingcomposerrepositorieswithpackageinformation...
代码星球
·
2020-08-23
解决
Win7
运行
php
Composer
vue要求更新3.0-》使用axios的时候出现错误
要求更新-Runningcompletionhooks...error:'options'isdefinedbutneverused(no-unused-vars)atsrcpluginsaxios.js:42:32: );Plugin.install=function(Vue,opt...
代码星球
·
2020-08-19
vue
要求
更新
3.0-
使用
多次执行echarts时出现 there is a chart instance already initialized on the dom
原因,多次使用echarts.init(document.getElementById(this.options.zid));设为全局 ...
代码星球
·
2020-08-19
多次
执行
echarts
出现
there
多次执行echarts时出现 there is a chart instance already initialized on the dom
原因,多次使用echarts.init(document.getElementById(this.options.zid));设为全局 ...
代码星球
·
2020-08-19
多次
执行
echarts
出现
there
打开eclipse出现an error has occurred.see the loh file
...
代码星球
·
2020-08-19
打开
eclipse
出现
an
error
运行出现Server Tomcat v8.5 Server at localhost failed to start.和A child container failed during start
出现问题:解决方法:1、看servlet文件中的@WebServlet“()”,里面是否少了/字符,如图:加上即可,有问题随时留言,欢迎您的咨询!...
代码星球
·
2020-08-19
Server
failed
运行
出现
Tomcat
在eclipse中配置Tomcat时,出现“Cannot create a server using the selected type”的错误。
出现原因:Tomcat重新安装,并且安装目录改变了。解决方案:在“Window->preferences->Server->RuntimeEnvironment”,编辑Tomcat的目录为你新安装的目录,然后保存,这样就可以建立Tomcatserver了。  ...
代码星球
·
2020-08-19
eclipse
配置
Tomcat
出现
Cannot
vue history模式下,部署到服务器出现空白页情况
项目场景 vue搭建的项目,路由一直用的hash模式,所以url中都会带有一个“#”号。 现在想要去掉“#”,于是使用history模式{mode:'history'},代码如下:importVuefrom'vue';importAppfrom'./App';impo...
代码星球
·
2020-08-16
vue
history
模式
部署
服务器
小程序input输入框获取焦点时,文字会出现闪动
最近在开发小程序时,发现一个有趣的现象。input里面设置了placeholder,随后当输入框获取焦点时,文字会出现一瞬间的抖动,随后正常。猜想可能是设置的font-family不同引起的抖动,但是还没有找到具体的样式设置,目前还未解决,如有大神有较好的解决办法,欢迎指导。 ...
代码星球
·
2020-08-16
程序
input
输入
获取
焦点
首页
上一页
...
19
20
21
22
23
...
下一页
尾页
按字母分类:
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
其他