代码搜索:LinQ
找到约 1,042 项符合「LinQ」的源代码
代码结果 1,042
www.eeworm.com/read/288844/8599487
sql linq.sql
CREATE TABLE user_tbl (
id INT UNSIGNED AUTO_INCREMENT,
name CHAR(16) NOT NULL,
passwd CHAR(32) BINARY NOT NULL,
lasttime INT UNSIGNED NOT NULL,
PRIMARY KEY(id),
UNIQUE INDEX(name)
);
www.eeworm.com/read/476331/1371810
vb linq.vb
Imports System.Linq
Public Class Linq
Public Sub Sample(ByVal persons As Person())
Dim query = From p In persons _
Where p.Lastname = "Test" _
www.eeworm.com/read/299541/3851533
sql linq.sql
CREATE TABLE user_tbl (
id INT UNSIGNED AUTO_INCREMENT,
name CHAR(16) NOT NULL,
passwd CHAR(32) BINARY NOT NULL,
lasttime INT UNSIGNED NOT NULL,
PRIMARY KEY(id),
UNIQUE INDEX(name)
);
www.eeworm.com/read/288844/8599500
bat run.bat
@ECHO OFF
cd bin
IF "%1" == "start" GOTO START
IF "%1" == "stop" GOTO STOP
IF "%1" == "install" GOTO INSTALL
IF "%1" == "uninstall" GOTO UNINSTALL
GOTO USAGE
:INSTALL
FOR %%I IN (*
www.eeworm.com/read/136380/5872958
h idletrack.h
/*
* idletrack.h
*/
#include
#ifdef __cplusplus
extern "C" {
#endif
DWORD linq_get_lastactive();
BOOL linq_set_idlehooks();
void linq_remove_idlehooks();
#ifdef __cpluspl
www.eeworm.com/read/311634/13628655
doc 深入浅出谈linq.doc
www.eeworm.com/read/390862/8436554
cs dataclasses.designer.cs
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.1378
//
// Cha
www.eeworm.com/read/288844/8599527
txt install.txt
linqd now supports two kinds of database engines: mysql and odbc(win32).
The following installation process assumes that you use mysql.
- Download mysql at http://www.mysql.com, and start it c
www.eeworm.com/read/388734/8580035
cs foot.ascx.cs
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI