1,01.zipLeveraging C++ Applications Using COM使用COM提高C++应用程序的性能(8KB)2,02.zipHOWTO Configure DCOM Timeouts如何配置DCOM的超时设定(13KB)3,03.zipDllUnregisterServer for MFC-based COM d lls基于MFC的COM动态库的DllUnregisterServer实现(6KB)4,04.zipAn Extension of the Document
1,01.zipDialogs in DLL在DLL中实现对话框(5KB)2,02.zipExport dialogs in MFC Extension DLLs在MFC扩充DLL中输出对话框(12KB)3,03.zipRemapping resource scr ipt ID's重影象资源的标识符(4KB)4,04.zipDetermine DLL version number检测DLL的版本号(7KB)5,05.zipGetting the complete information abo
USB atmeg8 ISP_源码.rar /* Name: main.c * Project: AVR-Doper * Author: Christian Starkjohann * Creation Date: 2006-06-21 * Tabsize: 4 * Copyright: (c) 2006 by Christian Starkjohann, all rights reserved. * License: Proprietary, see documentation. * Re
Linux is a clone of the operating system Unix, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance. It has all the features you wou
coreutils-8.5.tar.gz 贴段CAT的大伙瞅瞅 /* cat -- concatenate files and print on the standard output. Copyright (C) 1988, 1990-1991, 1995-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the t
Protocol Buffers What is it? Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. Latest Updates http://protobuf.goo
au3反编译源码 myAut2Exe - The Open Source AutoIT scr ipt Decompiler 2.9 ======================================================== *New* full support for AutoIT v3.2.6++ :) ... mmh here's what I merely missed in the 'public sources 3.1.0' This program is f
%Demonstrates the mcrvm algorithm on a toy example (Three class classification problem). Part of the code was %derived from Tipping's matlab code. % @file mcrvm_example.m % Author Arasanathan Thayananthan ( at315@cam.ac.uk) % (c) Copyright Universit
flashfru is a utility for reading/writing FRU data.It is used to flash fru information by using the Intelligent Platform Management Interface. It requires that the FRU spec defined follow FRU information Storage Definitioin(V1.0),and now this utilit
后端连接步骤
步骤1
# Create a connection with database
folder: utilities/connection.js
In this file define schema and then create the connection and then export it
第2步
# Create a model of the schema
folder: model/user.js
import connection fi