码迷,mamicode.com
首页 >  
搜索关键字:life in programming    ( 6263个结果
Qt SQL Programming 部分翻译
简介:      Qt SQL 是 Qt 的重要模块之一,为了方便,Qt 对 SQL 进行了一系列的封装,并将 SQL API 分为如下三层:      (1)驱动层      (2)SQL API 层      (3)用户接口层 目录: 一、使用前提 二、数据库类 三、连接到数据库      · SQL 数据库驱动 四、执行...
分类:数据库   时间:2014-10-17 10:23:43    阅读次数:273
Mini projects ---- Pong
课程全名:An Introduction to Interactive Programming in Python,来自 Rice University 授课教授:Joe Warren, Scott Rixner, John Greiner, Stephen Wong 工具:http://www.c...
分类:其他好文   时间:2014-10-17 10:06:19    阅读次数:284
A very small C program on prime decomposition and some thoughts on study
Today, I spent some time on learning how to program using C programming language, and I now have some thoughts to share. Firstly, I found it very bo.....
分类:其他好文   时间:2014-10-17 01:10:03    阅读次数:284
poj2492--A Bug's Life(并查集变形)
A Bug's Life Time Limit: 10000MS   Memory Limit: 65536K Total Submissions: 28703   Accepted: 9350 Description Background  Professor Hopper is researching the sexual behavi...
分类:其他好文   时间:2014-10-17 00:52:03    阅读次数:243
Java 开源博客——B3log Solo 0.6.7 正式版发布了!
Java 开源博客 —— B3log Solo 0.6.7 正式版发布了!欢迎大家下载。 另外,欢迎观摩 B3log 团队的新项目:Wide,也非常欢迎大家参与进来 :-)...
分类:编程语言   时间:2014-10-17 00:27:43    阅读次数:284
App Extension编程指南(iOS8/OS X v10.10):常见问题的处理方案
本节由CocoaChina翻译组成员DevTalking (博客)翻译自苹果官方文档App Extension Programming Guide--Handling Common Scenarios一节,敬请勘误。欢迎加入我们的翻译小组,详情请参看:CocoaChina编辑和译者招募! 当编写自定...
分类:移动开发   时间:2014-10-16 22:11:43    阅读次数:361
Mini projects ---- Stopwatch: The Game
课程全名:An Introduction to Interactive Programming in Python,来自 Rice University 授课教授:Joe Warren, Scott Rixner, John Greiner, Stephen Wong 工具:http://www.c...
分类:其他好文   时间:2014-10-16 20:01:23    阅读次数:705
Spring3.0 AOP 具体解释
一、什么是 AOP。AOP(Aspect Orient Programming),也就是面向切面编程。能够这样理解,面向对象编程(OOP)是从静态角度考虑程序结构,面向切面编程(AOP)是从动态角度考虑程序执行过程。二、AOP 的作用。经常通过 AOP 来处理一些具有横切性质的系统性服务,如事物管理...
分类:编程语言   时间:2014-10-16 19:45:43    阅读次数:320
PHP内核探索:从SAPI接口开始
SAPI:Server Application Programming Interface 服务器端应用编程端口。研究过PHP架构的同学应该知道这个东东的重要性,它提供了一个接口,使得PHP可以和其他应用进行交互数据。 本文不会详细介绍每个PHP的SAPI,只是针对最简单的CGI SAPI,来说明S...
分类:Windows程序   时间:2014-10-16 12:17:12    阅读次数:478
Peer Programming Project: 4 Elevators Scheduler
1.Advantages and disanvantages of Peer Programming advantagesThe code are constantly validated by two people, reducing the possibility of indivudual ....
分类:其他好文   时间:2014-10-16 02:36:31    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!