1.简单图形 数据: 代码: import pandas as pd import matplotlib.pyplot as plt catering = r'C:\Users\xxx\Desktop\data\课题.xls' df = pd.read_excel(catering) plt.rcP ...
分类:
编程语言 时间:
2021-06-24 18:08:55
阅读次数:
0
$('#gridTable').kendoGrid({ dataSource: { pageSize: 10, serverPaging: true, transport: { read: this.bind(function (options) { if (!options.data.pageSi ...
分类:
其他好文 时间:
2021-06-24 18:05:53
阅读次数:
0
#!/usr/bin/pythonimport csv NewSN = "" # find good SN 给出MAC,寻找对应的SNwith open("DIGI_MAC_28_5_2021_40units.csv", newline='') as csvfile: csv_reader = cs ...
分类:
其他好文 时间:
2021-06-24 18:03:24
阅读次数:
0
转自链接:https://www.jianshu.com/p/1b61ea6098cd作者:憨憨憨豆业务背景介绍 SAP提供BOM反查标准代码为CS15,该CS15可实现物料单层反查BOM和多层反查BOM,以及相应需求数量/结果数量计算;不过SAP未提供批量的反查功能,对此本人大致研究了一下标准程序 ...
分类:
其他好文 时间:
2021-06-24 18:02:23
阅读次数:
0
1.sdk:搭配android studio 安装 2.appium desktop 安装 Android命令 adb logcat adb logcat | grep -i xueqiu过滤特定app数据 adb logcat | grep -i xueqiu | les 缩小过滤范围 ...
分类:
移动开发 时间:
2021-06-24 17:53:34
阅读次数:
0
需求: node1 node2 的 pod 都分配一个网段, node3 node4 的 pod 都分配一个网段 | router | | | | rack-0 | | rack-1 | | kube-node-1 | | kube-node-3 | - - - - - - - - - - - - ...
分类:
其他好文 时间:
2021-06-24 17:43:39
阅读次数:
0
QFile file("E:\\community.txt"); QTextStream in(&file); in.setCodec(QTextCodec::codecForName("UTF-8"));//让文件以UTF-8的方式译码。 if(!file.open(QIODevice::Read ...
分类:
其他好文 时间:
2021-06-24 17:42:59
阅读次数:
0
因为用户名带有中文,在indetity Server4中报错。 解决办法: public IAbpSession AbpSession { get; set; } private readonly TenantManager _tenantManager; private readonly User ...
分类:
其他好文 时间:
2021-06-23 17:14:31
阅读次数:
0
https://www.cnblogs.com/apple2016/p/7525845.html cmd rebot -d . output.xml python import os os.system('rebot -d . output.xml') ...
分类:
Web程序 时间:
2021-06-23 17:05:52
阅读次数:
0
6.22Java多线程happenbefore 编译器和CPU会尝试重排指令使得代码更快地运行 发生情况: 代码间没有直接联系,没有依赖 这样就会发生指令重排a 步骤 拿到指令,进行编译,放入寄存器 >fetch 解码指令,从寄存器中拿值,从主存拷贝到工作内存 >copy 执行选项 >excutor ...
分类:
移动开发 时间:
2021-06-23 17:01:24
阅读次数:
0