ptz 发布的文章

作者:晓皎 链接:https://www.zhihu.com/question/309005617/answer/629600967 来源:知乎 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

我先泼一盆凉水:真正懂行的人就知道,目前国内没有任何一款免费的下载软件能够替代迅雷。注意两个限定词:「国内」,「免费」机智的朋友一看「免费」,莫非「付费」软件就能替代迅雷了?的确,这次我介绍的软件下载速度和使用体验绝对吊打迅雷。

- 阅读剩余部分 -

今天用 qt 中的按键的时候,希望按键有两种状态,通过 clicked(bool) 发送信号给槽,结果一直发的是 false,不能为 true,后来终于找到问题了,有两种解决方法。

  1. 在 button 的属性里面选择 checkable
  2. 在代码里面增加 yourButton->setCheckable(true)

使用 qextserialport 编写串口助手的时候,提示找不到 __imp_SetupDiGetDeviceRegistryPropertyW,经过摸索有以下两种解决方法:

第一种: 把相应的源文件手动加入到项目中,不要加入 qextserialport.pri 文件,在 项目 pro 文件中,按照当前的系统平台,加入库文件,比如说: win 平台,需要加入

win32:LIBS             += -lsetupapi -ladvapi32 -luser32

第二种: 不要手动加入源文件到项目中。在 项目 pro 文件中加入 qextserialport.pri 文件。

include(3rdparty/qextserialport/src/qextserialport.pri)

相比较而言,明显是第二种更加方便。

首先安装 git,然后下载 gogs. 在gogs 文件夹位置 启动。

gogs.exe web

打开浏览器,输入 127.0.0.1:3000 ,安装 gogs,注意数据库选择,仓库根目录,管理员帐号。 然后下载 nssm,按照 gogs 的教程来设置 nssm,注册相应的服务即可。

在gentoo 上面,如果需要下载 youku 的视频的话,可以使用 annie 这个软件来下载。annie 软件主页:https://github.com/iawia002/annie#installation. annie 支持以下网站:

Site URL  Videos  Images  Playlist  VIP adaptation 抖音 https://www.douyin.com
哔哩哔哩 https://www.bilibili.com ✓ ✓ ✓ 半次元 https://bcy.net
pixivision https://www.pixivision.net
优酷 https://www.youku.com ✓ ✓ YouTube https://www.youtube.com ✓ ✓
爱奇艺 https://www.iqiyi.com
芒果TV https://www.mgtv.com
Tumblr https://www.tumblr.com ✓ ✓
Vimeo https://vimeo.com
Facebook https://facebook.com
斗鱼视频 https://v.douyu.com
秒拍 https://www.miaopai.com
微博 https://weibo.com
Instagram https://www.instagram.com ✓ ✓
Twitter https://twitter.com
腾讯视频 https://v.qq.com
网易云音乐 https://music.163.com
音悦台 https://yinyuetai.com

先安装 go 语言:

emerge -av go

然后安装 annie

go get github.com/iawia002/annie

可以先用 annie -i URL 来查看视频相关信息,比如说不同的视频质量, 然后用 annie -f mp4hd2 URL 这样的命令来下载指定质量的视频。 对于 youku 的URL,比如说: https://v.youku.com/v_show/id_XMjY1NTc3NDc0OA==.html?spm=a2h0k.11417342.soresults.dtitle 可以只用 https://v.youku.com/v_show/id_XMjY1NTc3NDc0OA==.html 即可。

转自: https://blog.csdn.net/u010649766/article/details/78567629

Ubuntu 下使用 Thunderbird 做邮件客户端,因为实在是找不到类似 Foxmail 一样的软件了。 幸好,Ubuntu 自带这款软件,但是用起来有个问题就是只能接受邮件不能发送邮件。

工具 => 附加组件 => 搜索 “exchange” 安装 “ExQuilla” 工具 => 启动”ExQuilla for Microsoft Exchange” => “Add Microsoft Exchange account” 填写邮箱地址和密码, 其他默认, 然后下一步 直接点 “do auto discover”, 出现两个绿色的小原点就代表一切 OK, 然后下一步 欧了…… 从头到尾只需要填写邮箱和密码即可,其他默认

转自:http://blogs.umass.edu/Techbytes/2014/04/03/configuring-exchange-email-and-calendar-in-thunderbird/

Configuring Email clients can be a frustrating task due to the sheer number of different server settings that need to be properly entered in order for it to work properly and the variety of choices in desktop mail clients. Fortunately, this guide is written specifically for configuring UMass Amherst Exchange mail and calendaring for Thunderbird, an open source desktop mail client that is compatible with most Windows, OS X, and Linux distributions. For your convenience, the instructions and screenshots in this guide should exactly match what you see on your screen.

- 阅读剩余部分 -

转自:https://docs.cs.cf.ac.uk/notes/thunderbird-email-application/

Thunderbird is a portable mail application from Mozilla. It's available for Windows, Macintoshes and Linux systems and can be freely downloaded and installed.

Office 365 is a business software productivity service from Microsoft. Cardiff University has subscribed to Office 365 for its staff and student email and calendar service.

The University's IT Service recommends that users access Office 365 through a web browser (Outlook Web App) or through the latest Microsoft Outlook application program on Windows or Macintoshes.

But you can instead use Thunderbird for both mail and calendar access to Office 365. This Note tells you how to configure and use Thunderbird with Office 365.

- 阅读剩余部分 -