 02 HTML 杨亮 《PHP语⾔程序设计》HTML只是为了说明内容和结构,与外表⽆无关 CSS负责将HTML元素的外观 JavaScript负责所有⻚页⾯面的交互及动作 三驾⻢马⻋车 作业⼀一 了解HTML⽀支持的所有标签 http://www.w3school.com.cn/tags/index.asp 作业⼆二 了解什么是HTML5 作业三 ⽤用我们讲过的⼯工具分析著名⺴⽹网站的 HTML代码0 码力 | 20 页 | 2.44 MB | 1 年前3 02 HTML 杨亮 《PHP语⾔程序设计》HTML只是为了说明内容和结构,与外表⽆无关 CSS负责将HTML元素的外观 JavaScript负责所有⻚页⾯面的交互及动作 三驾⻢马⻋车 作业⼀一 了解HTML⽀支持的所有标签 http://www.w3school.com.cn/tags/index.asp 作业⼆二 了解什么是HTML5 作业三 ⽤用我们讲过的⼯工具分析著名⺴⽹网站的 HTML代码0 码力 | 20 页 | 2.44 MB | 1 年前3
 00 课程简介 杨亮 《PHP语⾔程序设计》1次⼤大作业 15% (每⼈人不同的题⺫⽬目) • 10+次签到 15% (缺勤超过1/3不允许考试) • 期末考试 50% • 上机考试 (禁⽤用USB接⼝口) • 半开卷考试 (试试公司⾯面试题) 昨天、今天和明天 • C语⾔言学过和没学⼀一样 • ⼤大学还没写过100以上代码 • 这⻔门课成为你们⼤大学写过代码最多的课程 • 选择php作为其他课程作业的开发语⾔言0 码力 | 12 页 | 2.58 MB | 1 年前3 00 课程简介 杨亮 《PHP语⾔程序设计》1次⼤大作业 15% (每⼈人不同的题⺫⽬目) • 10+次签到 15% (缺勤超过1/3不允许考试) • 期末考试 50% • 上机考试 (禁⽤用USB接⼝口) • 半开卷考试 (试试公司⾯面试题) 昨天、今天和明天 • C语⾔言学过和没学⼀一样 • ⼤大学还没写过100以上代码 • 这⻔门课成为你们⼤大学写过代码最多的课程 • 选择php作为其他课程作业的开发语⾔言0 码力 | 12 页 | 2.58 MB | 1 年前3
 06 PHP基本语法 — 条件、循环、函数  杨亮 《PHP语⾔程序设计》my_fabo($num-1) + my_fabo($num-2); 9 } 10 } 11 12 $n = 10; 13 echo "x($n)=".my_fabo($n); 作业⼀一 ⽤用递归函数实现汉诺塔如何移动 作业⼆二 ⽤用函数实现矩阵的加减乘除转置操作0 码力 | 25 页 | 1.30 MB | 1 年前3 06 PHP基本语法 — 条件、循环、函数  杨亮 《PHP语⾔程序设计》my_fabo($num-1) + my_fabo($num-2); 9 } 10 } 11 12 $n = 10; 13 echo "x($n)=".my_fabo($n); 作业⼀一 ⽤用递归函数实现汉诺塔如何移动 作业⼆二 ⽤用函数实现矩阵的加减乘除转置操作0 码力 | 25 页 | 1.30 MB | 1 年前3
 08 Cookie, Session与HTTP请求 杨亮 《PHP语⾔程序设计》因此都要操作HTTP头信息 因此相关语句前不能有html⻚页⾯面内容输出 使⽤用⻚页⾯面缓存技术 ob_start(); ob_end_flush(); 缓存html不输出 输出html 作业⼀一 学习Session与Cookie的其他细节 PMWD Chapter 23 http://wenku.baidu.com/view/f822eb7faf45b307e87197ac.html0 码力 | 12 页 | 1.30 MB | 1 年前3 08 Cookie, Session与HTTP请求 杨亮 《PHP语⾔程序设计》因此都要操作HTTP头信息 因此相关语句前不能有html⻚页⾯面内容输出 使⽤用⻚页⾯面缓存技术 ob_start(); ob_end_flush(); 缓存html不输出 输出html 作业⼀一 学习Session与Cookie的其他细节 PMWD Chapter 23 http://wenku.baidu.com/view/f822eb7faf45b307e87197ac.html0 码力 | 12 页 | 1.30 MB | 1 年前3
 07 PHP的输⼊、表单与⽂件上传 杨亮 《PHP语⾔程序设计》echo "is not uploaded file"; 13 } 14 } 15 ?> 只是存为临时⽂文件 系统默认删除 ⺫⽬目录分割符 每步都有可能出错 作业⼀一 学习与⽂文件操作相关的PHP函数 PMWD Chapter 2 and 190 码力 | 12 页 | 1.12 MB | 1 年前3 07 PHP的输⼊、表单与⽂件上传 杨亮 《PHP语⾔程序设计》echo "is not uploaded file"; 13 } 14 } 15 ?> 只是存为临时⽂文件 系统默认删除 ⺫⽬目录分割符 每步都有可能出错 作业⼀一 学习与⽂文件操作相关的PHP函数 PMWD Chapter 2 and 190 码力 | 12 页 | 1.12 MB | 1 年前3
 CakePHP Cookbook Documentation 5.xthis task we can use the mapReduce() function. We need two callable functions the $mapper and the $reducer. The $mapper callable receives the current result from the database as first argument, the iteration as second argument and finally it receives an instance of the MapReduce routine it is running: $mapper = function ($article, $key, $mapReduce) { $status = 'published'; if ($article->isDraft() || 'unpublished'; } $mapReduce->emitIntermediate($article, $status); }; In the above example $mapper is calculating the status of an article, either published or unpublished, then it calls emitIntermediate()0 码力 | 1080 页 | 939.39 KB | 1 年前3 CakePHP Cookbook Documentation 5.xthis task we can use the mapReduce() function. We need two callable functions the $mapper and the $reducer. The $mapper callable receives the current result from the database as first argument, the iteration as second argument and finally it receives an instance of the MapReduce routine it is running: $mapper = function ($article, $key, $mapReduce) { $status = 'published'; if ($article->isDraft() || 'unpublished'; } $mapReduce->emitIntermediate($article, $status); }; In the above example $mapper is calculating the status of an article, either published or unpublished, then it calls emitIntermediate()0 码力 | 1080 页 | 939.39 KB | 1 年前3
 CakePHP Cookbook Documentation 5.xthis task we can use the mapReduce() function. We need two callable functions the $mapper and the $reducer. The $mapper callable receives the current result from the database as first argument, the iteration is running: 418 Chapter 12. Database Access & ORM CakePHP Cookbook Documentation, Release 5.x $mapper = function ($article, $key, $mapReduce) { $status = 'published'; if ($article->isDraft() || $ar $status = 'unpublished'; } $mapReduce->emitIntermediate($article, $status); }; In the above example $mapper is calculating the status of an article, either published or unpublished, then it calls emitIntermediate()0 码力 | 848 页 | 2.53 MB | 1 年前3 CakePHP Cookbook Documentation 5.xthis task we can use the mapReduce() function. We need two callable functions the $mapper and the $reducer. The $mapper callable receives the current result from the database as first argument, the iteration is running: 418 Chapter 12. Database Access & ORM CakePHP Cookbook Documentation, Release 5.x $mapper = function ($article, $key, $mapReduce) { $status = 'published'; if ($article->isDraft() || $ar $status = 'unpublished'; } $mapReduce->emitIntermediate($article, $status); }; In the above example $mapper is calculating the status of an article, either published or unpublished, then it calls emitIntermediate()0 码力 | 848 页 | 2.53 MB | 1 年前3
 CakePHP Cookbook 4.x
