Three General Guidelines of Recycling Recycle all bottles, cans, and paper Keep items relatively clean Don’t mix plastic bags in with the rest of your ...
分类:
其他好文 时间:
2020-06-28 09:41:50
阅读次数:
60
基于任务的异步编程 基于任务的异步模式 (TAP) 是基于 System.Threading.Tasks 命名空间中的 System.Threading.Tasks.Task<TResult> 和 System.Threading.Tasks.Task 类型,这些类型用于表示任意异步操作。 TAP ...
分类:
其他好文 时间:
2020-06-28 00:37:45
阅读次数:
94
https://math.stackexchange.com/questions/326197/the-equivalence-between-cauchy-integral-and-riemann-integral-for-bounded-functio https://zhuanlan.zhih ...
分类:
其他好文 时间:
2020-06-28 00:22:26
阅读次数:
63
ubuntu20.04更改登陆背景 下载 ubuntu-20.04-change-gdm-background 这个sh文件 wget github.com/thiggy01/ubuntu-20.04-change-gdm-background/raw/master/ubuntu-20.04-cha ...
分类:
系统相关 时间:
2020-06-28 00:00:09
阅读次数:
496
1.启动数据库报错:ORA-01102:cannot mount database in EXCLUSIVE mode 给客户处理oracle故障,遇到如下报错: 以sys登录至数据库,执行shutdown immediate; startup;命令报错如下: 数据库默认以独占(EXCLUSIVE) ...
分类:
数据库 时间:
2020-06-27 09:48:07
阅读次数:
81
[adb 连接手机] cannot connect to 192.168.137.137:5555: 由于目标计算机积极拒绝,无法连接。(10061) 首先打开开发者选项然后依次操作: 1. 将安卓设备usb连接到电脑 2. 设备链接到wifi 3. Ping设备ip,检查是否可通信 4. 在cmd ...
分类:
数据库 时间:
2020-06-26 21:58:30
阅读次数:
133
报错信息:java.lang.ClassCastException: com.example.yijie.MainData cannot be cast to androidx.fragment.app.Fragment 报错关键点:XXXX cannot be cast to XXXXX 报错说明 ...
分类:
移动开发 时间:
2020-06-26 21:50:03
阅读次数:
85
Session--验证码案例(Java) 博客说明 文章所涉及的资料来自互联网整理和个人总结,意在于个人学习和经验汇总,如有什么地方侵权,请联系本人删除,谢谢! 案例 用户输入用户名,密码以及验证码。 如果用户名和密码输入有误,跳转登录页面,提示:用户名或密码错误 如果验证码输入有误,跳转登录页面, ...
分类:
编程语言 时间:
2020-06-26 20:14:00
阅读次数:
58
TypeScript 作为 JavaScript 的超集,在开发过程中不可避免要引用其他第三方的 JavaScript 的库。虽然通过直接引用可以调用库的类和方法,但是却无法使用TypeScript 诸如类型检查等特性功能。为了解决这个问题,需要将这些库里的函数和方法体去掉后只保留导出类型声明,而产... ...
分类:
其他好文 时间:
2020-06-26 10:27:35
阅读次数:
56
问题: Reading the changes in Python 3.1 , I found something... unexpected: 阅读Python 3.1中的更改后 ,我发现了一些意外…… The sys.version_info tuple is now a named tuple ...
分类:
编程语言 时间:
2020-06-25 21:29:15
阅读次数:
58