码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
Note 1 for <Pratical Programming : An Introduction to Computer Science Using Python 3>
Book Imformation : <Pratical Programming : An Introduction to Computer Science Using Python 3> 2nd Edtion Author : Paul Gries,Jennifer Campbell,Jason ...
分类:编程语言   时间:2017-10-29 12:42:36    阅读次数:171
微信退款 - tp5
原文:http://www.upwqy.com/details/19.html 1 微信退款官方文档 https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=9_4&index=6 2 微信退款的实现过程 老板已经催促了好几个月了。今天实 ...
分类:微信   时间:2017-10-27 19:12:29    阅读次数:1685
Chapter 1 Java开发前奏
第1章:初识Java 1.1 计算机的基础知识 1.1.1 计算机 计算机(Computer)全称:电子计算机,俗称电脑。是一种能够按照程序运行,自动、高速处理海量数据的现代化智能电子设备。由硬件和软件所组成,没有安装任何软件的计算机称为裸机。常见的形式有台式计算机、笔记本计算机、大型计算机等。 计 ...
分类:编程语言   时间:2017-10-27 01:27:38    阅读次数:209
微信支付相关
微信APP支付 一、开发所需前提: 1、在微信开放平台(https://open.weixin.qq.com/)创建移动应用并审核通过,获得该移动应用的AppID、AppSecret; 2、在商户平台(https://pay.weixin.qq.com)完成商户号账户验证、签约后,获得MCHID(商 ...
分类:微信   时间:2017-10-25 15:57:03    阅读次数:260
《JavaScript高级程序设计》Chapter 9 客户端检测
先稍微了解,具体用到可以再翻阅资料。 为了消除浏览器之间的差异。 不到特定时刻不要使用客户检测手段,应该优先考虑通用方法,再考虑浏览器特殊性。 分为能力检测(特性检测)、怪癖检测(浏览器的bug)、用户代理检测(不推荐使用) 能力检测(特性检测) 检测浏览器是否具有某个特性(能力),以使用该特性或者 ...
分类:编程语言   时间:2017-10-25 13:55:44    阅读次数:198
chapter 7 内存分配函数
#include <unistd.h> int brk(void * end_data_segment) return 0 on success -1 on error 系统会将program break设置为参数end_data_segment所指定的位置, void *sbrk(intptr_t ...
分类:其他好文   时间:2017-10-24 00:09:31    阅读次数:156
AI: Chapter 2-Intelligent Agents
Agent The agent function: abstract mathematical description, the table of the agent function is an external characterization of the agent. The agent p ...
分类:其他好文   时间:2017-10-23 01:05:40    阅读次数:222
Database 2 Day DBA guide_Chapter3
Chapter 3: Getting Started with Oracle Enterprise Manager 第三章:开始oracle企业管理器。 Purpose(目的) This chapter introduces you to Oracle Enterprise Manager Data ...
分类:数据库   时间:2017-10-22 01:39:43    阅读次数:433
【Chapter 3】用户体验分析
在我们日常生活中,微信公众号的普遍性已经是达到90%以上,如何做好一个微信公众号对于一个组织来说是非常重要的。因为公众号起到的作用是【宣传信息】,如何让一些商家想让用户了解的信息及时传达或者让用户快速找到自己想获取的信息都是判断一个微信公众号是否成功的重要因素。今天我们所要进行的实验就是基于某一微信 ...
分类:其他好文   时间:2017-10-19 16:59:46    阅读次数:207
Database 2 Day DBA guide_Chapter2
website:http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/2day_dba/install/install.htm Chapter 2: Installing Oracle Software and Bui ...
分类:数据库   时间:2017-10-16 23:20:18    阅读次数:270
1815条   上一页 1 ... 59 60 61 62 63 ... 182 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!