代码搜索:reading
找到约 8,909 项符合「reading」的源代码
代码结果 8,909
www.eeworm.com/read/361866/10032290
txt reading and writing a properties file(from sun).txt
作者:jeru
email: jeru@163.net
日期:8/5/2001 5:16:09 PM
Reading and Writing a Properties File
// Read properties file.
Properties properties = new Properties();
try {
properties.load
www.eeworm.com/read/163760/10147092
txt reading and writing a properties file(from sun).txt
作者:jeru
email: jeru@163.net
日期:8/5/2001 5:16:09 PM
Reading and Writing a Properties File
// Read properties file.
Properties properties = new Properties();
try {
properties.load
www.eeworm.com/read/352584/10536201
c max3421e_reading_keypad.c
//
// THIS EXAMPLE CODE IS PRELIMINARY AND NOT WARRANTEED IN ANY WAY.
// IT IS TO BE USED FOR REFERENCE ONLY.
// 3-19-06 LTH
//
// Host_Talking_To_Keypad.C. Tested with Targus & Micro Innovation
www.eeworm.com/read/278011/10583969
txt reading and writing a properties file(from sun).txt
作者:jeru
email: jeru@163.net
日期:8/5/2001 5:16:09 PM
Reading and Writing a Properties File
// Read properties file.
Properties properties = new Properties();
try {
properties.load
www.eeworm.com/read/275831/10793754
rb 10 - reading and writing zip files.rb
require 'rubygems'
require 'zip/zipfilesystem'
Zip::ZipFile.open('zipfile.zip', Zip::ZipFile::CREATE) do |zip|
zip.file.open('file1', 'w') { |f1| f1
www.eeworm.com/read/275831/10793772
rb 11 - reading and writing configuration files.rb
require 'yaml'
configuration = { 'color' => 'blue',
'font' => 'Septimus',
'font-size' => 7 }
open('text.cfg', 'w') { |f| YAML.dump(configuration, f) }
open('text.
www.eeworm.com/read/275831/10794369
rb 06 - reading mail with pop3.rb
require 'net/pop'
conn = Net::POP3.new('mail.myhost.com')
conn.start('username', 'password')
#---
require 'net/pop'
conn = Net::POP3.new('mail.myhost.com')
conn.start('username', 'password')
conn.m
www.eeworm.com/read/275831/10794454
rb 04 - reading documentation for installed gems.rb
require 'rubygems'
Gem.manage_gems
def show_gem_rdoc
puts "Your generated docs are all probably in #{File.join(Gem.dir, "doc")}"
puts "Just to be safe, I'll print out every gem's RDoc location:"
www.eeworm.com/read/349668/10805425
txt reading and writing a properties file(from sun).txt
作者:jeru
email: jeru@163.net
日期:8/5/2001 5:16:09 PM
Reading and Writing a Properties File
// Read properties file.
Properties properties = new Properties();
try {
properties.load
www.eeworm.com/read/271686/10984147
txt reading and writing a properties file(from sun).txt
作者:jeru
email: jeru@163.net
日期:8/5/2001 5:16:09 PM
Reading and Writing a Properties File
// Read properties file.
Properties properties = new Properties();
try {
properties.load