this task we can use the mapReduce() function. We need two callable functions the $mapper and the $reducer. The $mapper callable receives the current result from the database as first argument, the iteration as second argument and finally it receives an instance of the MapReduce routine it is running: $mapper = function ($article, $key, $mapReduce) { $status = 'published'; if ($article->isDraft() || 'unpublished'; } $mapReduce->emitIntermediate($article, $status); }; In the above example $mapper is calculating the status of an article, either published or unpublished, then it calls emitIntermediate()0 码力 | 1249 页 | 1.04 MB | 1 年前3 CakePHP Cookbook 4.x
this task we can use the mapReduce() function. We need two callable functions the $mapper and the $reducer. The $mapper callable receives the current result from the database as first argument, the iteration as second argument and finally it receives an instance of the MapReduce routine it is running: $mapper = function ($article, $key, $mapReduce) { $status = 'published'; if ($article->isDraft() || 'unpublished'; } $mapReduce->emitIntermediate($article, $status); }; In the above example $mapper is calculating the status of an article, either published or unpublished, then it calls emitIntermediate()0 码力 | 1249 页 | 1.04 MB | 1 年前3
 CakePHP Cookbook 3.x
this task we can use the mapReduce() function. We need two callable functions the $mapper and the $reducer. The $mapper callable receives the current result from the database as first argument, the iteration as second argument and finally it receives an instance of the MapReduce routine it is running: $mapper = function ($article, $key, $mapReduce) { $status = 'published'; if ($article->isDraft() || 'unpublished'; } $mapReduce->emitIntermediate($article, $status); }; In the above example $mapper is calculating the status of an article, either published or unpublished, then it calls emitIntermediate()0 码力 | 1244 页 | 1.05 MB | 1 年前3 CakePHP Cookbook 3.x
this task we can use the mapReduce() function. We need two callable functions the $mapper and the $reducer. The $mapper callable receives the current result from the database as first argument, the iteration as second argument and finally it receives an instance of the MapReduce routine it is running: $mapper = function ($article, $key, $mapReduce) { $status = 'published'; if ($article->isDraft() || 'unpublished'; } $mapReduce->emitIntermediate($article, $status); }; In the above example $mapper is calculating the status of an article, either published or unpublished, then it calls emitIntermediate()0 码力 | 1244 页 | 1.05 MB | 1 年前3
 CakePHP Cookbook 3.x
this task we can use the mapReduce() function. We need two callable functions the $mapper and the $reducer. The $mapper callable receives the current result from the database as first argument, the iteration as second argument and finally it receives an instance of the MapReduce routine it is running: $mapper = function ($article, $key, $mapReduce) { $status = 'published'; if ($article->isDraft() || $ar $status); }; More Information 551 CakePHP Cookbook Documentation, Release 3.10 In the above example $mapper is calculating the status of an article, either published or unpublished, then it calls emitIntermediate()0 码力 | 967 页 | 2.80 MB | 1 年前3 CakePHP Cookbook 3.x
this task we can use the mapReduce() function. We need two callable functions the $mapper and the $reducer. The $mapper callable receives the current result from the database as first argument, the iteration as second argument and finally it receives an instance of the MapReduce routine it is running: $mapper = function ($article, $key, $mapReduce) { $status = 'published'; if ($article->isDraft() || $ar $status); }; More Information 551 CakePHP Cookbook Documentation, Release 3.10 In the above example $mapper is calculating the status of an article, either published or unpublished, then it calls emitIntermediate()0 码力 | 967 页 | 2.80 MB | 1 年前3
共 14 条
- 1
- 2














