02 2024 档案
摘要:1.往D:/output/jsondata1.txt中写入“获取前端传来的json数据” string filePath = "D:/output/jsondata1.txt";string jsonData="获取前端传来的json数据"; //想输出的信息 //System.IO.File.Wr
阅读全文
摘要:1. 【excel导入到页面_模板.aspx】页面,最上面一行要改 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="excel导入到页面_模板.aspx.cs" Inherits="excel导入到页面_模板" %> 2. 【excel
阅读全文
摘要:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="代码测试.aspx.cs" Inherits="代码测试" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <
阅读全文
摘要:<%--将excel数据显示到页面--%> <script type="text/javascript"> //原创来自 www.luofenming.com //首先监听input框的变动,选中一个新的文件会触发change事件 document.querySelector("#testFile"
阅读全文
摘要:SQL_将A表的数据复制到B表 select * into [数据库1].[dbo].[B表] from ( SELECT [ID] ,[MATNR] ,[PlanNum] ,[PlanPer] ,[MDDATE] ,[STPERN] ,[STHPLAN] ,[THPRTIME] ,[USERID]
阅读全文