PS: 简单分享一下本人装cuda的过程,个人觉得这个cuda安装相比显卡驱动安装更加顺利,没那么多问题跑出,Cuda的版本就不纠结了哈,我直接用自己装过的版本。 Cuda安装( 参考:https://www.cnblogs.com/iloveblog/p/7683349.html) 1. 首先在c ...
分类:
系统相关 时间:
2020-06-06 10:46:58
阅读次数:
81
在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
0x00 废话感慨 技不如人低一等,我的班长告诉我的,很受用!开发一脚本编写的能力,脱离脚本小子的束缚,开启幸福但路途却短暂的仅有万里的长征第一步! 0x01编写前准备 python官方手册:https://docs.python.org/zh-cn/3.7/library/index.html(个 ...
分类:
编程语言 时间:
2020-06-05 21:26:44
阅读次数:
131
1, $ docker image pull library/hello-world 上面代码中,docker image pull是抓取 image 文件的命令。library/hello-world是 image 文件在仓库里面的位置,其中library是 image 文件所在的组,hello- ...
分类:
其他好文 时间:
2020-06-05 20:51:05
阅读次数:
77
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
shiny和shinydashboard使用虽然简单,但控件众多,需及时总结归纳。 install.packages("shinydashboard") shinydashboard的UI包括三部分结构:头header,侧边栏siderbar和主体body: ## ui.R ## library(s ...
分类:
其他好文 时间:
2020-06-05 13:07:50
阅读次数:
91
idea版本更换后,或者gradle刷不到最新包,等等诡异问题,直接清除缓存、完全卸载idea,重装立马搞定删除以下目录: Config: ~/Library/Preferences/IdeaIC13 System: ~/Library/Caches/IdeaIC13 Plugins: ~/Libr ...
分类:
其他好文 时间:
2020-06-04 18:10:50
阅读次数:
1556
###一、新建工程在http://www.oracle.com/technetwork/java/javase/downloads/index.html 下载最新的jdk,在eclipse中新建一个java project,使用jre 1.8以上我们看到,在java project的jre库中,是有 ...
分类:
移动开发 时间:
2020-06-04 16:54:31
阅读次数:
326
struct 将字节串解读为打包的二进制数据 — Python 3.8.3 文档 https://docs.python.org/zh-cn/3.8/library/struct.html 源代码: Lib/struct.py 此模块可以执行 Python 值和以 Python bytes 对象表示 ...
分类:
其他好文 时间:
2020-06-04 13:46:50
阅读次数:
53
am using muPDF library to add fields in existing PDF Documents. I have successfully added a checkbox by defining its appearance. But Text Fields are a ...
分类:
其他好文 时间:
2020-06-04 00:49:03
阅读次数:
139