-
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码...
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码-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
-
非常好的手机游戏源代码,欢迎大家学习和使用,非常好的手机游戏源代码,欢迎大家学习和使用...
非常好的手机游戏源代码,欢迎大家学习和使用,非常好的手机游戏源代码,欢迎大家学习和使用
- 2022-02-14 04:57:11下载
- 积分:1
-
是男人就下100层的源码,玩过的都知道,就不多说了,补字补丁...
是男人就下100层的源码,玩过的都知道,就不多说了,补字补丁-A man on the next layer of the source code 100
- 2022-05-20 02:57:06下载
- 积分:1
-
phone is a lot of fun games and you are welcome to download the study and use of...
很好玩的手机游戏,欢迎大家下载学习和使用,很好玩的手机游戏,欢迎大家下载学习和使用-phone is a lot of fun games and you are welcome to download the study and use of the phone is a lot of fun games, Welcome to download and use of learning
- 2022-07-10 05:14:56下载
- 积分:1
-
猜字迷的游戏,可以网络对战
猜字迷的游戏,可以网络对战-guess the word fan of the game, players can network
- 2022-09-19 13:00:03下载
- 积分:1
-
C++写的,贪食蛇另一版本
C++写的,贪食蛇另一版本-C writes, has a greedy appetite the snake another edition
- 2022-01-31 16:06:06下载
- 积分:1
-
机甲指挥官MC2源代码,微软开发游戏机甲指挥官的原代码简化版本...
机甲指挥官MC2源代码,微软开发游戏机甲指挥官的原代码简化版本-Mech Commander MC2 source code, Microsoft
- 2022-02-04 06:45:34下载
- 积分:1
-
用C++实现的名为下楼小游戏,主要应用贴图等原理,可玩性较高。挑战语:是男人就下到一百层。...
用C++实现的名为下楼小游戏,主要应用贴图等原理,可玩性较高。挑战语:是男人就下到一百层。-Using C++ realization of the game called downstairs, the main application of the principle of mapping, such as, high playability. Challenges of language: a man on the next layer for more than a century.
- 2023-06-16 13:30:03下载
- 积分:1
-
一个3DRPG游戏源码,VC6.0、DirectX8.0SDK下编译通过。本代码很有参考价值,强烈推荐!...
一个3DRPG游戏源码,VC6.0、DirectX8.0SDK下编译通过。本代码很有参考价值,强烈推荐!-a source 3DRPG game, VC6.0, DirectX8.0SDK under compile. The code was useful and strongly recommended!
- 2023-02-26 08:30:04下载
- 积分:1
-
按键功能表: Space:随机变换 right:逆时针旋转 left:顺时针旋转 up:光标向下切换 down:光标向上切换 Enter:返回初始 Esc:退出...
按键功能表: Space:随机变换 right:逆时针旋转 left:顺时针旋转 up:光标向下切换 down:光标向上切换 Enter:返回初始 Esc:退出程序- Pressed key function table: Space: Stochastic transformation
right: Counterclockwise rotation left: Clockwise rotation up: The
cursor to under cuts down: The cursor upwardly cuts Enter: Returns to
initial Esc: Withdrawal procedure
- 2023-08-24 13:25:04下载
- 积分:1