码迷,mamicode.com
首页 >  
搜索关键字:about    ( 4393个结果
Concurrency with asyncio
Concurrency is about dealing with lots of things at once. Parallelism is about doing lots of things at once. Not the same, but related. One is about s ...
分类:其他好文   时间:2020-03-21 09:32:11    阅读次数:59
[python]PyQt5- QMessageBox弹窗的应用
QMessageBox.about(self, '结果', '猜大了!') QMessageBox.about(self,标题,提示内容) ...
分类:编程语言   时间:2020-03-19 15:14:26    阅读次数:52
Difference between MB Star C3 and MB Star C4
Many times ago, i saw a blog about MB sd connect C4 for benz, the author said he like this tool very much, and make a comparison with mb star c3 for a ...
分类:其他好文   时间:2020-03-18 20:17:45    阅读次数:71
OpenCV - waitKey() can't capture the first Tab keypress
Looks like "QT" UI backend has been enabled in OpenCV build. TAB can be preserved to switch between "UI elements" in that case.Check build configurati ...
分类:其他好文   时间:2020-03-18 15:34:32    阅读次数:59
2019-ICPC沈阳重现:7-1 A-Leftbest
直接用set中的upper_bound! 7-1 A-Leftbest Jack is worried about being single for his whole life, so he begins to use a famous dating app. In this app, the u ...
分类:其他好文   时间:2020-03-18 11:56:29    阅读次数:89
About grub2(fc30)
TAB for more information Boot Entry Linux >root=(hd0,1) #linux img/linux root(hd0, gpt1), (hd1, msdos1) >linux /boot/linuz-X.X.X.img root=/dev/sdb1 >i ...
分类:其他好文   时间:2020-03-15 11:48:03    阅读次数:68
Jenkins集成sonarQube 8.2
目录准备 mkdir p /home/jenkins_root/sonarQube/{sonarqube_data,sonarqube_extensions,sonarqube_logs,conf} mkdir p /home/jenkins_root/sonarQube/postgreSQL_da ...
分类:其他好文   时间:2020-03-15 11:40:41    阅读次数:172
P/Invoke今日谈
没想到10来年之后又要用到P/Invoke了,为了能用上RocketMQ,不得不用P/Invoke和rocketmq-client-cpp来打交道,花了两三天吧,把这条路彻底打通了,具体过程另外在写,这里就写一个和P/Invoke有关的小知识点。 在用.NET客户端测试的时候,已经可以接收到消费消息 ...
分类:其他好文   时间:2020-03-14 22:13:34    阅读次数:74
Akina for Typecho主题使用介绍
Akina for Typecho除了原本Akina的特性外,加入了DNS预解析,或许可以加快站点的访问速度。 支持了无插件的代码高亮、ajax翻页、评论,还为a标签加入了Nofollow和" target="_blank"、提供网站副标题填写、禁止百度搜狗等搜索引擎对网站的转码、等,以保证友好的S... ...
分类:其他好文   时间:2020-03-14 20:31:33    阅读次数:74
[记录] Disruptor 介绍
Dissecting the Disruptor: What's so special about a ring buffer? Trisha's Ramblings: Dissecting the Disruptor: Why it's so fast (part one) - Locks Are ...
分类:其他好文   时间:2020-03-14 15:06:15    阅读次数:70
4393条   上一页 1 ... 17 18 19 20 21 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!