1 首先需要引用 jmail.dll 1 首先需要引用 jmail.dll 下面是 发送邮件 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using S ...
一、导入classpath 加入classpath的第三方jar包内的class文件才能在项目中使用 创建lib文件夹 将commons-io.jar拷贝到lib文件夹 右键点击commons-io.jar,Build Path→Add to Build Path 二、 FilenameUtils ...
分类:
其他好文 时间:
2020-03-01 14:28:55
阅读次数:
47
软件版本信息: python: 3.8.2 , 64位 基于virtualenv创建工程后,在file/settings/project interpreter中安装numpy时提示缺少visual c++ 14.0,如下图所示。 解决办法: 直接到微软官网下载:Microsoft Build To ...
分类:
编程语言 时间:
2020-03-01 12:34:55
阅读次数:
193
EventBus 是 Android 开发的一种常用框架,其解耦的思维令人赞叹 从特性上来讲,其与 Android SDK中的BroadcastReceiver很像,二者都是注册,发送事件,反注册,都可以定义事件的优先级,且都支持粘性(sticky)事件,只是EventBus 使用起来简单得多,而且 ...
分类:
其他好文 时间:
2020-03-01 09:12:47
阅读次数:
54
注意:无特殊说明,Flutter版本及Dart版本如下: Flutter版本: 1.12.13+hotfix.5 Dart版本: 2.7.0 基础用法 在展示大量数据的时候我们第一会想到使用ListView,如果你觉得ListView比较单一、枯燥,你可以使用ListWheelScrollView, ...
分类:
其他好文 时间:
2020-02-29 22:23:28
阅读次数:
89
Fred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land, he learned that the stat ...
分类:
其他好文 时间:
2020-02-29 20:40:05
阅读次数:
67
CSRF概念:CSRF跨站点请求伪造(Cross—Site Request Forgery),跟XSS攻击一样,存在巨大的危害性,你可以这样来理解: 攻击者盗用了你的身份,以你的名义发送恶意请求,对服务器来说这个请求是完全合法的,但是却完成了攻击者所期望的一个操作,比如以你的名义发送邮件、发消息,盗 ...
分类:
其他好文 时间:
2020-02-29 12:49:47
阅读次数:
59
大型补档补了一年 "题目链接" 考虑枚举月之数的数列和,然后展开dp预处理 设当前模数为 $P$ $f[i][j][k]$ 表示一共有 i 位数字,数位和为 j,数值和 % P 的值为 K $f[1][i][i \% P]++$ 初始化 ($0 include include using names ...
``` # 运行 go 文件 go run hello/hello.go # 指定生成文件的名字 go build -o bin/hahaha.exe github.com/hello # 将build后文件保存到 GOPATH 目录下 bin 文件下 go install github.com/h... ...
分类:
其他好文 时间:
2020-02-28 20:24:39
阅读次数:
39
安装numpy,记得是Numpy+mkl的版本,否则后续安装matplotlib会出现问题。 step1: 下载wheel of NumPy build for AMD64 on Windows,在Python Extension Packages for Windows 下载 numpy-1.10 ...
分类:
编程语言 时间:
2020-02-28 19:03:03
阅读次数:
137