代码搜索:ContactID
找到约 33 项符合「ContactID」的源代码
代码结果 33
www.eeworm.com/read/446626/7574567
pdf contactid.pdf
www.eeworm.com/read/488679/6483521
h admcptcl.h
/*******************************************************************************
* 版权所有 (C)2005,深圳豪恩科技有限公司
*
* 文件名称: main.C
* 文件标识:
* 内容摘要: LHD6000主板主芯片程序,2005.12.05开始
* 其它说明:
* 当前版本: 0.000
*
www.eeworm.com/read/284875/8885943
sql 12-recursive-cte.sql
USE AdventureWorks;
GO
WITH EmployeeReportingStructure
(ManagerID, EmployeeID, EmployeeLevel, Level,
ManagerContactId,ManagerTitle,ManagerFirst,ManagerLast,
EmployeeTitle,EmployeeFirst,EmployeeL
www.eeworm.com/read/446626/7574566
txt readme.txt
"Hard to find" full description of ContactID protocol from Ademco used by many home security devices to send messages to CMS (Central Monitoring Station) about security events.
Has full technical
www.eeworm.com/read/347951/11622445
js astercrm.js
function contactCopy(contactid){
if ( xajax.$('iptcallerid') == null)
{
callerid= '';
}else{
callerid= xajax.$('iptcallerid').value;
}
if ( xajax.$('customerid') == null)
{
cust
www.eeworm.com/read/169813/5409862
java icqcontact.java
package openicq.management;
import JOscarLib.Management.Contact;
/**
* The ICQContact class extends the Contact class
* with ICQ specific contact data.
* @author
www.eeworm.com/read/363957/9928630
svn-base invoiceaccessor.cs.svn-base
using Mied.BusinessObject;
using Mied.BusinessObject.Bills;
using Mied.BusinessObject.Items;
namespace Mied.DAL.Accesses
{
public class InvoiceAccessor : BillAccessor
{
public
www.eeworm.com/read/363957/9928664
cs invoiceaccessor.cs
using Mied.BusinessObject;
using Mied.BusinessObject.Bills;
using Mied.BusinessObject.Items;
namespace Mied.DAL.Accesses
{
public class InvoiceAccessor : BillAccessor
{
public
www.eeworm.com/read/418517/10943167
sql ch 28 - advanced performance.sql
-----------------------------------------------------------
-- SQL Server 2000 Bible
-- Wiley Publishing
-- Paul Nielsen
-- Chapter 29 - Advanced Performance
------------------------------
www.eeworm.com/read/418517/10943173
sql ch 16 - advanced server side code.sql
-----------------------------------------------------------
-- SQL Server 2000 Bible
-- Hungry Minds
-- Paul Nielsen
-- Chapter 16 - Adv Server Side Code
----------------------------------