07 2022 档案

摘要:import pandas as pd df = pd.DataFrame(data={'id': [1, 2, 3], 'name': ['a', 'b', 'c']}) print(df) df.to_excel('z.xlsx') import pandas as pd df = pd.Dat 阅读全文
posted @ 2022-07-30 19:53 ascertain 阅读(115) 评论(0) 推荐(0) 编辑
摘要:DATE: DATETIME: TIMESTAMP: Fractional Seconds: 阅读全文
posted @ 2022-07-26 23:18 ascertain 阅读(21) 评论(0) 推荐(0) 编辑
摘要:https://dev.mysql.com/doc/refman/8.0/en/fractional-seconds.html CREATE TABLE fractional (c1 TIME(3), c2 DATETIME(3), c3 TIMESTAMP(4)); 阅读全文
posted @ 2022-07-26 22:28 ascertain 阅读(44) 评论(0) 推荐(0) 编辑
摘要:https://dev.mysql.com/doc/refman/8.0/en/timestamp-initialization.html CREATE TABLE t1 ( ts TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMES 阅读全文
posted @ 2022-07-26 22:20 ascertain 阅读(22) 评论(0) 推荐(0) 编辑
摘要:Service Pack (SP) What Does Service Pack (SP) Mean? A service pack (SP) is a patch and upgrade suite that complements an established operating system 阅读全文
posted @ 2022-07-26 15:32 ascertain 阅读(1917) 评论(0) 推荐(0) 编辑
摘要:pathmunge函数是RHEL系/etc/profile中定义的一个函数, 用来添加路径到PATH环境变量中, 在/etc/profile最后使用unset -f pathmunge取消了函数定义, 故shell中没有此函数定义 第一版: pathmunge() { if ! echo $PATH 阅读全文
posted @ 2022-07-17 14:44 ascertain 阅读(496) 评论(0) 推荐(0) 编辑
摘要:SMB Server Message Block $result = foreach ($share in $(Get-SmbShare)) { Get-SmbShareAccess -Name $share.Name | Where-Object {$_.AccountName -cmatch ' 阅读全文
posted @ 2022-07-09 22:02 ascertain 阅读(150) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示