代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/201516/5058340
aspx simple.aspx
Public Function Add(a As Integer, b As Integer) As Integer
Trace.Write("Inside Add() a: ", a.ToString())
Trace.Wri
www.eeworm.com/read/201516/5058558
asmx simple.asmx
Imports System.Web.Services
Imports System.Web.Services.Protocols
Public Class SimpleSoapHeader
Inherits SoapHeader
public value As st
www.eeworm.com/read/201516/5058593
vb simple.vb
Public Class Module1
Public Shared Sub Main()
System.Console.WriteLine(".NET makes development fun and easy again")
End Sub
End Class
www.eeworm.com/read/201514/5058708
aspx simple.aspx
public int Add(int a, int b)
{
Trace.Write("Inside Add() a: ", a.ToString());
Trace.Write("Inside Add() b: ", b.ToString());
return a + b;
}
www.eeworm.com/read/200501/5064823
def simple.def
LIBRARY OpenVPN_PLUGIN_SAMPLE
DESCRIPTION "Sample OpenVPN plug-in module."
EXPORTS
openvpn_plugin_open_v1 @1
openvpn_plugin_func_v1 @2
openvpn_plugin_close_v1 @3
www.eeworm.com/read/200501/5064827
c simple.c
/*
* OpenVPN -- An application to securely tunnel IP networks
* over a single TCP/UDP port, with support for SSL/TLS-based
* session authentication and key exchange,
*
www.eeworm.com/read/199484/5076900
aspx simple.aspx
Public Function Add(a As Integer, b As Integer) As Integer
Trace.Write("Inside Add() a: ", a.ToString())
Trace.Write("Inside Add() b: ", b.ToString()
www.eeworm.com/read/199484/5076902
aspx simple.aspx
Public Function Add(a As Integer, b As Integer) As Integer
Trace.Write("Inside Add() a: ", a.ToString())
Trace.Wri
www.eeworm.com/read/199484/5077120
asmx simple.asmx
Imports System.Web.Services
Imports System.Web.Services.Protocols
Public Class SimpleSoapHeader
Inherits SoapHeader
public value As st
www.eeworm.com/read/199484/5077155
vb simple.vb
Public Class Module1
Public Shared Sub Main()
System.Console.WriteLine(".NET makes development fun and easy again")
End Sub
End Class