码迷,mamicode.com
首页 >  
搜索关键字:illegal    ( 764个结果
Python_报错:UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 0: illegal multibyte sequence
Python 报错:UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 0: illegal multibyte sequence 在运行序列化(pickle)相关功能时报错:UnicodeDecodeError: ' ...
分类:编程语言   时间:2018-10-22 22:17:51    阅读次数:281
Illegal instant due to time zone offset transition (Asia/Shanghai)_夏令时问题
Connot parse "1991-04-14",illegal instant due to time zone offset transition(Asia/Shanghai) ...
分类:其他好文   时间:2018-10-18 13:11:04    阅读次数:1129
《算法》第三章部分程序 part 2
? 书中第三章部分程序,加上自己补充的代码,平衡二叉搜索树 ● 平衡二叉搜索树 ...
分类:编程语言   时间:2018-10-14 01:51:24    阅读次数:149
python 读取文件时报错: UnicodeDecodeError: 'gbk' codec can't decode byte 0xa4 in position 127: illegal multibyte sequence
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa4 in position 127: illegal multibyte sequence python读取文件时提示UnicodeDecodeError: 'gbk' codec can't ...
分类:编程语言   时间:2018-10-11 12:55:56    阅读次数:391
HTTP错误:java.lang.IllegalArgumentException: Illegal character in scheme at index 0: ?http://xxxxxx
读取T卡文件里的域名,HTTP请求出现如下错误 java.lang.IllegalArgumentException: Illegal character in scheme at index 0: http://xxxxxxxxxxx at java.net.URI.create(URI.java ...
分类:编程语言   时间:2018-10-09 19:02:53    阅读次数:1024
项目启动时报错:Result Maps collection already contains value for com.xxx.xxx.xx.mapper.XxxMapper.baseResultMap
Caused by: java.lang.IllegalArgumentException: Result Maps collection already contains value for com.xxx.xxx.xx.mapper.XxxMapper.BaseResultMap 这个问题纠结了 ...
分类:移动开发   时间:2018-10-06 00:02:26    阅读次数:1716
try with resources简洁的异常捕获机制
通过前篇的《Java文件IO流的操作总结》,我们知道了基本输入输出流的使用方式,但是每次都需要在finally处关闭流资源,这样操作起来既啰嗦又麻烦,有没有更简洁的方式呢?本篇就来讲解jdk1.7引入的try with resources语法糖式写法。 什么是语法糖 1.之所以称之为语法糖,给人的感 ...
分类:其他好文   时间:2018-10-05 15:06:01    阅读次数:193
Java学习1:static 和 public 不能放在方法里面
在练习具名常量时,以fabonacci数列为例,代码和报错如下: 第4,5行有错,报错如下: 在https://stackoverflow.com/questions/21280038/java-error-illegal-modifier-for-parameter-only-final-perm ...
分类:编程语言   时间:2018-10-02 22:11:45    阅读次数:243
jdk源码——HashMap
JDK1.7 从源码上看,HashMap 实现了Map接口 cloneable接口,和序列化接口 public class HashMap<K,V> extends AbstractMap<K,V> implements Map<K,V>, Cloneable, Serializable{ Hash ...
分类:其他好文   时间:2018-09-25 21:55:35    阅读次数:179
JDK8日期时间库 例子
1. 基本使用例子 2. 封装工具类 3. 参看文档 https://blog.fondme.cn/apidoc/jdk-1.8-google/下的java.time包下相关 https://wizardforcel.gitbooks.io/java8-tutorials/content/Java% ...
分类:其他好文   时间:2018-09-25 19:37:22    阅读次数:198
764条   上一页 1 ... 25 26 27 28 29 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!