代码搜索:YOUR 开发教程
找到约 10,000 项符合「YOUR 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/421857/10690957
txt securing your windows xp computer.txt
Do you work in a corporate environment where you don't appreciate your co-workers or boss having access to your comp and private files when you are not around?
You can provide added level of secu
www.eeworm.com/read/421857/10692186
txt make your pc faster, guaranteed.txt
1. First, run a scandisk or checkdisk. Let Windows fix any errors.
2. Run a disk cleanup utility...this will flush your temporary internet folder, trash can, temp system files, etc.
3. Delete an
www.eeworm.com/read/421857/10692221
txt your own home server - introduction.txt
Your Own Home Server - Introduction
An Introduction
In this tutorial you will learn how to step up your own server. This server will be comprised of Apache 1.3.5, PHP 4.2.0, and MySQL 3.23.49. T
www.eeworm.com/read/421857/10692249
txt how to make your own radiostation.txt
::Must HAVE Winamp (Any Version)::
First, things First your speed has to be at least 256/64 kbps (which means Dial-up users, will have alot of latency, just dnt bother)
Second, your going to have to
www.eeworm.com/read/275831/10793840
rb 01 - checking your access to a file.rb
File.readable?('/bin/ls') # => true
File.readable?('/etc/passwd-') # => false
filename = 'test_file'
File.open(filename, 'w') {}
File.writable?(filename) # =>
www.eeworm.com/read/275831/10794039
rb 21 - unit testing your website.rb
./script/generate model User
exists app/models/
exists test/unit/
exists test/fixtures/
create app/models/user.rb
aardvark*create test/unit/user_test.rb
create
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/275831/10794444
rb 05 - packaging your code as a gem.rb
# shielding.gemspec
require 'rubygems'
spec = Gem::Specification.new do |spec|
spec.name = 'shielding'
spec.summary = 'A library for calculating the strength of duophasic shielding'
spec.descrip
www.eeworm.com/read/418731/10931813
txt improve your dialup modem preformance.txt
You can't assume that just because you connected at a speed like 48.3KBps that you will stay there. Today's modems automatically fall back to a lower speed if the line noise is too high to maintain a
www.eeworm.com/read/418731/10933028
1 tips on starting your own bbs.1
__________________________________________
Tips on Starting Your Own BBS
Written by Pazuzu - November 11, 1993
(C) Copyright 1993 Digital News Associates
ALL RIGHTS RESERVED
~~~~~~~~~~~~~~~~~~~~~~~~~