代码搜索:CookBook
找到约 722 项符合「CookBook」的源代码
代码结果 722
www.eeworm.com/read/275831/10793737
rb 09 - talking directly to a postgres database.rb
require 'rubygems'
require 'postgres'
def with_db
db = PGconn.connect('localhost', 5432, '', '', 'cookbook',
'cookbook_user', 'password')
begin
yield db
ensure
db.
www.eeworm.com/read/484433/6576107
readme
#AGOCG Tcl/Tk Cookbook
# Tcl/Tk and C
#Authors Lakshmi & Venkat Sastry
This directory contains the source files (*.c & *.tcl) for the example
described in Chapter 6 of the Tcl/Tk Cookbook. The
www.eeworm.com/read/275831/10793738
rb 08 - talking directly to a mysql database.rb
require 'rubygems'
require 'mysql'
def with_db
dbh = Mysql.real_connect('localhost', 'cookbook_user', 'password',
'cookbook')
begin
yield dbh
ensure
dbh.close
en
www.eeworm.com/read/421857/10689846
txt index.txt
[Index to the Anarchist Cookbook IV, ver. 4.14]
COOKBOOK.IV: Intro by Exodus
001: Counterfeiting Money
002: Credit Card Fraud
003: Making Plastic Explosives from Bleach
004: Pickin
www.eeworm.com/read/421857/10691851
txt index.txt
[Index to the Anarchist Cookbook IV, ver. 4.14]
COOKBOOK.IV: Intro by Exodus
001: Counterfeiting Money
002: Credit Card Fraud
003: Making Plastic Explosives from Bleach
004: Pickin
www.eeworm.com/read/418731/10934365
txt index.txt
[Index to the Anarchist Cookbook IV, ver. 4.14]
COOKBOOK.IV: Intro by Exodus
001: Counterfeiting Money
002: Credit Card Fraud
003: Making Plastic Explosives from Bleach
004: Pickin
www.eeworm.com/read/415537/11065937
txt index.txt
[Index to the Anarchist Cookbook IV, ver. 4.14]
COOKBOOK.IV: Intro by Exodus
001: Counterfeiting Money
002: Credit Card Fraud
003: Making Plastic Explosives from Bleach
004: Pickin
www.eeworm.com/read/192096/8405914
htm ch06_18.htm
Recipe 6.17. Expressing AND, OR, and NOT in a Single Pattern (Perl Cookbook)