我使用的場景是 rails 3.2.6
1, 增加gem
# bootstrap
gem 'anjlab-bootstrap-rails', '>= 2.1', :require => 'bootstrap-rails'
gem 'bootstrap-will_paginate', '0.0.3'
gem 'bootstrap_helper', "2.0.0.1"
$linkcolor: red;
$gridcolumnwidth: 70px;
$gridgutterwidth: 10px;
@import "twitter/bootstrap";
@import "twitter/bootstrap-responsive";
增加
//= require twitter/bootstrap
<%= content_for?(:title) ? yield(:title) : "restprev" %>
<%= csrf_meta_tags %>
restprev
<%= yield %>
angular專案中使用jQuery增加和刪除行
說明 引入angular.min.js和jquery.min.js的靜態資源庫,實現列表內容的增加和刪除操作。html 商 物料名稱 規格型號 angularjs scope.data 資料 初始化 行標 rowindex scope.data.length 1 繫結增行 add unbind bi...
cocos2dx 專案中增加libcurl庫
1 win32中visual studio下libcurl庫配置。cocos2d x 3.x引擎其實已經帶有為win32下訪問libcurl庫,cocos2d x 3.x中libcurl庫檔案所在位置是d cocos2d x 3.x external curl prebuilt win32 目錄中,...
在Seam專案中快速實現Web Service
以前寫web service一直是用axis來做,用了seam來開發web後,這次為了專案的簡潔,決定採用 在seam專案中寫jbossws 的方案來實現webservice。寫基於pojo的web service實現 webservice public class testservice 如果在w...