-
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码...
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码-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
-
a very fun little game
很好玩的一个小游戏-a very fun little game
- 2022-02-15 13:08:40下载
- 积分:1
-
很好的手机游戏,欢迎大家下载学习和使用,很好的手机游戏,欢迎大家下载学习和使用...
很好的手机游戏,欢迎大家下载学习和使用,很好的手机游戏,欢迎大家下载学习和使用-good cell phone game, all are welcome to download and study the use of a good cell phone game, Welcome to download and use of learning
- 2022-07-16 06:48:31下载
- 积分:1
-
c++builder程序设计范例
c++builder程序设计范例-c++ builder program design paradigm
- 2022-03-11 09:28:32下载
- 积分:1
-
很好的手机游戏,欢迎大家下载学习和使用,很好的手机游戏,欢迎大家下载学习和使用...
很好的手机游戏,欢迎大家下载学习和使用,很好的手机游戏,欢迎大家下载学习和使用-good cell phone game, all are welcome to download and study the use of a good cell phone game, Welcome to download and use of learning
- 2023-05-08 17:30:03下载
- 积分:1
-
这是我收集的游戏模拟器源程序!请站长开放下载权限!谢谢!...
这是我收集的游戏模拟器源程序!请站长开放下载权限!谢谢!-This is my collection of game consoles source! Please download authority head! Thank you!
- 2022-09-18 09:50:03下载
- 积分:1
-
Boss Coming 是帮朋友做的一个toy似的东西,作用是当大家在办公室玩的时候,老板忽然出现,只要有一个人看到,按下热键后即可通知大家,并且在接到同伴的通
Boss Coming 是帮朋友做的一个toy似的东西,作用是当大家在办公室玩的时候,老板忽然出现,只要有一个人看到,按下热键后即可通知大家,并且在接到同伴的通知后,本程序可以马上为你做一些事情,比如把MSN藏起来,激活 office word , 不会被老板发现.-Boss is Coming for a friend to do something like a toy. role when we play in the office when the boss suddenly appear, as long as a person to see, After pressing hotkeys can inform you, and the receipt of the notice companions, the procedure as soon as you do something. for example, by including the MSN hidden activation office word, the boss will not be found.
- 2023-05-03 22:10:03下载
- 积分:1
-
《Realtime Rendering》的随书源代码,包含完整的3D引擎的源代码,及使用文档...
《Realtime Rendering》的随书源代码,包含完整的3D引擎的源代码,及使用文档
- 2022-02-03 21:01:53下载
- 积分:1
-
疯狂坦克3系统设计方案(简)
疯狂坦克3系统设计方案(简)-Fengjuetanke three system design program (SR)
- 2022-02-25 03:48:36下载
- 积分:1
-
C语言版智能黑
C语言版本的智能黑白对战-C language version of the smart black-and-white screen
- 2022-06-16 17:41:55下载
- 积分:1