06 2022 档案

摘要:1 # -*- coding: utf-8 -*- 2 import os 3 import shutil 4 5 6 def listdir(path, list_name): # 传入存储的list 7 for file in os.listdir(path): 8 file_path = os 阅读全文
posted @ 2022-06-23 16:44 dafengchui 阅读(162) 评论(1) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/57667777 打开文本文档,输入公式:dir *.*/b>文件清单.txt 阅读全文
posted @ 2022-06-21 14:46 dafengchui 阅读(108) 评论(0) 推荐(0) 编辑
摘要:public class InstantiationClass { public static void main(String[] args) throws ClassNotFoundException { Teacher teacher = new Teacher("张三", "123456") 阅读全文
posted @ 2022-06-21 10:26 dafengchui 阅读(54) 评论(0) 推荐(0) 编辑
摘要:CIPU 向下接入物理的计算、存储、网络资源,快速云化并进行硬件加速;向上接入飞天云操作系统,管控阿里云全球上百万台服务器,让算力虚拟化损耗降到 0,并通过规模化应用 RDMA 网络技术,让访问云端比访问本地硬盘更快。 阅读全文
posted @ 2022-06-14 11:55 dafengchui 阅读(18) 评论(0) 推荐(0) 编辑
摘要:#coding=utf-8 import urllib2 import socket import httplib from bs4 import BeautifulSoup UserAgent = 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/ 阅读全文
posted @ 2022-06-13 14:36 dafengchui 阅读(54) 评论(0) 推荐(0) 编辑
摘要:Dim arrayData = "" Dim objExcelWorkBook = "" arrayData = UiElement.DataScrap({"wnd":[{"cls":"Chrome_WidgetWin_1","title":"*","app":"chrome"},{"cls":"C 阅读全文
posted @ 2022-06-08 14:37 dafengchui 阅读(1158) 评论(0) 推荐(0) 编辑
摘要:Dim bRet = "" Dim objRet = "" Dim arrSet = "" Dim arrayRet = "" Dim objExcelWorkBook = "" //--遗漏的lost // objExcelWorkBook = Excel.OpenExcel('''C:\User 阅读全文
posted @ 2022-06-01 15:26 dafengchui 阅读(365) 评论(0) 推荐(0) 编辑
摘要:云原生架构下,可观测领域的 OpenTelemetry 无疑是新时代的可观测标准。它提供的一些组件与工具极大地帮助了企业构建供应商无关的观测架构。 而在另一个领域,服务网格 ,Istio 也逐渐成为事实上的标准实现,它帮助企业从异构多语言微服务体系的复杂泥潭中解脱出来,无感知的为微服务增加动态管理、 阅读全文
posted @ 2022-06-01 15:25 dafengchui 阅读(63) 评论(0) 推荐(0) 编辑

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