1,01.zipOutput显示所有的调试信息(5KB)2,02.zipSome general debugging tips一般的调试技巧(11KB)3,03.zipDebugging ISAPI extension调试ISAPI扩展(4KB)4,04.zip<br&g t;LibDump类似DumpBin的工具(10KB)5,05.zipFinding memory leaks发现内存的泄漏(6KB)6,06.zipConvert message ID to a string将消息标
用户故事1:
As a user,
So that I can access my saved URL's,
I'd like to be able to see my list of my bookmarks.
用户故事2
As a user,
So I can update my bookmarks,
I'd like to save a new bookmark to my bookmark manager.
要设置数据库,请执行以下操作:
- Connect to psql
- C
书签管理器
此代码旨在作为的补充指南。 master分支上的提交大致与挑战中提供的演练相对应。
如何使用
设置项目
克隆此存储库,然后运行:
bundle
要运行书签管理器应用程序:
rackup -p 3000
要运行测试:
rspec
要运行linting:
rubocop
用户故事1
As a time-pressed user
So that I can quickly go to web sites I regularly visit
I would like to see
书签管理器
用户故事
As a user
In order to access my favourite site quickly
I want to display a list of my bookmarks
As a user
In order to save time
I want to be able to save a website with a bookmark
领域建模
如何运行数据库
连接到psql
使用psql命令CREATE DATABASE bookmark_man