js网络请求
摘要:var xhr = new XMLHttpRequest();xhr.withCredentials = false;xhr.open('post', 'http://localhost:20100/API/Wms/GetDeliveryDate', true);// 请求超时的时间(单位:毫秒)x
阅读全文
SQL Server不同库之间表数据复制(将A数据库的表复制到数据库B)
摘要:SQL Server不同库之间表数据复制(将A数据库的表复制到数据库B) 源数据库-->任务-->导出数据
阅读全文