代码搜索:Controller
找到约 10,000 项符合「Controller」的源代码
代码结果 10,000
www.eeworm.com/read/205153/5025726
rb services_controller.rb
#---
# Excerpted from "Pragmatic Ajax"
# We make no guarantees that this code is fit for any purpose.
# Visit http://www.pragmaticprogrammer.com/titles/ajax for more book information.
#---
class Serv
www.eeworm.com/read/205153/5025727
rb address_controller.rb
#---
# Excerpted from "Pragmatic Ajax"
# We make no guarantees that this code is fit for any purpose.
# Visit http://www.pragmaticprogrammer.com/titles/ajax for more book information.
#---
class Addr
www.eeworm.com/read/200335/5066556
v vga_controller.v
module VGA_Controller( // Host Side
iRGB_INDEX,
oAddress,
oCoord_X,
oCoord_Y,
// VGA Side
www.eeworm.com/read/188906/5204969
rb calculator_controller.rb
class CalculatorController < ApplicationController
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=GB2312"
end
def calculate
if reques
www.eeworm.com/read/188906/5205006
rb calculator_controller.rb
class CalculatorController < ApplicationController
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=GB2312"
end
def calculate
if request
www.eeworm.com/read/188906/5205048
rb state_controller.rb
class StateController < ApplicationController
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=GB2312"
end
scaffold :state
end
www.eeworm.com/read/188906/5205049
rb task_controller.rb
class TaskController < ApplicationController
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=GB2312"
end
def index
@editable = true
www.eeworm.com/read/188906/5205096
rb state_controller.rb
class StateController < ApplicationController
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=GB2312"
end
scaffold :state
end
www.eeworm.com/read/188906/5205097
rb task_controller.rb
class TaskController < ApplicationController
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=GB2312"
end
def index
@editable = true
www.eeworm.com/read/188906/5205286
rb work_controller.rb
class WorkController < ApplicationController
scaffold :work
def index
render_text "back"
#render(:text => "")
end
def list
@countOfPage = 2 #每一页显示的留言