目标:输入电影名称,显示其基本信息,并生成一张评论词云图 电影信息来源为豆瓣网,搜索页面地址为https://search.douban.com/movie/subject_search?由于其页面是通过js渲染的,直接通过requests请求是拿不到电影信息数据的,所以在此我先用selenium获 ...
分类:
其他好文 时间:
2020-06-06 13:08:30
阅读次数:
1461
在Android studio 3.6 中要使用ToolBar,不是百度所说的添加: <android.support.v7.widget.Toolbar></android.support.v7.widget.Toolbar> 的上述标签,而是以下标签: <androidx.appcompat.w ...
分类:
移动开发 时间:
2020-06-06 00:31:03
阅读次数:
105
weblogic打补丁小结: 在WebLogic Server 10.3.4之后的版本, Oracle 提供了 PSUs (patch set updates). 具体参考(My Oracle Support Note 1306505.1). 在1470197.1 文档中,描述了weblogic当前 ...
分类:
Web程序 时间:
2020-06-05 15:28:53
阅读次数:
212
本文主要介绍TCC的原理,以及从代码的角度上分析如何实现的;不涉及具体使用示例。本文分析的是github中开源项目tcc-transaction的代码,地址为:https://github.com/changmingxie/tcc-transaction,当然github上有多个tcc项目,但是他们 ...
分类:
其他好文 时间:
2020-06-03 17:13:28
阅读次数:
82
相关的NOTE: https://launchpad.support.sap.com/#/notes/0002148910 https://launchpad.support.sap.com/#/notes/737625 https://launchpad.support.sap.com/#/not ...
分类:
其他好文 时间:
2020-06-03 16:03:45
阅读次数:
104
在安装完MySQL的时候,我们现在一般都使用Navicat来连接数据库,可惜出现下面的错误:1251-Client does not support authentication protocol requested by server; consider upgrading MySQL clien ...
分类:
数据库 时间:
2020-06-02 19:14:39
阅读次数:
105
url上的中文字符是ISO-8859-1。后台获取中文乱码解决问题。 需要转码 public static String changeCharset(String str, String defaultValue) { if (str != null) { try { if ((StringUtil ...
分类:
Web程序 时间:
2020-06-02 18:50:56
阅读次数:
116
注意需要引入spring的架包,spring-core-xxxxx1.PropertiesUtil.java package com.h3c.portal.business.common.util; import org.springframework.core.io.support.Propert ...
分类:
编程语言 时间:
2020-06-02 18:36:44
阅读次数:
112
参考: http://postgis.net/2017/11/07/tip-move-postgis-schema/Move PostGIS extension to a different schemaAs of PostGIS 2.3, the postgis extension was cha... ...
分类:
其他好文 时间:
2020-06-01 12:14:38
阅读次数:
82
3、kubernetes安装 3.1、规划 hostname ip 内存 核 硬 说明 harbor 192.168.136.30 2G 2 100G 私有仓库 koolshare 2G 2 20G 软路由 k8s-master 192.168.136.10 2G 4 100G k8s-node1 ...
分类:
其他好文 时间:
2020-05-31 12:56:53
阅读次数:
44