摘要:
CREATE DEFINER=`root`@`localhost` PROCEDURE `createBusiness`(parameter1 int)BEGIN #Routine body goes here... DECLARE flag int DEFAULT parameter1;#声明变量flag,将参数值赋给该变量 DECLARE uuidStr VARCHAR(32);#声明一个长度为32位的字符串 DECLARE currentTime TIMESTAMP;#声明一个类型为时间戳的变量 declare err INT default 0;#声明一个... 阅读全文
posted @ 2013-07-05 14:15
方东信
阅读(339)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Text;using System.IO;namespace Xse{ namespace Protocol { public interface IPacket { byte[] ToArray(); } public interface IBinaryData { void write(BinaryPacketWriter w); ... 阅读全文
posted @ 2013-07-05 08:00
方东信
阅读(388)
评论(0)
推荐(0)

浙公网安备 33010602011771号