小小程序媛  
得之坦然,失之淡然,顺其自然,争其必然

2015年11月18日

摘要: 原文网址//helloworld.cpp#include #include int main(int argc,char *argv[]){ QApplication app(argc,argv); QPushButton btn("hello world!"); ... 阅读全文
posted @ 2015-11-18 19:23 Coding菌 阅读(3374) 评论(0) 推荐(0) 编辑
 
摘要: 题目Given a sorted integer array without duplicates, return the summary of its ranges.For example, given [0,1,2,4,5,7], return [“0->2”,”4->5”,”... 阅读全文
posted @ 2015-11-18 15:28 Coding菌 阅读(115) 评论(0) 推荐(0) 编辑
 
摘要: 题目Given an array of n integers where n > 1, nums, return an array output such that output[i] is equal to the product of all the elements of n... 阅读全文
posted @ 2015-11-18 14:47 Coding菌 阅读(146) 评论(0) 推荐(0) 编辑
 
摘要: 序最近需要在Ubuntu下使用Qt开发项目,选择简单小巧的SQLite数据库,现将安装配置以及简单操作记录如下,以便日后查阅。安装QtCMake和Qt Creator是Linux下开发C++程序的神器,Ubuntu 15.04已经集成了最新版的Qt Creator (3.1.1)。... 阅读全文
posted @ 2015-11-18 10:21 Coding菌 阅读(786) 评论(0) 推荐(0) 编辑