代码搜索:Limit
找到约 9,366 项符合「Limit」的源代码
代码结果 9,366
www.eeworm.com/read/437028/1837262
c limit.c
/**********
Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
**********/
/* limiting routines for junction voltag
www.eeworm.com/read/398634/2374830
result limit.result
drop table if exists t1;
create table t1 (a int not null default 0 primary key, b int not null default 0);
insert into t1 () values ();
insert into t1 values (1,1),(2,1),(3,1);
update t1 set a=4 where
www.eeworm.com/read/398634/2375363
test limit.test
#
# Test of update and delete with limit
#
--disable_warnings
drop table if exists t1;
--enable_warnings
create table t1 (a int not null default 0 primary key, b int not null default 0);
insert into
www.eeworm.com/read/395217/2448941
cs limit.cs
using System;
using System.Collections;
using ThreeLayer.Model.Sys;
namespace ThreeLayer.BLL.Sys
{
///
/// Limit 的摘要说明。
///
public class Limit
{
ThreeLayer.DAL.
www.eeworm.com/read/395217/2448945
cs limit.cs
using System;
using System.Collections;
using ThreeLayer.Model.Sys;
namespace ThreeLayer.DAL.Sys
{
///
/// Limit 的摘要说明。
///
public class Limit
{
private const s
www.eeworm.com/read/395217/2448949
cs limit.cs
using System;
namespace ThreeLayer.Model.Sys
{
///
/// Limit 的摘要说明。
///
public class LimitInfo
{
private string _Code; // 代码
private string _Name; // 权限姓名