上一页 1 ··· 437 438 439 440 441 442 443 444 445 ··· 499 下一页
摘要: Understanding the most common CSS display types of block, inline-block, and inline will allow you to get the most out of your HTML and use CSS Framewo 阅读全文
posted @ 2016-03-07 04:26 Zhentiw 阅读(399) 评论(0) 推荐(0)
摘要: HTML5 Input type: Traditionally presentational tags, the i, b, em, and strong tags have been given new semantic meanings: The i tag represents text in 阅读全文
posted @ 2016-03-06 18:34 Zhentiw 阅读(368) 评论(0) 推荐(0)
摘要: var vehicle3 = { type: "Submarine", capacity: 8, storedAt: "Underwater Outpost", ranger1: { name: "Gregg Pollack", skillz: "Lasering", dayOff: "Friday 阅读全文
posted @ 2016-03-06 18:31 Zhentiw 阅读(321) 评论(0) 推荐(0)
摘要: /** Let inheritance help with memory efficiency */ function SignalFire(ID, startingLogs){ this.fireID = ID; this.logsLeft = startingLogs; } SignalFire 阅读全文
posted @ 2016-03-06 18:25 Zhentiw 阅读(249) 评论(0) 推荐(0)
摘要: 1.1: <!DOCTYPE html> <html> <head> <base href='http://courseware.codeschool.com/ember/' /> <link href='bootstrap.css' rel='stylesheet' /> <link href=' 阅读全文
posted @ 2016-03-06 18:21 Zhentiw 阅读(246) 评论(0) 推荐(0)
摘要: Create package.json file Pubish to github and tag it Publish to npm Release a new version Publishing a beta version Mocha, chai testing: semantic-rele 阅读全文
posted @ 2016-03-06 18:17 Zhentiw 阅读(387) 评论(0) 推荐(0)
摘要: Install Karam: npm install -g karma npm install -g karma-cli Init Karam: karma init First test: 1. Add test file to the karma.conf.js: // list of file 阅读全文
posted @ 2016-03-06 18:14 Zhentiw 阅读(802) 评论(0) 推荐(0)
摘要: Using a character set repeated 1 or more times, make a pattern to search for strings that do not contain the characters 'a', 'e', 'i', 'o', 'u', and ' 阅读全文
posted @ 2016-03-05 21:56 Zhentiw 阅读(231) 评论(0) 推荐(0)
摘要: String to check: As it turns out, our potential shipmates are extremely superstitious. As such, we do not want anyone to enter certain words in their 阅读全文
posted @ 2016-03-05 21:42 Zhentiw 阅读(281) 评论(0) 推荐(0)
摘要: /^-?\d{1,3}\.\d+$/gm 阅读全文
posted @ 2016-03-05 17:54 Zhentiw 阅读(221) 评论(0) 推荐(0)
上一页 1 ··· 437 438 439 440 441 442 443 444 445 ··· 499 下一页