代码搜索:except
找到约 10,000 项符合「except」的源代码
代码结果 10,000
www.eeworm.com/read/169697/5414257
py mpdboot.py
#!/usr/bin/env python
#
# (C) 2001 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
#
"""
usage: mpdboot --totalnum= [--file=] [--help] \
www.eeworm.com/read/160303/5574339
txt description.txt
This tests the RFC3706 DPD implementation, with dpdaction=clear on east,
and no dpd configuration on west.
This test is like dpd-01, except that it uses aggressive mode.
www.eeworm.com/read/415972/11046430
txt rebuild.txt
README for SDT 2.50 Embedded C library fix release 990202
=========================================================
Two object files (status.o & vsprintf.o) were accidentally left out of the Embed
www.eeworm.com/read/113135/15469636
txt npc_2ndjob.txt
//Knight JobChange NPC 1
prt_in.gat,89,104,4 script Knight 56,{
mes "[Prontera Knight]";
mes "Good Day,This is the Prontera Chivarly.";
next;
menu "Change a Job into a Knight.",LKnightjob,"The
www.eeworm.com/read/102004/15795302
pas idtunnelslave.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/101228/15840425
prg jrz.prg
*记日志模块
*程序名:jrz
*程序员:
*开发日期:
*最后修改日期:
*修改记录
*变量说明
parameters czy,cz
private all except p_*
do dksjk with 'rzk','rzk'
append blank
replace 日期 with date(),;
时间 with time(),;
操作员 w
www.eeworm.com/read/101228/15840668
prg gzrr.prg
*工作人员管理模块
*程序名:gzrr
*程序员:
*开发日期:
*最后修改日期
*修改记录
*变量说明
*czyxm:操作员姓名
*mmtg:密码通过
private all except p_*
mmtg=.t.
czyxm=''
do form zgmmqr
if mmtg
do jrz with czyxm,'进入工作人员管理。'
do
www.eeworm.com/read/275731/4172069
md5 classlitesql_1_1except__inherit__graph.md5
8792c4e2550f79af37c118f0f2abd581
www.eeworm.com/read/288935/8591021
pas cleanerlogunit.pas
unit CleanerLogUnit;
interface
uses
Windows, Messages,Classes,WinntService, SysUtils;
type
TCleanerLogThread = class(TThread)
private
protected
procedure Execute; overri
www.eeworm.com/read/388423/8610275
py times.py
"""times module
This module provides some Date and Time classes for dealing with MySQL data.
Use Python datetime module to handle date and time columns."""
from time import localtime
from datetime