Skip to content

Instantly share code, notes, and snippets.

@j100002ben
j100002ben / Front-end-Developer-Interview-Questions-TC.md
Created November 19, 2015 17:31 — forked from hanksudo/Front-end-Developer-Interview-Questions-TC.md
Front-end-Developer-Interview-Questions - 前端工程師面試問題集(繁體中文版)

前端工程師面試問題集

@版本 2.0.0

譯注:此翻譯版,主要給不能流利的讀英文的人看,相關專有名詞還是保留原文。翻譯不好地方請協助pull request.

此repository包含了一些前端開發的面試問題,來審查一個有潛力的面試者。這並不是建議你對同一個面試者問上所有的問 (那會花費好幾小時)。從列表中挑幾個題目,應該就夠幫助你審查面試者是否擁有你需要的技能。

Rebecca MurpheyBaseline For Front-End Developers 也是一篇很棒且值得讀的文章在你開始面試之前。

2013/11/02 17:40:59 http: panic serving 127.0.0.1:9992: reflect: call of reflect.Value.Elem on zero Value
goroutine 4 [running]:
net/http.func·007()
C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist675583351/go/src/pkg/net/http/server.go:1022 +0xaf
reflect.Value.Elem(0x0, 0x0, 0x0, 0x0, 0x0, ...)
C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist675583351/go/src/pkg/reflect/value.go:776 +0x228
github.com/c9s/gatsby/sqlutils.CheckRequired(0x0, 0x0, 0x40001555, 0xc)
c:/Users/Poka/news-catching/newscatching-go/src/github.com/c9s/gatsby/sqlutils/checker.go:11 +0x65
github.com/c9s/gatsby.Create(0xc0800fc240, 0xc0800e8120, 0x0, 0x0, 0x1, ...)
c:/Users/Poka/news-catching/newscatching-go/src/github.com/c9s/gatsby/create.go:19 +0x43
# You may add here your
# server {
# ...
# }
# statements for each of your virtual hosts to this file
##
# You should look at the following URL's in order to grasp a solid understanding
# of Nginx configuration files in order to fully unleash the power of Nginx.
# http://wiki.nginx.org/Pitfalls
<html>
<head>
</head>
<body>
<script>
var str = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
for(var i = 0 ; i<str.length; i++){
for(var j = 0; j < str.length; j++) {
document.write('<img src="http://i.imgur.com/qZqar'+str[i]+str[j]+'.jpg" height="50" width="50">');
}
var _jf = _jf || [];
_jf.push(['_setAppId', 'e2510f16VwT5XHbraM7MKTaHR3qT2MdKu1jBGGtTppUF0K0R_uDa3ktbQ7mcNDOyCPJtSCY4MOtOxSWjB4pAJ8rT6ca9tUuIPML9PaiaaJPtH96PgsgSdZc8UlOyysfDDv8VwTLKRnzuQjDTRAKZntVGZvG3BX7k2-IZ5-qbaGQuGkL9-mo=']);
_jf.push(['p','9094']);
_jf.push(['_setFont','xingothic-tc-w4','css','.xingothic-tc-w4']);
_jf.push(['_setFont','xingothic-tc-w4','alias','xingothic-tc-w4']);
_jf.push(['_setFont','xingothic-tc-w6','css','.xingothic-tc-w6']);
_jf.push(['_setFont','xingothic-tc-w6','alias','xingothic-tc-w6']);
_jf.push(['_setFont','xingothic-tc-w8','css','.xingothic-tc-w8']);
_jf.push(['_setFont','xingothic-tc-w8','alias','xingothic-tc-w8']);
_jf.push(['_eventPreload',function(){
#include <iostream>
#include <string>
#include <algorithm>
#include <vector>
#include <ctime>
#include <iomanip>
#define SUITS_SPADES 0
#define SUITS_HEARTS 1
#define SUITS_DIAMONDS 2
條件:
熟悉 php, mysql, javascript (jQuery)
瞭解基本的 html, css,
有 Facebook Api 開發經驗
有一年以上網頁開發經驗
有 linux, apache 管理經驗 (加分)
有 CodeIgniter 開發經驗 ( 加分 )
有 ajax 開發經驗 (jQuery)(加分)
-
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lte IE 7]><html lang="zh-tw" class="no-js lte-ie9 lte-ie8 lte-ie7" xmlns="http://www.w3.org/1999/xhtml"><![endif]-->
<!--[if IE 8]><html class="no-js lte-ie9 lte-ie8 is-ie8" lang="zh-tw"> <![endif]-->
<!--[if IE 9]><html class="no-js lte-ie9 is-ie9" lang="zh-tw"> <![endif]-->
<!--[if gte IE 10]><!--><html lang="zh-tw" class="no-js" xmlns="http://www.w3.org/1999/xhtml"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
Traceback (most recent call last):
File "/home/plurk/plurk/git_trunk/ext/parts/web/wsgiserver/__init__.py", line 1246, in communicate
req.respond()
File "/home/plurk/plurk/git_trunk/ext/parts/web/wsgiserver/__init__.py", line 758, in respond
self.server.gateway(self).respond()
File "/home/plurk/plurk/git_trunk/ext/parts/web/wsgiserver/__init__.py", line 1949, in respond
response = self.req.server.wsgi_app(self.env, self.start_response)
File "/home/plurk/plurk/git_trunk/ext/werkzeug/utils.py", line 859, in __call__
return self.app(environ, start_response)
File "/home/plurk/plurk/git_trunk/ext/parts/web/web.py", line 295, in dispatch_request