码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
一步一步教你用PHP+MySql搭建网站 No.0 准备工作
新开一个系列教程吧,这次是讲如何用PHP+MySQL搭建网站。 之前一直有想过搭建自己的个人网站,然后上周通过阿里云申请的域名和空间都通过审核了,于是就开始研究如何用PHP+MYSQL搭建网站,研究了差不多两周,总算搞定了一个小型的blog类的网站。当然,整个过程是通过学习《PHP and MySQL web development》下来的,这篇教程中的例子是在原书中的Chapter 28:...
分类:数据库   时间:2015-05-21 15:35:06    阅读次数:586
C++异常处理
c++ 异常处理译自c++ complete refrence 3rd Chapter 38标准c++库定义了两个与异常相关的库,和。异常通常用来报告错误。定义了与异常处理相关的类,声明和函数。class exception {public:exception() throw();exception...
分类:编程语言   时间:2015-05-21 12:11:29    阅读次数:142
面向对象....(概况)
Chapter 1 1_1 对象 客观世界中的事物都是对象,包括有形的物理对象,可感知的逻辑实体,以及 概念化的抽象实体。它有自己的属性,能够执行特定的操作。 类 具有相同属性和操作的一组对象的集合;它描述的不是单个对象,而是“一类” 对象的共同特征。其重要性在于它是面向...
分类:其他好文   时间:2015-05-16 11:42:41    阅读次数:106
In-App Purchase Programming Guide----(八) ---- Preparing for App Review
Preparing for App ReviewAfter you finish testing, you’re ready to submit your app for review. This chapter highlights a few tips to help you through t...
分类:移动开发   时间:2015-05-11 16:02:45    阅读次数:244
[core python programming]chapter 7 programming MS office
excel.pyw会有问题,解决如下:因为python3x中没有tkMessageBox模块,Tkinter改成了tkinter你可以查看你的py当前支持的模块。在交互式命令行下输入>>> help()>>> modules前三行改为:1 from tkinter import Tk2 from t...
分类:编程语言   时间:2015-05-11 14:31:27    阅读次数:147
cc150 Chapter 2 | Linked Lists 2.6 Given a circular linked list, implement an algorithm which returns node at the beginning of the loop.
2.6Given a circular linked list,implement an algorithm which returns the node at the beginning of the loop. 快指针和慢指针一起在头指针开始移动,快指针每次移动两步,慢指针每次移动一步,直到相遇...
分类:其他好文   时间:2015-05-10 15:36:48    阅读次数:125
安全控制 iptables
转自:http://www.opsers.org/linux-home/videos/chapter-netfilter-iptables-raiders.html内容简介防火墙的概述iptables简介iptables基础iptables语法iptables实例案例详解防火墙的简介防火墙是指设置在...
分类:其他好文   时间:2015-05-07 11:53:35    阅读次数:117
微信支付-JSAPI支付V3-发起一次支付请求
JSAPI支付业务流程:图片来源于:http://pay.weixin.qq.com/wiki/doc/api/index.php?chapter=7_4准备工作:需要先在项目中引用Senparc.WeiXin.dll和Senparc.WeiXin.MP.dll,开源项目见:https://gith...
分类:微信   时间:2015-05-05 16:00:44    阅读次数:710
Objective - c Chapter 1 -2 Hello world
Objective - c Chapter 1 Hello world 1.1 1.2.On the Welcome screen, click "Create a new Xcode project" (see Figure 2-1), or just chooseFile ->New ->N.....
分类:其他好文   时间:2015-05-04 23:43:17    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!