今天写Bug的途中查到一个神器,不得不说google的强大,之前曾经查过这个问题,无果,今天用google发现了这个大杀器。 贴代码: Height="{calc:Binding ElementName=mainGrid,Path=ActualHeight/2}" Visibility="{calc ...
CentOS 7镜像下载 官网下载链接:http://isoredirect.centos.org/centos/7/isos/x86_64/ step1: 进入下载页,选择阿里云站点进行下载 Actual Country 国内资源 Nearby Countries 周边国家资源 阿里云站点:htt ...
分类:
其他好文 时间:
2020-04-07 15:44:59
阅读次数:
189
FunctionHotkey (Windows/Linux)Hotkey (macOS) New Ctrl + N Command + N New Window Ctrl + Shift + N Command +Shift + N New Tab (Not Supported) Command + ...
分类:
其他好文 时间:
2020-04-06 14:06:50
阅读次数:
122
Mac, List of the Port occupation Usage of command, for the port management | | 10 Command Examples in Linux: lsof meaning ‘LiSt Open Files’ is used to ...
分类:
系统相关 时间:
2020-04-04 22:54:18
阅读次数:
104
from openpyxl import load_workbookclass Case: def __init__(self): self.case_id = None self.title = None self.method = None self.url = None self.data = ...
分类:
其他好文 时间:
2020-04-03 23:48:50
阅读次数:
96
一定要先拷贝 let { showLabel, actualValue } = this.record; let show = this.rowData[showLabel]; let actual = this.rowData[actualValue]; const { formGroup } = ...
分类:
其他好文 时间:
2020-04-03 22:12:30
阅读次数:
295
罗曼罗兰说过:世界上只有一种英雄主义,就是看清生活的真相之后依然热爱生活。 对于 Lombok 我相信大部分人都不陌生,但对于它的实现原理以及缺点却鲜为人知,而本文将会从 Lombok 的原理出发,手撸一个简易版的 Lombok,让你理解这个热门技术背后的执行原理,以及它的优缺点分析。 简介 在讲原 ...
分类:
其他好文 时间:
2020-03-30 12:37:59
阅读次数:
81
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Calendar c = Calendar.getInstance();1.过去七天 c.setTime(new Date()); c.add(Calenda ...
分类:
编程语言 时间:
2020-03-26 01:01:59
阅读次数:
78
IfcWorkPlanTypeEnum是一种枚举数据类型,指定可以从中选择相关控件的工作计划类型。 IFC4中介绍的历史。派生自IFC2.0中引入的IfcWorkControlTypeEnum。 ConstantDescription ACTUAL A control in which actual ...
分类:
编程语言 时间:
2020-03-23 12:39:56
阅读次数:
81
import pandas as pd import numpy as np df = pd.read_csv('h:/James_Harden.csv',encoding='utf8') df.tail() 最后5场比赛数据 pandas.pivot_table - pandas 0.21.0 d ...
分类:
其他好文 时间:
2020-03-18 22:02:56
阅读次数:
116