-
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码...
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码-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
-
Visual C++.NET小游戏开发时尚编程百例
Visual C++.NET小游戏开发时尚编程百例-Visual the C NET small game develops the fashion to program
hundred examples
- 2022-08-15 08:38:19下载
- 积分:1
-
用纯C写的游戏:小熊回家
对学C语言的基本图形界面有很大帮助...
用纯C写的游戏:小熊回家
对学C语言的基本图形界面有很大帮助-used to write pure C game : Winnie the home of the C language learning basic graphical interface will be of great help
- 2022-01-23 10:32:05下载
- 积分:1
-
这是非常好的手机游戏源代码,欢迎大家下载学习和使用,这是非常好的手机游戏源代码,欢迎大家下载学习和使用...
这是非常好的手机游戏源代码,欢迎大家下载学习和使用,这是非常好的手机游戏源代码,欢迎大家下载学习和使用-It is a very good cell phone game source code and you are welcome to download and use of learning, It is a very good cell phone game source code and you are welcome to download and use of learning
- 2022-02-25 04:23:47下载
- 积分:1
-
磨损和# 39按钮游戏的源代码;
穿钮扣游戏的源代码-wear buttons game"s source code
- 2022-03-25 01:46:19下载
- 积分:1
-
it is a game about a lovely pig which can run anywhere in a rand state.
随机走跑动的小-it is a game about a lovely pig which can run anywhere in a rand state.
- 2022-06-03 17:50:07下载
- 积分:1
-
may be some function of this procedure has yet to be resolved is for reference o...
可能这个程序有的功能还没有解决
仅供参考-may be some function of this procedure has yet to be resolved is for reference only
- 2022-01-25 21:48:02下载
- 积分:1
-
仿空之轨迹战技系统,请用rpgmakers打开工程,ruby语言
仿空之轨迹战技系统,请用rpgmakers打开工程,ruby语言-66rpg.com
- 2022-04-08 14:49:44下载
- 积分:1
-
games, networking, input methods related
与游戏,网络,输入法相关-games, networking, input methods related
- 2022-04-09 07:03:48下载
- 积分:1
-
vc Network Design and Implementation of the game's source code three documen...
vc网络游戏设计与实现源代码,3个文件一起解压到一个目录中-vc Network Design and Implementation of the game"s source code three documents together to extract a directory
- 2023-02-27 09:55:04下载
- 积分:1