代码搜索:adding
找到约 4,236 项符合「adding」的源代码
代码结果 4,236
www.eeworm.com/read/425413/10358571
htm adding_languages_to_sdk_user_interface.htm
Adding languages to SDK user interface
www.eeworm.com/read/275831/10793724
rb 17 - adding taggability with a database mixin.rb
require 'cookbook_dbconnect'
require 'og'
require 'glue/taggable'
class BlogPost
is Taggable
property :title, :content, String
end
og_connect
# Now we can play around with tags.
post = BlogPost.
www.eeworm.com/read/275831/10793740
rb 16 - adding hooks to table events.rb
require 'cookbook_dbconnect'
require 'og'
require 'glue/aspects'
class BlogPost
property :title, :content, String
after :on => :og_insert do |post|
puts %{Sending email notification of new po
www.eeworm.com/read/275831/10793752
rb 04 - adding graphical context with sparklines.rb
require 'rubygems'
require 'sparklines'
require 'base64'
def embedded_sparkline
%{}
end
# This method scales data so that the smallest it
www.eeworm.com/read/275831/10794171
rb 04 - adding logging to your application.rb
require 'logger'
$LOG = Logger.new($stderr)
#---
def divide(numerator, denominator)
$LOG.debug("Numerator: #{numerator}, denominator #{denominator}")
begin
result = numerator / denominator
r
www.eeworm.com/read/115226/15020612
txt changelog.txt
2004-05-02
Bindows 1.10
Adding BiGrid2, BiTree2 and BiDataSetDataModel
Test app for BiGrid2 and BiDataSetDataModel
BiAbstractGrid, BiGridHeaders: Make sure we have numbers for columnWidths and also
www.eeworm.com/read/201318/15410262
txt changelog.txt
2005-07-22
Bindows 1.5
BiFocusManager: Fixed problem with tabbing not working properly in some cases.
BiTab: Add extra check for _created to prevent the layout to be done when not created
BiWindow:
www.eeworm.com/read/283658/9000417
ppt les15-adding functionality to items.ppt
www.eeworm.com/read/127767/14336044
txt e874. adding a title to a border.txt
// Use default border
TitledBorder titledBorder = BorderFactory.createTitledBorder("Title");
// Create the title around existing border
titledBorder = BorderFactory.createTitledBo