logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Caused by: flex.messaging.MessageException: Cannot create class of type

http://blog.csdn.net/zjy660358/article/details/78872504

#java
海康威视SDK登录失败,错误码为8

耗时几天,终于找到真因问题背景:调试正常,突然之间啥都没改,一直报8错误。一试官网上再次下载最新版本SDKhttps://open.hikvision.com/download/5cda567cf47ae80dd41a54b3?type=10HCNetSDK.java版本较多,适合自己的(所调功能中类、方法、常量均有)二试telnet 8000 一直成功换了ip,换了端口,重启了设备,还是没用三试

微信小程序授权登录解决方案(含未通过授权解决方案)

getUserInfoF:function(){var that = this;wx.getSetting({success: (res) => {console.info(res.authSetting);wx.getUserInfo({success: res => {...

Charles 抓取intellij idea程序发出的http请求

1、Charles配置代理2、程序设置System.setProperty("http.proxyHost", "127.0.0.1");System.setProperty("http.proxyPort", "8888");

Failed to write core dump. Minidumps are not enabled by default on client version of windows

换成JDK8_212。已经跑了一天了,正常运行。客户的机器windows 10 专业版本。程序上去跑几个小时,字段断掉报错。

文章图片
Arrays.asList contains int无效

int[] ints = {1,2,3,4};if(Arrays.asList(ints).contains(3)){System.out.println("true");}else{System.out.println("false");}输出false从我理解角度讲讲这种现象public static <T> List<T> asList(T... a) {return

android虚拟机实现于本地PC相互通信

android虚拟机访问本地pc     ip  10.0.2.2 port 就是你应用程序所占用的端口 本地pc访问android虚拟机  1  启动虚拟机 得到虚拟机所占用的端口,一般现实在任务栏上  比如 端口:虚拟机名2  命令行模式 输入 telnet localhost  端口号3  redir add ::比如  redir add tcp:4545:45

#android#udp
dial tcp: lookup index.docker.io on 10.0.2.3:53: server misbehaving

Docker在win7环境虚拟机中 docker pull hello-world 报错Error while pulling image: Get https://index.docker.io/v1/repositories/library/hello-world/images: dial tcp: lookup index.docker.io on 10.0.2.3:53: server m

dial tcp: lookup index.docker.io on 10.0.2.3:53: server misbehaving

Docker在win7环境虚拟机中 docker pull hello-world 报错Error while pulling image: Get https://index.docker.io/v1/repositories/library/hello-world/images: dial tcp: lookup index.docker.io on 10.0.2.3:53: server m

vue form action post 方式提交

<form action="testform" method="post" @submit="submit($event)"></form>submit: function(event) {event.preventDefault();//validate failreturn true;//validate success return true or false}

    共 16 条
  • 1
  • 2
  • 请选择