代码搜索结果
找到约 10,000 项符合
6 的代码
sip6
REGISTER sip:bell-tel.com SIP/2.0
Via: SIP/2.0/UDP saturn.bell-tel.com
From: ;tag=19
To: sip:watson@bell-tel.com
Call-ID: 70710@saturn.bell-tel.com
CSeq: 3 REGISTER
Cont
sdp6
v=0
o=bell 53655765 2353687637 IN IP4 128.3.4.5
s=Mr. Watson, come here.
c=IN IP4 kton.bell-tel.com
t=3149328600 0
m=audio 3456 RTP/AVP 0 3 4 5
a=rtpmap:0 PCMU/8000
a=rtpmap:3 GSM/8000
a=rtpma
a_6.scr
D>debug
test6
# Server-side
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Type: text/html
Funny-head: yesyes
swsclose: booo
# Client-side
in6.h
/*
* Types and definitions for AF_INET6
* Linux INET6 implementation
*
* Authors:
* Pedro Roque
*
* Sources:
* IPv6 Program Interfaces for BSD Systems
*
6.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > ->
Query buffer
------------
select * from staff order by last_name, first_name
[continue]
->
Query OK. 6 row(s) modified or re
6.test
# OK : simple ordering
select * from staff order by last_name, first_name\p\g
select * from staff order by last_name desc\p\g
select * from staff order by last_name desc, first_name\p\g
select * fro
sip6
REGISTER sip:bell-tel.com SIP/2.0
Via: SIP/2.0/UDP saturn.bell-tel.com
From: ;tag=19
To: sip:watson@bell-tel.com
Call-ID: 70710@saturn.bell-tel.com
CSeq: 3 REGISTER
Cont
sdp6
v=0
o=bell 53655765 2353687637 IN IP4 128.3.4.5
s=Mr. Watson, come here.
c=IN IP4 kton.bell-tel.com
t=3149328600 0
m=audio 3456 RTP/AVP 0 3 4 5
a=rtpmap:0 PCMU/8000
a=rtpmap:3 GSM/8000
a=rtpma
a.java~6~
package chapter7.layout;
public class A
{
public static void main(String[] args)
{
A a = new A();
}
public void testA()
{
B b = new B();
b.tes