摘要: public class CheckComputerFreeState { /// /// 创建结构体用于返回捕获时间 /// [StructLayout(LayoutKind.Sequential)] ... 阅读全文
posted @ 2015-04-13 09:49 b̶i̶n̶g̶.̶ 阅读(1323) 评论(0) 推荐(0) 编辑
摘要: create PROCEDURE USP_GetByPager( _pageindex int, _pagesize int ) BEGIN declare _currentpageindex int DEFAULT (_pageindex-1)*_pagesize; select a.* from A a inner join ( select id from A order by id ... 阅读全文
posted @ 2015-04-13 09:04 b̶i̶n̶g̶.̶ 阅读(142) 评论(0) 推荐(0) 编辑