官方文档说明:https://support.apple.com/zh-cn/HT208050 macOS Catalina 版开始 终端会提示 The default interactive shell is now zsh. To update your account to use zsh, ...
分类:
系统相关 时间:
2020-06-23 13:29:25
阅读次数:
109
./createuser --interactive iomsx;Shall the new role be a superuser? (y/n) nShall the new role be allowed to create databases? (y/n) nShall the new rol ...
分类:
其他好文 时间:
2020-06-21 17:42:25
阅读次数:
78
readyState document.readyState 返回当前文档的状态 属性如下: uninitialized 还未开始加载 loading 加载中 interactive 已加载,文档与用户可以开始交互 complete 加载完成 DOMContentLoaded 当 DOMConten ...
分类:
编程语言 时间:
2020-06-16 14:50:20
阅读次数:
76
默认cpu调速器是interactive250-1900 Mhz 4核 安卓8.0 测试软件 kernel edit无任务状态Interactive 900-1000MhzConservativeX 400MhzAbyssplug 1500Mhz-1900Mhz 离线一核心且打开后自动关闭 总cpu... ...
分类:
移动开发 时间:
2020-06-13 17:31:27
阅读次数:
96
DOM readyState属性共5中状态 uninitialized:初始状态 loading:document加载中 loaded: document加载完成 interactive:已加载并可与用户交互,但还需要加载图片等其他资源 complete:全部资源加载完成 DOM文档加载顺序: 解析 ...
分类:
Web程序 时间:
2020-06-02 00:13:58
阅读次数:
95
1.容器使用 1.1启动容器 参数 说明 -d, --detach=false 指定容器运行于前台还是后台,默认为false -i, --interactive=false 打开STDIN,用于控制台交互 -t, --tty=false 分配tty设备,该可以支持终端登录,默认为false -u, ...
分类:
其他好文 时间:
2020-05-31 23:15:52
阅读次数:
107
ondemand 简述: 1、采样时间:sampling_rate,单位us 2、cpu usage是仅统计最新1us的一个smaple周期,以%体现cpu busy程度。 3、一般情况下,next频率f = fmin + busy% * (fmax-fmin);如果busy% > up_thres ...
分类:
其他好文 时间:
2020-05-18 20:48:02
阅读次数:
82
1. Why do I care? Building a summary or pivot table table is very common in daily data analysis. We can use pandas.pivot_table or pandas.dataframe.gro ...
分类:
编程语言 时间:
2020-05-02 16:40:39
阅读次数:
64
GAN Compression: Efficient Architectures for Interactive Conditional GANs Abstract 条件生成对抗网络(cGANs)为许多计算机视觉和图形应用提供了可控的图像合成。然而,最近的cGANs比现代识别CNNs的计算强度高了1 ...
分类:
其他好文 时间:
2020-04-23 15:03:34
阅读次数:
72
MySQL优化-MySQL体系结构 三层体系结构: 连接层 SQL层 存储层 关于timeout 通过jdbc等程序连接的是非交互会话。 通过mysql cli客户端连接的是交互会话。 wait_timeout,关闭非交互连接(程序端)之前等待的秒数。默认8h。 interactive_timeou ...
分类:
数据库 时间:
2020-04-09 20:22:44
阅读次数:
95