About learning the sample of Depot in AWDWR version 2.
Troubles occured as bellow:
1.Developing Environment.
It's easy and convenient for people to begin an amazing trip of learning ror, since both InstantRails and NetBeans can help you do the most things about it. For newer of ror, it will be a useful helper.
However, the trouble is, after I installed InstantRail2.0 I couldn't run Apache server successfully. There will be (or not) a warning message saying Apache port (80) is used by inetinfo.exe ! That happened cause of my running IIS. It is not a tough job to make IR running correctly, but it really made me sad, you know, I am new to do this..
2.Scaffold in Rails1.x.x.
According to the book, scaffold will be invovled in the first try of ruby on rails application. Actually, the scaffold is changed and omited after rails2.o, but you can generate a scaffold by yourself. It is different with the former version to use a scaffold, so if you learn ror with AWDWR step by step, you should install the rails with right version to fit sample.
So far, I confront no more troubles about Depot Demo, although it will be a long way to get a prehensive knowledge on it. Plus, AWDWR is absolutely a great book, which can give a friendly hand to study ror.
分享到:
相关推荐
depot教程depot教程depot教程depot教程depot教程depot教程depot教程depot教程depot教程
1. **gclient**:这是depot_tools中最核心的工具之一,用于管理和同步项目依赖。通过编写`.gclient`配置文件,你可以指定项目依赖的版本以及如何获取它们。gclient会自动处理Git、SVN等版本控制系统之间的差异,帮助...
depot_tools工具包 https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up
1. 首先,需要解压下载的depot.gz文件。用户可以使用gunzip命令来解压这个文件。需要注意的是,有的时候,下载的文件已经是解压后可以直接使用的格式,此时就不需要这一步骤。例如,在本例中,如果系统提示不是gzip...
1. **解压缩并添加环境变量**:当你下载并解压缩`depot_tools`后,为了能够从命令行(如Windows的CMD)中使用这些工具,你需要将`depot_tools`的路径添加到系统的PATH环境变量中。这样,无论你在哪个目录下,系统都...
1. Git:Git是版本控制系统,用于跟踪源代码的修改。在WebRTC项目中,你需要使用Git来从GitHub或其他仓库获取源代码。 2. GYP:GYP是一个跨平台的构建文件生成器,可以将构建配置转换为不同平台的构建系统,如...
1. `apply_issue.bat` 和 `apply_issue`: 这些脚本用于应用Chromium代码审查系统中的问题(issue)到本地源码。它们可以帮助开发者快速地将特定的代码更改应用于本地工作副本。 2. `gclient.bat`: Gclient是...
depot_tools编译更工具,chromium编译所需工具.git clone'https://chromium.googlesource.com/chromium/tools/depot_tools.git'
2018年4月27日翻墻下载,最新版本的depot_tools工具——Linux/Mac版本
1. **Git**: Git是一个分布式版本控制系统,Chromium项目使用Git来管理源代码。depot_tools中封装了git的命令行工具,使得开发者可以更方便地执行常见的Git操作,如克隆、提交、分支管理和合并等。 2. **Gclient**:...
1. **gclient**:这是一个Python脚本,用于管理项目依赖关系。它能够自动下载、更新和集成项目的所有依赖,使得开发者能够在本地环境中轻松地搭建和维护项目。 2. **gyp**:这是Google的跨平台项目生成工具,可以将...
1. **命名空间管理**:Depot.js 提供了命名空间的概念,帮助开发者避免不同模块之间的数据冲突。这意味着可以为不同的数据集合分配独特的命名空间,确保它们在本地存储中独立存在。 2. **对象序列化与反序列化**:...
http://src.chromium.org/svn/trunk/tools/third_party/python_26,增加了python和python.bat文件,直接解压到depot_tools文件夹下。
1. 下载并解压VMware-ESXi-6.7.0-8169922-depot.zip。 2. 找到并提取e1000e驱动相关的文件,这些文件通常位于特定的驱动目录下。 3. 使用VMware的vSphere CLI工具或者图形界面,如vSphere Update Manager (VUM),将...
chromium的depot_tools,windows版本,如果你被墙挡住了,可能需要它。这是我用国外的云服务器下载回来的,更新日期2016年10月28日。 需要macos版本的请搜索我的另一个资源chromium depot_tools for macos。
"depot_tools_new"是一个与开发和编译Google开源项目Chromium密切相关的工具集合。这个压缩包文件"depot_tools.zip"包含了Chromium开发过程中所需的一系列自动化工具,旨在简化和加速开发流程。 depot_tools是...
1. **Depot_tools的组成**:Depot_tools包含了Git、Mercurial、Subversion等版本控制工具,以及GYP(Generate Your Projects)构建系统,GN(Generate Ninja)构建描述语言,Ninja构建工具,以及用于自动化工作的...
1. **Git**: Git 是一个分布式版本控制系统,用于管理和跟踪代码更改。在 Chromium 项目中,所有的源代码都是通过 Git 进行管理的。使用 depot_tools,你可以轻松地克隆 Chromium 的仓库。 2. **Gclient**: Gclient...