在帮助中搜索qt style sheets 找到这句话: If we want the property to apply only to one specific QLineEdit, we can give it a name using QObject::setObjectName() and ...
分类:
其他好文 时间:
2019-11-08 13:57:00
阅读次数:
153
原文: https://codingthesmartway.com/getting-started-with-rxjs-part-1-setting-up-the-development-environment-creating-observables/ Getting Started With R ...
分类:
Web程序 时间:
2019-11-06 21:21:09
阅读次数:
127
描述 在archlinux下,希望使用curl产生一条使用sslv3的https访问请求。 使用curl的如下命令: 然而很遗憾,因为sslv3太老了,所以它不支持, 根据提示,是openssl不支持。用openssl自身提供的工具进行验证,果然是不支持的,连这个参数也没有。 man openssl ...
分类:
Web程序 时间:
2019-10-31 21:32:17
阅读次数:
188
# Visual Studio # User-specific files *.suo *.user *.userosscache *.sln.docstates # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs # Bui ...
Beats,Logstash负责数据收集与处理。相当于ETL(Extract Transform Load)。Elasticsearch负责数据存储、查询、分析。Kibana负责数据探索与可视化分析。 1、Elasticsearch 6.x版本的安装,我这里使用Elasticsearch 6.7.0 ...
分类:
其他好文 时间:
2019-10-26 15:11:18
阅读次数:
86
BUG记录 "This is a CONNECT tunnel, through which encrypted HTTPS traffic flows. Fiddler's HTTPS Decryption feature is enabled, but this specific tunnel ...
分类:
其他好文 时间:
2019-10-22 13:22:24
阅读次数:
78
Given a non negative integer N , your task is to compute the sum of all the digits of N , and output every digit of the sum in English. Input Specific ...
分类:
其他好文 时间:
2019-10-20 10:57:44
阅读次数:
75
Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The function ...
分类:
其他好文 时间:
2019-10-20 10:38:02
阅读次数:
80
仅仅做个记录,内核4.19 struct net_device { char name[IFNAMSIZ]; //网络设备的名称 struct hlist_node name_hlist; char *ifalias; /* * I/O specific fields * FIXME: Merge ...
分类:
Web程序 时间:
2019-10-19 14:49:50
阅读次数:
161
最近学习大数据Hadoop和hbase,但是奈何虚拟机速度更不上就想使用Windows下的eclipse链接Linux下的Hadoop等文件,但是使用Hadoop的控件可以连接好,而且也能链接hadoop的相关文件,但是到了hbase就会卡住不动,出现以下界面就一直不动。 经过修改别的虚拟机下的ho ...
分类:
系统相关 时间:
2019-10-16 23:26:04
阅读次数:
235