ODB 1.5 发布,增加对 PostgreSQL 的支持 资讯

ODB 1.5 主要改进包括: 支持 PostgreSQL 数据库,同时更新了 Boost 和 Qt profiles 支持每个类的数据库操作回调 全新的 NULL 处理机制 可指定数据库默认值和附加列定义选项

webphp 2011-08-04   8793   0
ORM   PostgreSQL   C/C++  

图形化的 gdb 调试器 kdbg 2.5.1 发布 资讯

be extended to new types.) KDbg can even display Qt's QString values , which are Unicode strings. Debugger

jopen 2011-10-27   16208   0
调试  

开源浏览器 Dooble 1.26 发布 资讯

Dooble 1.26 包含的新特性: * Dooble allows to install Qt Addons like this example Addon: Chat Messenger "InterFace"

openkk 2011-12-18   5186   0

七款优秀的Git客户端替代 资讯

Tcl/tk。它们缺少其它 Git 客户端提供的强大功能。 这篇文章介绍了 七款优秀的 Git 客户端 :基于 QT 的 Git 浏览器 QGit , gitg , git-cola ,等等。 来自: Solidot

jopen 2012-02-01   20245   0
Git  

Linux桌面管家 - 优客助手发布1.3.3版本! 资讯

源代码完全开放;遵守Linux安全规则,采 用policykit进行提权处理;以易用性为目标,采用QT+QML图形化编程;功能强大,提供垃圾清理、系统美化、系统信息等多个系统管家功能!项目 从2013

jopen 2015-01-06   5105   0
Linux  

K桌面环境 KDE Plasma 5.3 发布:工具扩展、蓝牙支持 资讯

以及FreeBSD 等操作系统上面自由图形工作环境,整个系统采用的都是 TrollTech 公司所开发的 Qt 程序库。KDE 和 Gnome 都是 Linux 操作系统上最流行的桌面环境系统。 来自:http://geek

n342 2015-04-28   6619   0

Dropbox 桌面客户端 3.7.31 发布 资讯

Gmail extension for Chrome (1) Windows & Linux:升级至 Qt 5.4 Upgraded 编译器 (2) 稍微调整了同步选择 UI 下载 Windows

jopen 2015-06-02   3289   0
Dropbox  

Redis 桌面管理工具,RedisDesktopManager 0.8.0 RC1 发布 资讯

Manager(RedisDesktopManager,RDM)是一个快速、简单、支持跨平台的 Redis 桌面管理工具,基于 Qt 5 开发,支持通过 SSH Tunnel 连接。 RedisDesktopManager

npde 2015-08-03   7808   0

RedisDesktopManager 0.8.0 发布 资讯

Manager(RedisDesktopManager,RDM)是一个快速、简单、支持跨平台的 Redis 桌面管理工具,基于 Qt 5 开发,支持通过 SSH Tunnel 连接。 RedisDesktopManager 0

jopen 2015-10-14   6274   0

Kubuntu 13.10 Alpha 1 发布,用户友好的Linux发行 资讯

ground for future developments using Wayland and Qt 5; Muon Discover - a friendly way to discover and

jopen 2013-06-27   7878   0
Kubuntu  

SparkyLinux 3.0发布,适合于老旧计算机的Linux发行 资讯

(default), Enlightenment, Openbox, JWM, MATE and Razor-qt desktop user interfaces: " SparkyLinux 3.0 'Annagerman'

jopen 2013-07-26   6789   0

GoboLinux 015 Alpha 发布,模块化的Linux发行 资讯

you know beforehand: the Installer (especially its Qt0based GUI) has not been tested yet; KDE warnings

jopen 2014-01-22   7790   0

首部MeeGo手机将配3.5寸屏和兼容Android应用 资讯

接受媒体透问,透露了有关 Apps 支持和首部手机的屏幕尺寸。 他说他们的 MeeGo 手机除了支持 Qt Apps 外,还会支持 HTML5 Apps。Apps 在现时的智能手机市场是非常重要的,所以 Jolla

openkk 2012-08-21   4529   0
MeeGo  

Python开源框架、类库、软件集合 经验

bindings for the Qt cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks

jopen 2014-10-10   164434   0

Python框架、库和软件资源大全 经验

bindings for the Qt cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks

jopen 2015-07-08   62545   0
P11

  Sybase IQ 数据库的安装配置手册 文档

-gl all -gm 200 -gp 4096 -ti 4400 -iqmc 1280 -iqtc 2048 用客户端创建数据库的过程如下; 9) 在/opt/iq/userDB/iqwrite/ 下建一个run_iqwrite

minihacker 2012-06-04   4473   0
P3

  Apache MINA 入门教程 文档

((SocketSessionConfig) session.getConfig() ).setReceiveBufferSize( 2048 );       session.setIdleTime( IdleStatus.BOTH_IDLE

fengjifei 2012-05-08   3729   0

C#一个FTP操作封装类FTPHelper 经验

ContentLength = fileInf.Length; int buffLength = 2048; byte[] buff = new byte[buffLength]; int contentLen;

jopen 2013-09-25   24851   0
C#   .NET开发  

Memcached之内存利用率提升经验分享 经验

512 perslab 2048 slab class 4: chunk size 1024 perslab 1024 slab class 5: chunk size 2048 perslab 512

fmms 2012-02-07   54497   0

24 种语言执行外部命令的方法 经验

aProcess.getInputStream(); byte buffer[] = new byte[2048]; int read = pipedOut.read(buffer); // Replace following

jopen 2012-09-06   30638   0
语言  
1 2 3 4 5 6 7 8 9 10