可选 nextcloud、seafile、syncthing 1. seafile https://www.jianshu.com/p/43f570118e63 https://www.jianshu.com/p/bd4b55b6d0cd http://www.senra.me/build-your ...
分类:
系统相关 时间:
2020-06-07 14:47:45
阅读次数:
102
idea中打开设置,启用Android Support 下图需要一些相关知识来分析,关键字:Shallow Size(浅层大小)、Retained size(保留大小) ...
分类:
其他好文 时间:
2020-06-07 11:25:02
阅读次数:
926
在项目中随手把haseMap改成了currenHaseMap差点被公司给开除了
分类:
其他好文 时间:
2020-06-06 23:10:27
阅读次数:
56
结构图 graph LR; A(libedu.h) --> B(libedu_typedef.h); A --> C(libedu_support.h); A --> D(libedu_util.h); A --> E(libedu_load.h); A --> F(libedu_analyze.h ...
分类:
系统相关 时间:
2020-06-06 21:59:45
阅读次数:
78
目标:输入电影名称,显示其基本信息,并生成一张评论词云图 电影信息来源为豆瓣网,搜索页面地址为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