Conner

To be Stronger


  • Home

  • Tags

  • Categories

  • Archives

  • Commonweal 404

  • Search

SQL Programming (3): Executing SQL Statements

Posted on 2018-08-01 | In 编程 , Qt , Qt SQL Programming 系列翻译 | Visitors:
Words count in article: 1.5k 字 | Reading time ≈ 6 分钟
QSqlQuery 类为执行SQL语句和浏览查询结果上提供了交互接口。 QSqlQueryModel 和QSqlTableModel在访问数据库上提供了更抽象的接口,这两个类将在下一部分进行说明。如果你不熟悉SQL,那么你可以直接查看下一部分 Using the SQL Model Cla ...
Read more »

Elasticsearch 6.3 参考文档(1)

Posted on 2018-07-24 | In 编程 , Elasticsearch 6.3 系列翻译 | Visitors:
Words count in article: 655 字 | Reading time ≈ 2 分钟
开始 Elasticsearch 是一个开源的,高度可扩展性的全文检索和分析引擎。它允许你在近乎实时下存储,搜索,分析大量数据。它通常用作底层引擎(技术),为具有复杂搜索功能和要求的应用程序提供支持。 以下是Elasticsearch的一些简单用例: 你运行了一个允许用户检索所售商品的在线商店。 ...
Read more »

SQL Programming (2): Connection to Databases

Posted on 2018-07-23 | In 编程 , Qt , Qt SQL Programming 系列翻译 | Visitors:
Words count in article: 749 字 | Reading time ≈ 2 分钟
使用 QSqlQuery 或者 QSqlQueryModel 可以访问数据库,创建并打开一个或多个数据库连接。数据库连接通常是使用连接名而不是数据库名来区分彼此。你可以针对一个数据库创建多个连接。 QSqlDatabase 类创建数据库连接时,如果没有指定连接名,那么就为默认连接。当调用 QSqlQ ...
Read more »

Ubuntu 14.04 Qt5.3.1 Fcitx 输入法支持中文

Posted on 2018-07-22 | In 编程 | Visitors:
Words count in article: 412 字 | Reading time ≈ 1 分钟
安装fcitx for Qt5动态库sudo apt-get install fcitx-libs-qt5 注:这一个命令执行完毕后,系统中已经具备基于Qt5的程序的汉字录入环境支持。存在一个奇怪现象是,Qt5所带的Qt Creator依然无法切换输入法,而且刚刚编译的程序,也无法录入汉字,但卸载 ...
Read more »

SQL Programming (1): Overview

Posted on 2015-02-11 | In 编程 , Qt , Qt SQL Programming 系列翻译 | Visitors:
Words count in article: 627 字 | Reading time ≈ 2 分钟
阅读本文,建议有一定基础的SQL知识,能够理解简单的SELECT, INSERT, UPDATE, 和DELETE语句。即便使用QSqlTableModel 类不需要SQL知识便能够完成数据库的浏览和编辑功能,但是,还是强烈建议读者对SQL有一定的基础知识。 Introduction to Data ...
Read more »
<i class="fa fa-angle-left"></i>123

21 posts
8 categories
9 tags
RSS
© 2022 Conner Xu | Site words total count: 9.5k
Powered by Hexo
|
Theme — NexT.Pisces