码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
CREATE USER - 创建一个新的数据库用户帐户
SYNOPSIS DESCRIPTION 描述 CREATE USER 向一个 PostgreSQL 数据库集群增加一个新用户。 参考 Chapter 17 ``Database Users and Privileges'' 和 Chapter 19 ``Client Authentication' ...
分类:数据库   时间:2019-06-25 09:30:56    阅读次数:345
数据库复习要点
本文根据华南理工大学软件学院《数据库系统》课程及相关教材《数据库系统概念》总结,作复习回顾用。 内容涵盖考试范围,最多到第十四章。 Chapter. 1 引言 数据库管理系统(database-management system, DBMS)由一个互相关联的数据的集合和一组用以访问这些数据的程序组成 ...
分类:数据库   时间:2019-06-21 23:50:09    阅读次数:258
R语言图形初阶
#chapter 3#### attach(mtcars) plot(wt,mpg) abline(lm(mpg~wt)) #adds a line of best fit title("regression of mpg on weight") detach(mtcars) pdf("mygrap... ...
分类:编程语言   时间:2019-06-18 09:12:05    阅读次数:133
HTTP协议解析小白文
1. 什么是HTTP协议? HTTP协议是Hyper Text Transfer Protocol(超文本传输协议)的缩写,是用于从万维网(WWW:World Wide Web )服务器传输超文本到本地浏览器的传送协议。 RFC 1945定义了HTTP/1.0版本。其中最著名的就是RFC 2616。 ...
分类:Web程序   时间:2019-06-14 01:10:53    阅读次数:169
操作系统-chapter1
...
分类:其他好文   时间:2019-06-12 15:18:59    阅读次数:77
安卓微信支付 java后台
API:https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=9_1 引用我自己博客 https://www.cnblogs.com/yi1036943655/p/7211275.html 注意地方: 1)、就是appid 在安卓app ...
分类:微信   时间:2019-06-11 17:33:22    阅读次数:130
[Knowledge-based AI] {ud409} Lesson 22: 22 - Diagnosis
Optional reading: Stefik, Chapter 9 diagnose as classification and abduction Exercise: Diagnosing Illness Defining Diagnosis Problems with Diagnosis a ...
分类:其他好文   时间:2019-06-07 11:15:17    阅读次数:98
[Knowledge-based AI] {ud409} Lesson 19: 19 - Version Spaces
Optional reading: Winston Chapter 20 Incremental Concept Learning Revisited Abstract Version Spaces Visualizing Version Spaces converge model is thre ...
分类:其他好文   时间:2019-06-06 13:55:12    阅读次数:109
[Knowledge-based AI] {ud409} Lesson 13: 13 - Planning
Block Problem Revisited Painting a Ceiling States Optional Reading: Winston Chapter 15, pages 323-336 Operators Planning and State Spaces plan: Planni ...
分类:其他好文   时间:2019-06-06 09:30:19    阅读次数:132
[Knowledge-based AI] {ud409} Lesson 12: 12 - Logic
Why do we need formal logic? Inferences About Birds Winston Chapter 13: Page 284 Exercise: Inferences About Foos Predicates Conjunctions and Disjuncti ...
分类:其他好文   时间:2019-06-06 09:20:21    阅读次数:104
1815条   上一页 1 ... 16 17 18 19 20 ... 182 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!