New-MailboxExportRequest -mailbox dusonglin -path \\yujianadupc\share 查看邮箱导出状态 Get-MailboxExportRequest 注意:导出后,邮件还在数据库中 ...
分类:
其他好文 时间:
2021-01-07 12:01:42
阅读次数:
0
第一章——软件的本质 思维导图 文件分享 MD文件和思维导图X-mind文件,如需获取请点击:https://share.weiyun.com/WLD31mmq 软件的本质 软件既是产品,也是交付产品的载体 定义软件 教科书式的定义 指令的集合(计算机程序) 通过执行这些指令,可以满足预期的特性、功 ...
分类:
其他好文 时间:
2021-01-06 12:33:23
阅读次数:
0
windows 电脑 执行 react-native 项目,报错如下: error Invalid regular expression: /(.*\\__fixtures__\\.*|node_modules[\\\]react[\\\]dist[\\\].*|website\\node_modu ...
分类:
Web程序 时间:
2021-01-06 12:03:27
阅读次数:
0
https://stackoverflow.com/questions/27301960/errorunable-to-locate-adb-within-sdk-in-android-studio 注意在File->project structure中选择sdk等 Finally after se ...
分类:
移动开发 时间:
2021-01-06 11:54:51
阅读次数:
0
shm.h 1 #ifndef __SHM_H 2 #define __SHM_H 3 4 #include <stdio.h> 5 6 #include <sys/ipc.h> 7 #include <sys/shm.h> 8 9 #define SHM_KEY ((key_t)0x2020123 ...
分类:
其他好文 时间:
2021-01-05 10:37:14
阅读次数:
0
准备编译环境 yum -y install gcc gcc-c++ make autoconf bzip2 bzip2-devel libpng libpng-devel freetype-devel gmp-devel readline-devel curl-devel libxml2-devel ...
分类:
Web程序 时间:
2021-01-02 11:27:46
阅读次数:
0
数据库目录:/var/lib/mysql/ 配置文件:/usr/share/mysql(mysql.server命令及配置文件) 相关命令:/usr/bin(mysqladmin、mysqldump等命令)(*mysql的一种安全启动方式:/usr/bin/mysqld_safe --user=ro ...
分类:
数据库 时间:
2021-01-02 11:08:48
阅读次数:
0
将hive/lib下面的jline-2.12.jar 复制到hadoop目录下 cp /usr/local/src/hive-1.2.2/jline-2.12.jar /usr/local/src/hadoop-2.6.1/share/hadoop/yarn/lib/ ...
分类:
其他好文 时间:
2021-01-01 12:54:42
阅读次数:
0
The Atomic Reference Counter (Arc) type is a smart pointer that lets you share immutable data across threads in a thread-safe way. I couldn’t find any ...
分类:
其他好文 时间:
2021-01-01 12:32:52
阅读次数:
0
Visio Studio Code 插件推荐 Error Gutters 让错误、警告更加明显。 Git History 可以查看历次提交的作者、日期、Hash 值、提交内容、修改的文件等 Output Colorizer 输出美化 Visual Studio Live Share 多人协同编程 L ...
分类:
其他好文 时间:
2020-12-31 12:52:54
阅读次数:
0