map.resources :pages
map.connect ':controller/:action/:id'
map.connect ':controller/:action/:id.:format'
上面是正確的寫法,如果寫成:
map.connect ':controller/:action/:id'
map.connect ':controller/:action/:id.:format'
map.resources :pages
就會出現乙個錯誤 :
報出:
no action responded to 1. actions: create, destroy, edit, index, new, show,
這樣的錯誤
但是可以用來問題
具體原因不明,但可見,寫在前面還是保險一些的
strace f strace ls 引發的問題
strace 是linux下常用的跟蹤程式系統呼叫的工具。strace簡介 可使用 strace 來跟蹤 cmd 所使用的系統呼叫,原理是 strace 程序 fork 乙個子程序並使用 ptrace 系統呼叫設定和監聽子程序的狀態。使用 strace f 可以跟蹤cmd和它的子程序 下面給出乙個簡...
string memset 引發的問題
在centos 作業系統中給乙個 string 數字賦值,結果程式崩潰了。但是在ubuntu 系統下好好的。gdb 除錯提示如下 看到提公升猜測 1 string 和 string.h 有問題,各種調查 修改 編譯 執行還是掛了,結果提示一樣。2 string 賦值有問題,結果本地建立string ...
ENUM 引發的問題
最近在設計資料庫時,欄位status設計為了enum型別。當在php中查詢時,如下 list db name repair serve type alias rs join fa repair r r.id rs.rid field r.id,r.name,r.scoring,r.total ord...