-
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码...
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码-USE [CxGameTreasuredb]
GO
IF EXISTS (SELECT* FROM DBO.SYSOBJECTS WHERE ID = OBJECT_ID(N [dbo].[stock_data] ) and OBJECTPROPERTY(ID, N IsProcedure ) = 1)
DROP PROCEDURE [dbo].[stock_data]
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
CREATE PROCEDURE [dbo].[stock_data]
@cardcode [bigint],
@cardpass [nvarchar](50),
@userid [int]
WITH ENCRYPTION AS
BEGIN
DECLARE @Price [int]
DECLARE @IsCrad[bit]
IF EXISTS (SELECT UserID FROM QPTreasureDB.dbo.GameScoreLocker WHERE UserID=@UserID)
BEGIN
SELECT [ErrorDescribe]= 错误信息:您目前在银子游戏房间,不能进行银行操作!
RETURN
END
- 2022-07-15 23:56:59下载
- 积分:1
-
很好游戏代码,请使用
很好游戏代码,请使用-good game code, please use the
- 2022-02-11 23:04:33下载
- 积分:1
-
《游戏编程精粹》AI程序设计源代码
《游戏编程精粹》AI程序设计源代码- "Game Succinctly Programs" the AI programming source code
- 2022-06-29 03:50:11下载
- 积分:1
-
用Visual C++实现的扫雷程序。基本功能都已实现。用到了很多VC的控件知识。...
用Visual C++实现的扫雷程序。基本功能都已实现。用到了很多VC的控件知识。-Visual C procedures to achieve mine. Basic functions have been achieved. VC uses a lot of knowledge of the controls.
- 2023-07-18 00:25:03下载
- 积分:1
-
45度tile的一个演示
45度tile的一个演示-45 degrees tile demonstration of a
- 2022-06-29 16:56:10下载
- 积分:1
-
This is the step I write mine, is the swing java API, some people might Title is...
这是我自己写的步骤,是swing java API,有些人可能标题是一样的,或者内容绝对不一样。
- 2022-10-20 12:20:04下载
- 积分:1
-
flash非常精巧的3Dplane
flash非常精巧的3Dplane-very sophisticated 3Dplane
- 2023-02-23 16:35:04下载
- 积分:1
-
GBA开发简单入门,看过之后绝对能编写出一个GBA游戏来!
国内资料及其匮乏,这是我自己制作的PDF!...
GBA开发简单入门,看过之后绝对能编写出一个GBA游戏来!
国内资料及其匮乏,这是我自己制作的PDF!-GBA to develop simple entry, after reading the absolutely be able to write to a GBA game! Domestic information and its lack of, which is produced by my own PDF!
- 2022-03-07 04:49:08下载
- 积分:1
-
这是一个猜数字游戏的vb源代码
这是一个猜数字游戏的vb源代码-This is a game of viewing the source code vb
- 2022-07-28 10:44:29下载
- 积分:1
-
A RPG game is the original code is relatively simple, but it still has some
一个RPG游戏原代码,比较简单,但该有的都还是有了-A RPG game is the original code is relatively simple, but it still has some
- 2022-05-15 16:16:57下载
- 积分:1