首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Ruby on Rails Essential Training [Lynda.com]
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2017-2-27 01:32
2024-11-7 22:27
98
832.9 MB
105
磁力链接
magnet:?xt=urn:btih:43b0be55304bddb34e2a3179d388c1d0dbaec35d
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjQzYjBiZTU1MzA0YmRkYjM0ZTJhMzE3OWQzODhjMWQwZGJhZWMzNWRaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Ruby
on
Rails
Essential
Training
Lynda
com
文件列表
01. Introduction/01. Introduction.mov
4.04MB
01. Introduction/02. How to use the exercise files.mov
2.59MB
02. What Is Ruby on Rails/01. What is Ruby on Rails .mov
1.75MB
02. What Is Ruby on Rails/02. What is Rails .mov
2.03MB
02. What Is Ruby on Rails/03. DRY, conventions, and sensible defaults .mov
2.39MB
02. What Is Ruby on Rails/04. MVC architecture .mov
3.29MB
03. Installing Ruby on Rails/01. Installation overview .mov
8.65MB
03. Installing Ruby on Rails/02. Installing Ruby and RubyGems .mov
40.72MB
03. Installing Ruby on Rails/03. Installing Rails .mov
4.89MB
03. Installing Ruby on Rails/04. Installing MySQL .mov
17.29MB
03. Installing Ruby on Rails/05. TextMate .mov
7.45MB
03. Installing Ruby on Rails/06. Webserver .mov
4.07MB
04. Getting Started/01. Creating a work folder and a Rails project .mov
9.49MB
04. Getting Started/02. Creating a controller and an action .mov
11.47MB
04. Getting Started/03. Creating a view .mov
6.34MB
05. How the Rails Framework Works/01. Understanding the operation trail .mov
3.96MB
05. How the Rails Framework Works/02. Getting familiar with the file structure .mov
7.23MB
05. How the Rails Framework Works/03. How server requests are handled .mov
16.82MB
06. Setting Up a Database/01. A quick dip in the database pool .mov
1.57MB
06. Setting Up a Database/02. Creating a database and a database table .mov
13.28MB
06. Setting Up a Database/03. Configuring a Rails application to connect .mov
11.9MB
06. Setting Up a Database/04. Scaffold - Magic CRUD .mov
11.45MB
07. Controllers, Views, and Dynamic Content/01. RHTML - Adding dynamic content to the view .mov
10.48MB
07. Controllers, Views, and Dynamic Content/02. Variables in Ruby .mov
6.78MB
07. Controllers, Views, and Dynamic Content/03. Getting the controller to interact with the view .mov
6.9MB
07. Controllers, Views, and Dynamic Content/04. Calling controller actions from other actions .mov
6.78MB
07. Controllers, Views, and Dynamic Content/05. Linking to other actions from the view .mov
9.2MB
07. Controllers, Views, and Dynamic Content/06. Rendering an action .mov
13.27MB
07. Controllers, Views, and Dynamic Content/07. Redirecting an action .mov
7.88MB
07. Controllers, Views, and Dynamic Content/08. Public vs. private actions .mov
8.51MB
08. Essential Ruby/01. Review and introduction .mov
2.89MB
08. Essential Ruby/02. String basics .mov
12.94MB
08. Essential Ruby/03. Double-quoted strings .mov
8.52MB
08. Essential Ruby/04. Numbers .mov
13.06MB
08. Essential Ruby/05. Introduction to arrays .mov
7.02MB
08. Essential Ruby/06. Manipulating arrays .mov
11.83MB
08. Essential Ruby/07. Ranges .mov
5.42MB
08. Essential Ruby/08. Hashes .mov
12.66MB
08. Essential Ruby/09. Control flow - Logical expressions .mov
10.65MB
08. Essential Ruby/10. Control flow - Loops and blocks .mov
5.58MB
08. Essential Ruby/11. Control flow - Iterators .mov
9.99MB
09. Troubleshooting/01. Commenting your code .mov
5.92MB
09. Troubleshooting/02. Errors and logs .mov
13.34MB
09. Troubleshooting/03. Seeing what went wrong .mov
8.07MB
09. Troubleshooting/04. Breaking problems into pieces .mov
993.4KB
10. Models/01. Creating a model .mov
4.61MB
10. Models/02. Accessing your model .mov
6.24MB
10. Models/03. Adding model attributes .mov
8.3MB
10. Models/04. Understanding instances .mov
7.94MB
10. Models/05. Manipulating instances .mov
5.88MB
10. Models/06. Setting default values with Initialize .mov
4.37MB
10. Models/07. Creating inheritance .mov
7.4MB
10. Models/08. Using inheritance .mov
8.33MB
10. Models/09. Basic model interaction .mov
9.44MB
10. Models/10. Advanced model interaction .mov
13.78MB
10. Models/11. Judicious model use .mov
1.57MB
11. Working with Databases/01. Setting up for this chapter .mov
2.66MB
11. Working with Databases/02. Switching back to our database .mov
5.49MB
11. Working with Databases/03. Basic SQL syntax .mov
3.1MB
11. Working with Databases/04. Using SQL syntax .mov
8.51MB
11. Working with Databases/05. Finding records in Rails .mov
10.38MB
11. Working with Databases/06. Using conditions to find specific records .mov
7.75MB
11. Working with Databases/07. Ordering found records .mov
3.01MB
11. Working with Databases/08. Limiting found records .mov
3.57MB
11. Working with Databases/09. Finding a single record .mov
10.78MB
11. Working with Databases/10. Using parameters to find records .mov
6.66MB
11. Working with Databases/11. Creating and saving records .mov
7.58MB
11. Working with Databases/12. Submitting forms to the database .mov
16.77MB
11. Working with Databases/13. Updating records .mov
8.93MB
11. Working with Databases/14. Deleting records .mov
4.67MB
11. Working with Databases/15. Validating database data .mov
10.27MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/01. Blueprinting your application .mov
4.81MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/02. Preparing databases .mov
8.97MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/03. Relating databases - One-to-many .mov
3.18MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/04. Creating a relationship .mov
14.15MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/05. Generating your own scaffold .mov
5.02MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/06. The Flash hash .mov
6.37MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/07. Partials .mov
4.26MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/08. CRUD and relational databases .mov
19.04MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/09. Relating databases - Many-to-many (simple) .mov
3.59MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/10. Creating a simple join table .mov
22.57MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/11. Relating databases - Many-to-many (rich) .mov
2.84MB
12. Building an Application, Pt. 1 - Working with Multiple Databases/12. Creating a rich join table .mov
5.66MB
13. Building an Application, Pt. 2 - Creating Interfaces/01. Building the admin area .mov
8.11MB
13. Building an Application, Pt. 2 - Creating Interfaces/02. Finishing the admin area .mov
7.86MB
13. Building an Application, Pt. 2 - Creating Interfaces/03. Designing the public area .mov
10.02MB
13. Building an Application, Pt. 2 - Creating Interfaces/04. Adding images .mov
4.69MB
13. Building an Application, Pt. 2 - Creating Interfaces/05. Cycle and zebra-striping .mov
3.55MB
13. Building an Application, Pt. 2 - Creating Interfaces/06. Formatting dates and times .mov
7.02MB
13. Building an Application, Pt. 2 - Creating Interfaces/07. Helpers - Built-in and custom .mov
8.69MB
14. Building an Application, Pt. 3 - Adding a Shopping Cart/01. Building a shopping cart .mov
10.76MB
14. Building an Application, Pt. 3 - Adding a Shopping Cart/02. Cookies and sessions .mov
9.49MB
14. Building an Application, Pt. 3 - Adding a Shopping Cart/03. Creating a ''before'' filter .mov
3.17MB
14. Building an Application, Pt. 3 - Adding a Shopping Cart/04. Adding items to the cart .mov
9.82MB
14. Building an Application, Pt. 3 - Adding a Shopping Cart/05. Emptying the cart .mov
6.44MB
15. Building an Application, Pt. 4 - Finishing Your Application/01. Layouts .mov
7.3MB
15. Building an Application, Pt. 4 - Finishing Your Application/02. Sending values to layouts .mov
5.31MB
15. Building an Application, Pt. 4 - Finishing Your Application/03. Building a checkout form .mov
2.94MB
15. Building an Application, Pt. 4 - Finishing Your Application/04. Handling payments .mov
9.91MB
15. Building an Application, Pt. 4 - Finishing Your Application/05. Using stylesheets .mov
7.26MB
16. Building an Application, Pt. 5 - Regulating User Access/01. Setting up encrypted passwords .mov
8.56MB
16. Building an Application, Pt. 5 - Regulating User Access/02. Logging in users .mov
5.21MB
16. Building an Application, Pt. 5 - Regulating User Access/03. Regulating user access .mov
10.87MB
17. Deploying Your Application/01. Deploying your application .mov
5.01MB
18. Conclusion/01. Goodbye.mov
1.14MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统