02 2024 档案

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

点击右上角即可分享
微信分享提示