解决:UIBarButtonItem size issue.尺寸 ...
分类:
其他好文 时间:
2020-04-22 11:40:18
阅读次数:
68
1:空白空间的处理 white-space:;prepre-wrappre-lineinherit 继承!nowrap 不让文本换行 2:溢出属性(控制内容溢出时候的显示方式) overflow属性:?? auto 当内容超出的时候有滚动条,没有超出的时候没有滚动条?? scroll 添加滚动条?? ...
分类:
其他好文 时间:
2020-04-21 13:20:56
阅读次数:
66
4.2 Fold Expressions 4.2 折叠表达式 Since C++17, there is a feature to compute the result of using a binary operator over all the arguments of a parameter ...
分类:
其他好文 时间:
2020-04-18 19:00:14
阅读次数:
82
1、使用 & 符号连接 示例:=Fields!ID.Value & Fields!Name.Value ...
<ec:PathListBox x:Name="numberPathListBox" IsHitTestVisible="False"> <ec:PathListBox.ItemTemplate> <DataTemplate> <TextBlock Foreground="White" Text=" ...
<link rel="stylesheet" type="" href="css/02.css"/> <p>diwjkdfjdjfjdskjfkdjfjdfkjddkfjoijefkjdklfjdhfoiehoihghkwh</p> p{ width: 50px;white-space: norma ...
分类:
其他好文 时间:
2020-04-17 09:54:23
阅读次数:
74
`echo 最基本和最常用`的命令之一。 传递给 echo 的参数被打印到标准输出中。 通常用于 shell 脚本中,用于显示消息或输出其他命令的结果。 echo 命令 是 Bash 和其他大多数流行的 shell,如 Zsh 和 Ksh 中的一个 shell 内置程序。 它的行为在不同的 shel ...
分类:
系统相关 时间:
2020-04-16 22:30:45
阅读次数:
81
目的是记录下配置,方便以后自己查找。 自己用的VSCODE + IAR 进行开发,由于iar打开太慢,经过这样配置的话,至少不用打开编译器了,就可以方便的编译了 但vscode也不是很稳定,经历过一次一个文件的内容莫名奇妙的被改成其他文件内容的了 vscode 插件个人觉得主要还是iar for v ...
分类:
其他好文 时间:
2020-04-15 21:51:50
阅读次数:
320
要抓手机app的包,手机配置好代理后,能连接到Charles,但是手机无法上网。 原因:Charles开启了White list 解决方式:关闭White List;Tools-->White List 实现charles抓取手机访问(https)的数据包,主要有以下几个步骤 1、mac端安装ssl ...
分类:
移动开发 时间:
2020-04-15 13:37:43
阅读次数:
598
#4.8.pyimport matplotlib.pyplot as pltimport jiebafrom wordcloud import WordCloudtxt = open("傲慢与偏见.txt", "r", encoding='utf-8').read()excludes = {"先生" ...
分类:
其他好文 时间:
2020-04-15 11:01:38
阅读次数:
85