代码搜索:groups
找到约 9,952 项符合「groups」的源代码
代码结果 9,952
www.eeworm.com/read/289840/8523381
cs classmsg.aspx.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using Sys
www.eeworm.com/read/287932/8660233
cs sqlgroup.cs
using System;
using System.Collections.Generic;
using System.Text;
using FirebirdSql.Data.FirebirdClient;
namespace GPCore
{
public struct SqlGroup : IIdable
{
private int id
www.eeworm.com/read/426987/8987854
java groupdiscovery.java
import java.io.InputStream;
import java.io.IOException;
import java.io.ByteArrayInputStream;
import java.lang.String;
import java.util.Enumeration;
import javax.swing.JList;
import net.jxta.docu
www.eeworm.com/read/184426/9100844
js htmlgroup.js
/*
* GContact / PAUL Grégory
*
* In this file are functions relative to groups to update the view (html)
*/
/*
* Show a form to update groups (and, by the way, update the group list zone)
* @p
www.eeworm.com/read/176362/9501047
cpp agent.cpp
/*=============================================================
Function:
Author: Leon Wang
========================================================
www.eeworm.com/read/175308/9552697
ex-10-08
// Example 10-08: Using the Group class
namespace Programming_CSharp
{
using System;
using System.Text.RegularExpressions;
class Test
{
public static void Main()
www.eeworm.com/read/174881/9570858
c vdmx.c
/* vdmx.c -- Vertical Device Metrics
* Copyright (C) 1996 Li-Da Lho, All right reserved
*/
#include
#include
#include "config.h"
#include "ttf.h"
#include "ttfutil.h"
#ifdef M
www.eeworm.com/read/169320/9866998
sql 6.2.1 rollup实现的分级汇总示例(带排序处理).sql
DECLARE @t TABLE(Groups char(2),Item varchar(10),Color varchar(10),Quantity int)
INSERT @t SELECT 'aa','Table','Blue', 124
UNION ALL SELECT 'bb','Table','Red', -23
UNION ALL SELECT 'bb','Cup' ,'G
www.eeworm.com/read/169320/9867006
sql 6.3.3 行值动态变化的交叉报表处理示例(转换多列).sql
CREATE TABLE tb(Groups char(2),Item varchar(10),Color varchar(10),Quantity int)
INSERT tb SELECT 'aa','Table','Blue', 124
UNION ALL SELECT 'bb','Table','Red', -23
UNION ALL SELECT 'bb','Cup' ,'Gr