码迷,mamicode.com
首页 >  
搜索关键字:specific    ( 1538个结果
Qt子控件样式不生效,因为父控件样式设定
在帮助中搜索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
rxjs 入门--环境配置
原文: 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][tls] archlinux下使curl支持sslv3的方法
描述 在archlinux下,希望使用curl产生一条使用sslv3的https访问请求。 使用curl的如下命令: 然而很遗憾,因为sslv3太老了,所以它不支持, 根据提示,是openssl不支持。用openssl自身提供的工具进行验证,果然是不支持的,连这个参数也没有。 man openssl ...
分类:Web程序   时间:2019-10-31 21:32:17    阅读次数:188
C# git忽略文件 (.gitignore )
# Visual Studio # User-specific files *.suo *.user *.userosscache *.sln.docstates # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs # Bui ...
分类:Windows程序   时间:2019-10-31 10:32:26    阅读次数:674
ElasticStack的入门学习
Beats,Logstash负责数据收集与处理。相当于ETL(Extract Transform Load)。Elasticsearch负责数据存储、查询、分析。Kibana负责数据探索与可视化分析。 1、Elasticsearch 6.x版本的安装,我这里使用Elasticsearch 6.7.0 ...
分类:其他好文   时间:2019-10-26 15:11:18    阅读次数:86
Fiddler 抓包相关
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
PTA (Advanced Level)1005.Spell It Right
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
[LC] 167. Two Sum II - Input array is sorted
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
网络设备驱动程序-netdevice结构体关键部分注释
仅仅做个记录,内核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
eclipse链接hbase卡住不动
最近学习大数据Hadoop和hbase,但是奈何虚拟机速度更不上就想使用Windows下的eclipse链接Linux下的Hadoop等文件,但是使用Hadoop的控件可以连接好,而且也能链接hadoop的相关文件,但是到了hbase就会卡住不动,出现以下界面就一直不动。 经过修改别的虚拟机下的ho ...
分类:系统相关   时间:2019-10-16 23:26:04    阅读次数:235
1538条   上一页 1 ... 15 16 17 18 19 ... 154 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!