03 2020 档案

摘要:USE [PIS] GO /****** Object: StoredProcedure [dbo].[SynchronizePDI] Script Date: 2020/3/28 20:54:51 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER 阅读全文
posted @ 2020-03-28 22:19 骠骑将军 阅读(464) 评论(0) 推荐(0)
摘要:View: 1 <div> 2 <input id="btn1" type="button" value="Redirect" onclick="fun1()" /> 3 <hr /> 4 <input id="btn2" type="file"> 5 <input id="upload" type 阅读全文
posted @ 2020-03-06 21:05 骠骑将军 阅读(747) 评论(0) 推荐(0)
摘要:VIew: 1 @section scripts{ 2 <script type="text/javascript"> 3 $(function () { 4 LoadData1(); 5 LoadData2(); 6 LoadData3(); 7 PostData(); 8 }); 9 //如果不 阅读全文
posted @ 2020-03-04 12:39 骠骑将军 阅读(558) 评论(0) 推荐(0)