摘要:
//竖向位移 if (factortypeid == 124) { string sql = string.Format(@" SELECT B.SENSOR_LOCATION_DESCRIPTION,Convert(decimal(18,2),A.SURFACE_DISPLACEMENT_X_VA 阅读全文
摘要:
double arraysum = 0.0; //定义一个生成随机数的数组 double[] array = new double[number]; //生成随机数方法 Random rdnumber = new Random(); // 生成N-1的随机数值 for (int i = 0; i < 阅读全文
摘要:
//热力图 [AcceptVerbs("Post")] [LogInfo("导入监测点位", true)] public HttpResponseMessage ImportPoint([FromUri] int structId) { try { HttpPostedFile file = Htt 阅读全文
摘要:
很久没有接触过这个东西了,记录一下,插入数据后触发的 ALTER TRIGGER [dbo].[Crack_Monitoring_Initialized]ON [dbo].[T_THEMES_DEFORMATION_DEEP_DISPLACEMENT] AFTER insertASdeclare @ 阅读全文
摘要:
/// <summary> /// 图片上传 ActionResult HttpPostedFileBase Files, /// </summary> /// <param name="file"></param> ///<param name="structId">项目id</param> // 阅读全文
摘要:
using FreeSun.FS_SMISCloud.Server.CloudApi.DAL; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; usi 阅读全文
摘要:
public object Getmedianaverage(int number, DateTime startdate, DateTime enddate) { #region 中值平均 number = 5; string sql = string.Format("SELECT ID,DEEP 阅读全文
摘要:
说明: 定义一个10位数的数组,接受穿过来的5 ,就是原数组地1--1共5位 结束,然后取中间值,然后依次循环1.12--4,再去中间值,然后将新拿到的中间值,将原有数组 第5+1 位替换掉,生成一个新数组。 就这样: 1, 1.12, 0.9, 1.2, 1, 4, 1.1, 6, 0.9, 4 阅读全文
摘要:
this.formData.consigneeAddress = 省市区 +详细地址; const p = this.formData.provinceName + this.formData.cityName + this.formData.regionName; if (this.formDat 阅读全文
摘要:
var hislist = [{ 'id':'1','date','2020-11-21 15:16:09'}, { 'id':'2','date','2020-11-22 10:11:06'}, { 'id':'3','date','2020-11-24 15:32:06'}, { 'id':'4 阅读全文