最近在找給前端工程師,發現這個網頁蒐集的題目很齊全,在這裡做個筆記,最後附上出處。
常見問題:
- 你昨天或這週學習了什麼?
- 寫程式的哪部份最讓你感到很興奮或是有興趣?
- 最近有無遇過不容易的技術性問題,又如何解決?
- 當你開發Web應用程式或網站時,針對UI、安全性、效能、SEO、維護性,以及技術,你考量的點是什麼?
最近在找給前端工程師,發現這個網頁蒐集的題目很齊全,在這裡做個筆記,最後附上出處。
[Illuminate\Database\QueryException]
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table users add unique users_email_unique (email))[PDOException]
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
$ sudo apt-get update
$ sudo apt-get install virtualbox-guest-additions-iso3. Now install guest additional package (Crucial step! People generally miss this which creates an error “Unknown file type “vboxsf”)
$ apt-get install virtualbox-guest-utils之後在VirtualBox主程式裡面設定掛載的資料夾名稱,設定->共用資料夾->加入新的共用資料夾。
$ mount -t vboxsf shared /home/shared_folder;
# enables color in the terminal bash shell
export CLICOLOR=1
# sets up the color scheme for list
export LSCOLORS=ExFxCxDxBxegedabagacad
# enables color for iTerm
export TERM=xterm-color
export TERM="xterm-color"
PS1='\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\]:\[\e[0;34m\]\w\[\e[0m\]\$ '
# sets up proper alias commands when called
alias ls='ls -vG'
alias ll='ls -al'
alias la='ls -a'
alias vi='vim'