1.引入maven坐标 <!--二维码生成--> <dependency> <groupId>com.google.zxing</groupId> <artifactId>core</artifactId> <version>${zxing-version}</version> </dependen ...
分类:
编程语言 时间:
2021-01-04 11:09:14
阅读次数:
0
其实vertical-align是用来设置行内元素对齐方式的。说白了就是display属性值为inline、inline-block、inline-table另加一个table-cell的元素。 作用1:可以大概的让元素居中对齐 作用2:去除图片底色的空白缝隙,这种情况是图片下面有空白部分 ...
分类:
其他好文 时间:
2021-01-02 10:54:01
阅读次数:
0
1 public class MyClass 2 { 3 public static void UseParams(params int[] list) 4 { 5 for (int i = 0; i < list.Length; i++) 6 { 7 Console.Write(list[i] + ...
参考:https://www.qutaojiao.com/8043.html ESP8266的HTTP请求:http://www.taichi-maker.com/homepage/iot-development/iot-dev-reference/esp8266-c-plus-plus-refer ...
分类:
Web程序 时间:
2020-12-31 12:49:50
阅读次数:
0
需求:MacBook 触控板+键盘高效工作,但屏幕太小。台式机也正在运行,但不是经常使用。 台式机原本连接了显示器的DP(Display Port)接口,可以在不关机情况下,直接再用HDMI接口连接MacBook使用,不用的时候拔下MacBook一端即可,显示器上线可一直保留。 DP或HDMI两个接 ...
分类:
其他好文 时间:
2020-12-31 12:46:21
阅读次数:
0
雕爷学编程,Arduino动手做,开源硬件,创客传感器,HX711 人体称重模块 ...
分类:
其他好文 时间:
2020-12-31 12:23:39
阅读次数:
0
当有中文列的时候,设置列对齐: pd.set_option('display.unicode.ambiguous_as_wide', True) pd.set_option('display.unicode.east_asian_width', True) Pandas按行遍历DataFrame的3 ...
分类:
其他好文 时间:
2020-12-31 11:44:48
阅读次数:
0
“打工人,打工魂,打工人是人上人!” 最近,“打工人”这个词忽然霸屏网络。从朋友圈文案到表情包,甚至在日常聊天中,都经常被人问候:“早安,打工人!” 据媒体考证,“早安,打工人!”最早出自于网红“抽象带篮子”之手。9月末,该博主在B站发布了多条以“打工人”为主题的短视频。视频中,他带着东北口音高喊: ...
分类:
其他好文 时间:
2020-12-30 11:09:33
阅读次数:
0
先来个简单的例子RelayCommand(() => this.AddPerson(), () => this.CanAddPerson()); 可以翻译为 RelayCommand(参数一, 参数二); 参数一 :() => this.AddPerson() 参数二 :() => this.Can ...
ESP8266WiFiSTA库:http://www.taichi-maker.com/homepage/iot-development/iot-dev-reference/esp8266-c-plus-plus-reference/esp8266wifista/ ESP8266WiFiAP库:ht ...
分类:
其他好文 时间:
2020-12-29 12:04:27
阅读次数:
0