代码搜索:Session
找到约 10,000 项符合「Session」的源代码
代码结果 10,000
www.eeworm.com/read/292687/3950329
py session.py
from Cookie import SimpleCookie as Cookie
import time
import unittest
from trac.core import TracError
from trac.log import logger_factory
from trac.test import EnvironmentStub, Mock
from trac.web.hre
www.eeworm.com/read/291458/3966137
java session.java
/* Copyrights and Licenses
*
* This product includes Hypersonic SQL.
* Originally developed by Thomas Mueller and the Hypersonic SQL Group.
*
* Copyright (c) 1995-2000 by the Hypersonic SQL Grou
www.eeworm.com/read/290343/3977817
java session.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copy
www.eeworm.com/read/290228/3983615
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/290228/3983920
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/290228/3983925
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/288961/3996799
java session.java
package org.codehaus.xfire.transport;
/**
* A XFire Session for a series of invocations.
*
* @author Dan Diephouse
*/
public interface Session
{
/
www.eeworm.com/read/288894/4001425
java session.java
//$Id: Session.java 8785 2005-12-08 06:57:06Z oneovthafew $
package org.hibernate;
import java.io.Serializable;
import java.sql.Connection;
import org.hibernate.stat.SessionStatistics;
/**