上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 41 下一页

2019年3月12日

[Inno Setup] Do not show application version in “Program and Features” control panel

摘要: Set AppVersion empty. But, then you have to set the AppVerName. Depending on your needs either set it to My Program 1.0; or if you do not want to see 阅读全文

posted @ 2019-03-12 17:59 liujx2019 阅读(209) 评论(0) 推荐(0)

Inno setup: check for new updates

摘要: Since you've decided to use a common version string pattern, you'll need a function which will parse and compare a version string of your setup and th 阅读全文

posted @ 2019-03-12 17:03 liujx2019 阅读(425) 评论(0) 推荐(0)

Add text to 'Ready Page' in Inno Setup

摘要: https://stackoverflow.com/questions/1218411/add-text-to-ready-page-in-inno-setup 阅读全文

posted @ 2019-03-12 14:01 liujx2019 阅读(139) 评论(0) 推荐(0)

How to skip all the wizard pages and go directly to the installation process?

摘要: https://stackoverflow.com/questions/22183811/how-to-skip-all-the-wizard-pages-and-go-directly-to-the-installation-process 阅读全文

posted @ 2019-03-12 13:59 liujx2019 阅读(152) 评论(0) 推荐(0)

Inno Setup打包之先卸载再安装

摘要: 使用Inno Setup打包程序之后,如果想要在安装前先卸载,那么需要加下面代码,需要注意的是红色标注的改为你们自己的。网上看到有些说_is1前面用AppName,但是我这边验证不行。 阅读全文

posted @ 2019-03-12 13:54 liujx2019 阅读(950) 评论(0) 推荐(0)

How to change the header background color of a QTableView

摘要: You can set the style sheet on the QTableView ui->tableView->setStyleSheet("QHeaderView::section { background-color:red }"); for more info see http:// 阅读全文

posted @ 2019-03-12 13:52 liujx2019 阅读(793) 评论(0) 推荐(0)

2019年3月7日

Openstack object list 一次最多有一万个 object

摘要: When you request a list of containers or objects, Object Storage returns a maximum of 10,000 names for each request. To get subsequent names, you must 阅读全文

posted @ 2019-03-07 13:52 liujx2019 阅读(146) 评论(0) 推荐(0)

Openstack 的 Log 在 /var/log/syslog 里 【Ubuntu】

摘要: Storage node 的 log 也要看看。 阅读全文

posted @ 2019-03-07 13:50 liujx2019 阅读(129) 评论(0) 推荐(0)

Git 分支 - 分支的新建与合并

摘要: https://git-scm.com/book/zh/v1/Git-%E5%88%86%E6%94%AF-%E5%88%86%E6%94%AF%E7%9A%84%E6%96%B0%E5%BB%BA%E4%B8%8E%E5%90%88%E5%B9%B6 注意 checkout 的意思与 svn 不同 阅读全文

posted @ 2019-03-07 13:49 liujx2019 阅读(678) 评论(0) 推荐(0)

2019年3月6日

git取消跟踪(unversion)

摘要: 有时候我们会git add了一些不想跟踪的文件,通过下面的命令可以在没提交前从index里删掉跟踪记录(保留本地文件) 阅读全文

posted @ 2019-03-06 13:47 liujx2019 阅读(298) 评论(0) 推荐(0)

上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 41 下一页

导航