ERROR 27-05 13:02:11,659 - 原客户号[4264257810]更新失败org.springframework.orm.hibernate3.HibernateJdbcException: JDBC exception on Hibernate data access: SQL ...
分类:
编程语言 时间:
2020-05-27 13:45:01
阅读次数:
75
org.openqa.selenium.WebDriverException: unknown error: Runtime.executionContextCreated has invalid 'context': {"auxData":{"frameId":"FCF1F193B7F00B925 ...
分类:
移动开发 时间:
2020-05-27 12:21:07
阅读次数:
74
Object.is(data1,data2);//判断数据是否相等 const obj= { "a":12121, "b":'ere' } Object.has('b');//判断obj对象中是否含有该键,有的话返回 true,反之,返回false //Object.assign(obj1,obj2 ...
分类:
其他好文 时间:
2020-05-27 11:50:41
阅读次数:
198
函数式编程中如何处理副作用? 阅读(2,381) 评论(0) Functional_Programming2018-10-28 一.纯函数 纯函数是说没有副作用的函数(a function that has no side effects),有几个好处: 引用透明(referential trans ...
分类:
其他好文 时间:
2020-05-26 20:33:24
阅读次数:
80
1.AttributeError: module 'urllib.response' has no attribute 'read' 代码: res=urllib.response.read().decode('UTF-8')#读取网页内容,用utf-8解码成字节 1) python3中应该 imp ...
分类:
其他好文 时间:
2020-05-25 19:32:09
阅读次数:
61
1039 Course List for Student (25分) Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the cours ...
分类:
其他好文 时间:
2020-05-25 00:25:57
阅读次数:
66
1.问题 在使用 连接MySQL 服务过程,隔一段时间,会报MySQL连接错误: 排查下来,是由于使用无效的连接导致的。 基本场景是: client 连接MySQL,执行SQL后,不立刻关闭连接。client保留连接在连接池中。 接着,MySQL服务发生重启, 或者连接超过最大时长(由wait_ti ...
分类:
数据库 时间:
2020-05-24 16:49:56
阅读次数:
101
安装centos时选择带gui的服务器->选择java环境 问题: Unrecognized option: -vError: Could not create the Java Virtual Machine.Error: A fatal exception has occurred. Progr ...
分类:
其他好文 时间:
2020-05-24 13:50:33
阅读次数:
144
What is the difference between sed and awk sed is a stream editor. It works with streams of characters on a per-line basis. It has a primitive program ...
分类:
其他好文 时间:
2020-05-24 11:34:00
阅读次数:
81
前面的章节是侧重讲解方法的了解和运用,本章节侧重讲解类中设计的一些理念,更多的是一些概念和思维逻辑 本章重点内容: 1、Python和OOP 2、OOP和继承:“is-a”关系 3、OOP和组合:“has-a”关系 4、OOP和委托:“包装器”代理对象 5、类的伪私有属性 6、方法是对象:绑定或未绑 ...
分类:
编程语言 时间:
2020-05-24 09:51:56
阅读次数:
70