代码搜索:Behavior
找到约 3,820 项符合「Behavior」的源代码
代码结果 3,820
www.eeworm.com/read/104056/15711149
r-vs-symlink
#!/bin/sh
# cp -r should not create symlinks. Fixed in fileutils-4.1.5.
# Restored old behavior (whereby cp -r preserves symlinks) in 4.1.6,
# though now such usage evokes a warning:
# cp: `slink': W
www.eeworm.com/read/291164/8438688
config
Customizing John the Ripper.
John the Ripper's behavior can be customized by editing its
configuration file. The configuration file can be named either
john.conf (on Unix-like systems) or john.ini
www.eeworm.com/read/187222/8840575
java dynamicevents.java
//: DynamicEvents.java
// The new Java 1.1 event model allows you to
// change event behavior dynamically. Also
// demonstrates multiple actions for an event.
import java.awt.*;
import java.awt.e
www.eeworm.com/read/284740/8904143
css shared.css
/* Shared style applied to all pages */
/* trick to get desired scroll bar behavior on all browsers */
html {
overflow:auto;
border:0px;
height:100%;
}
body {
margin-left:14px;
m
www.eeworm.com/read/186470/8932086
srg vbext.srg
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Addin Designer\Visual Basic\Visual Basic 6.0]
@="HKEY_CURRENT_USER\\Software\\Microsoft\\Visual Basic\\6.0"
// VB Supported Add-In load behavior
www.eeworm.com/read/183260/9173805
sql dependencies.sql
REM dependencies.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This script illustrates the behavior of dependent objects of
REM various types.
-- First create a simple table
www.eeworm.com/read/183260/9173832
sql execute.sql
REM execute.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This script demonstrates the behavior of the EXECUTE system
REM privilege.
set echo on
set serveroutput on
-- F
www.eeworm.com/read/183260/9173952
sql nodatafound.sql
REM NoDataFound.sql
REM Chapter 6, Oracle9i PL/SQL Programming by Scott Urman
REM This script illustrates the behavior of the NO_DATA_FOUND
REM exception.
set serveroutput on
DECLARE
-- Re
www.eeworm.com/read/377944/9256760
txt garbage collection.txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 9:56:54 AM
3)Garbage Collection
State the behavior that is guaranteed by the garbage collection system and write code that explicitly makes objects eligibl