代码搜索:Session
找到约 10,000 项符合「Session」的源代码
代码结果 10,000
www.eeworm.com/read/435496/1864012
java session.java
// **********************************************************************
//
// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
//
// This copy of Chat Demo is licensed to you under the terms
www.eeworm.com/read/433911/1880685
h session.h
/*
* $Id: session.h 80826 2008-03-04 14:51:23Z wotte $
*
* Copyright (c) 1994, 1995. Netscape Communications Corporation. All
* rights reserved.
*
* Use of this software is governed by t
www.eeworm.com/read/430541/1921120
java session.java
import java.util.Random;
import java.net.*;
public class Session {
private String theuser;
private int id;
private long expires;
public Session (String theuser) {
thi
www.eeworm.com/read/429717/1946483
tcl session.tcl
Class SessionSim -superclass Simulator
SessionSim set MixMode_ 0
### Create a session helper that associates with the src agent ###
SessionSim instproc create-session { srcNode srcAgent } {
$self
www.eeworm.com/read/429717/1946655
tex session.tex
\chapter{Session-level Packet Distribution}
\label{chap:session}
This section describes the internals of the Session-level Packet Distribution
implementation in \ns.
The section is in two parts:
the
www.eeworm.com/read/427620/1969869
java session.java
package com.j2medev.chapter5;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.Socket;
public class Session extends Thread{
www.eeworm.com/read/427580/1970637
java session.java
/*_############################################################################
_##
_## SNMP4J - Session.java
_##
_## Copyright (C) 2003-2008 Frank Fock and Jochen Katz (SNMP4J.org)