摘要:
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; namesp... 阅读全文
摘要:
DECLARE @pagesize INT= 10; --每页10条 DECLARE @page INT = 1; --第几页 SET STATISTICS TIME ON; SELECT * FROM ( SELECT ROW_NUMBER() OVER ( ORDER BY id ASC ) AS rownumber , * ... 阅读全文
摘要:
DECLARE cursor_name CURSOR FOR --定义游标 SELECT REPLACE(JSURL,'&FP=1&FP=1','&FP=1'),JSImgID FROM [srv_lnk_wps].wps_jt_2017.dbo.T_JSURL0331 WHERE JSImgID IS NOT NULL AND JSURL IS NOT NULL GROUP BY JSImg... 阅读全文
摘要:
ffmpeg version N-49044-g89afa63 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 19 2013 20:36:06 with gcc 4.7.2 (GCC) configuration: --enab 阅读全文