The conversion of a char data type to a datetime data type r

hollypillow2022-10-04 11:39:541条回答

The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.
The statement has been terminated.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.
The statement has been terminated.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:

在本地上运行没问题.但发布到服务器上之后就出现了这样的问题,这是为什么呢?

已提交,审核后显示!提交回复

共1条回复
福间 共回答了17个问题 | 采纳率82.4%
获取时间用这个.DateTime.Now.ToString("d")
1年前

相关推荐

Slope Analog-to-Digital (A/D) Conversion是什么意思
pzxpzx1年前1
loudpig 共回答了10个问题 | 采纳率90%
斜率AD转换 查看原帖
如何用erdas计算表观反射率2、Conversion to TOA Reflectance表观反射率OLI band
如何用erdas计算表观反射率
2、Conversion to TOA Reflectance表观反射率
OLI band data can also be converted to TOA(TOP OF ATMOSPHERE) planetary行星 reflectance usingreflectance rescaling coefficients provided in the product metadata file (MTLfile).The following equation is used to convert DN values to TOAreflectance for OLI data as follows:
ρλ' = MρQcal + Aρ
where:
ρλ' = TOA planetary reflectance,without correction for solar angle.Note that ρλ' does not contain acorrection for the sun angle.
Mρ = Band-specific multiplicative rescaling factor from the metadata(REFLECTANCE_MULT_BAND_x,where x is the band number) ——头文件MTL file
Aρ = Band-specific additive rescaling factor from the metadata(REFLECTANCE_ADD_BAND_x,where x is the band number) ——头文件MTL file
Qcal = Quantized and calibrated standard product pixel values (DN)
3、TOA reflectance with a correction for the sun angle isthen:
ρλ =
ρλ'
=
ρλ'
cos(θSZ)
sin(θSE)
where:
ρλ = TOA planetary reflectance
θSE = Local sun elevation angle.The scene center sun elevation angle in degrees isprovided in the metadata (SUN_ELEVATION).太阳高度角——头文件MTL file
θSZ = Local solar zenith angle; θSZ = 90° - θSE 太阳天顶角
For more accuratereflectance calculations,per pixel solar angles could be used instead of thescene center solar angle,but per pixel solar zenith angles are not currentlyprovided with the Landsat 8 products.
(这一段话该如何理解?)
平面设计1年前3
穿行的云000 共回答了13个问题 | 采纳率100%
这个应该是解释计算原理的,如果你只需要出结果的话不需要理解这个,只需要知道在软件里怎么操作就好了
full conversion是什么意思
73740258yan1年前2
默稀 共回答了15个问题 | 采纳率100%
full conversion
[英]ful kənˈvə:ʃən
[美]fʊl kənˈvɚʒən
全转换
[例句]In fields where synthetic chemicals have been used in the past ,it takes about three growing cycles to make the full conversion.
在过去使用合成化学物质的区域,要花上3个生长周期才能得到完全的转变.
如果你对这个答案有什么疑问,
另外如果你觉得我的回答对你有所帮助,请千万别忘记采纳哟!
英语翻译No adjustment of the Series A Conversion Price for any S
英语翻译
No adjustment of the Series A Conversion Price for any Series A Preferred Stock shall be made in an amount less than one cent per share; provided that any adjustments which are not required to be made by reason of this sentence shall be carried forward and shall be taken into account in any subsequent adjustment made prior to three years from the date of the event giving rise to the adjustment being carried forward.Except to the limited extent provided for in Sections 4(e)(v)(C),4(e)(v)(D) and 4(e)(viii) no adjustment of such Series A Conversion Price pursuant to this Section 4(e) shall have the effect of increasing the Series A Conversion Price above the Series A Conversion Price in effect immediately prior to such adjustment.
vanessa_zheng1年前2
鑫鑫123 共回答了23个问题 | 采纳率91.3%
没有调整系列的转换价为A系列优先股的股东应在数额不到1美分;规定,任何调整是不需要理由作出的这一判决须予结转,并应考虑到在随后的任何调整之前作出之日起三年的事件引起调整结转.除有限的范围中规定的第4条( e ) (五)款( c ) ,4 ( e )项(五) ( d )和4 ( e )项(八)不作调整等系列的转换价依据本条4 ( e )款的作用是增加了系列的转换价高于系列的转换价在生效之前,这种调整.
1.SURFACE FINISH:CHEMICAL CONVERSION PER MIL C-5541 (ALODINE
1.SURFACE FINISH:CHEMICAL CONVERSION PER MIL C-5541 (ALODINE),这个表面处理不懂请帮忙一下
kjyln1年前2
绽梅 共回答了21个问题 | 采纳率90.5%
表面处理:按MIL-C-5541(阿洛丁)进行化学转化处理
备注:MIL-C-5541为美军方铝合金化学转化标准,已被MIL-DTL-5541F替代,阿洛丁为汉高公司的药水.
matlab高手求助,Conversion to double from sym is not possible.
matlab高手求助,Conversion to double from sym is not possible.
syms l;
syms t;
syms Ommiga_0;
syms Ommiga_3;
syms d;
syms tau;
syms ommiga_1;
syms ommiga_3;
syms U_0;
k_1=pi/2/l;
k_3=3*pi/2/l;
k_2=2*pi/2/l;
g=9.8
ommiga_1=sqrt(g*k_1*tanh(k_1)*d);
ommiga_3=sqrt(g*k_3*tanh(k_3)*d);
A_1=2*Ommiga_0*U_0*(Ommiga_0*sin(Ommiga_0*tau)-ommiga_1*sin(ommiga_1*tau))/k_1^2/l/(ommiga_1^2-Ommiga_0^2);
A_3=2*Ommiga_0*U_0*(Ommiga_0*sin(Ommiga_0*tau)-ommiga_3*sin(ommiga_3*tau))/k_3^2/l/(ommiga_3^2-Ommiga_0^2);
B_1=2*ommiga_1*U_0*(ommiga_1*sin(Ommiga_0*tau)-Ommiga_0*sin(ommiga_1*tau))/k_1^2/l/(ommiga_1^2-Ommiga_0^2);
B_3=2*ommiga_3*U_0*(ommiga_3*sin(Ommiga_0*tau)-Ommiga_0*sin(ommiga_3*tau))/k_3^2/l/(ommiga_3^2-Ommiga_0^2);
C_1=2*Ommiga_0*U_0*(Ommiga_0^2*cos(Ommiga_0*tau)-ommiga_1^2*cos(ommiga_1*tau))/k_1^2/l/(ommiga_1^2-Ommiga_0^2);
C_3=2*Ommiga_0*U_0*(Ommiga_0^2*cos(Ommiga_0*tau)-ommiga_3^2*cos(ommiga_3*tau))/k_3^2/l/(ommiga_3^2-Ommiga_0^2);
D_1=2*ommiga_1*U_0*(Ommiga_0*ommiga_1*cos(Ommiga_0*tau)-Ommiga_0*ommiga_1*cos(ommiga_1*tau))/k_1^2/l/(ommiga_1^2-Ommiga_0^2);
D_3=2*ommiga_3*U_0*(Ommiga_0*ommiga_3*cos(Ommiga_0*tau)-Ommiga_0*ommiga_3*cos(ommiga_3*tau))/k_3^2/l/(ommiga_3^2-Ommiga_0^2);
Q_2=0.5*(-D_3*A_1*k_3*k_1+D_3*B_1*k_1^2+(A_3*D_1*k_3*tanh(k_3*d)+A_1*D_3*k_1*tanh(k_1*d))-0.5*(C_3*A_1+A_3*C_1)*k_3*k_1*(1+tanh(k_3*d)*tanh(k_1*d)))...
+0.5*(-D_1*A_3*k_1*k_3+D_1*B_3*k_3^2+(A_1*D_3*k_1*tanh(k_1*d)+A_3*D_1*k_3*tanh(k_3*d))*k_3*tanh(k_3*d)-0.5*(C_1*A_3+A_1*C_3)*k_1*k_3*(1+tanh(k_1*d)*tanh(k_3*d)))...
+0.5*(D_1*A_1*k_2*k_1+D_1*B_1*k_1^2+(A_1*D_1*k_1*tanh(k_1*d)+A_1*D_1*k_1*tanh(k_1*d))*k_1*tanh(k_1*d)-C_1*A_1*k_1^2*(-1+tanh(k_1*d)*tanh(k_1*d)));
C_2=int(Q_2,tau,0,t);
t=(0:100);
plot(t,C_2)
dance171年前1
wj_13 共回答了9个问题 | 采纳率100%
你要画图,意味着需要具体的数据.而你前面的符号运算没法得到具体数据.问题的关键就在这里.给你修改了下,其中具体参数需要你自己补足!
clear;
clc;
close all;
syms tau real;
l = 1 ;
d = 1 ;
Ommiga_0 = 1 ;
U_0 = 1 ;
k_1=pi/2/l;
k_3=3*pi/2/l;
k_2=2*pi/2/l;
g=9.8;
ommiga_1=sqrt(g*k_1*tanh(k_1)*d);
ommiga_3=sqrt(g*k_3*tanh(k_3)*d);
A_1=2*Ommiga_0*U_0*(Ommiga_0*sin(Ommiga_0*tau)-ommiga_1*sin(ommiga_1*tau))/k_1^2/l/(ommiga_1^2-Ommiga_0^2);
A_3=2*Ommiga_0*U_0*(Ommiga_0*sin(Ommiga_0*tau)-ommiga_3*sin(ommiga_3*tau))/k_3^2/l/(ommiga_3^2-Ommiga_0^2);
B_1=2*ommiga_1*U_0*(ommiga_1*sin(Ommiga_0*tau)-Ommiga_0*sin(ommiga_1*tau))/k_1^2/l/(ommiga_1^2-Ommiga_0^2);
B_3=2*ommiga_3*U_0*(ommiga_3*sin(Ommiga_0*tau)-Ommiga_0*sin(ommiga_3*tau))/k_3^2/l/(ommiga_3^2-Ommiga_0^2);
C_1=2*Ommiga_0*U_0*(Ommiga_0^2*cos(Ommiga_0*tau)-ommiga_1^2*cos(ommiga_1*tau))/k_1^2/l/(ommiga_1^2-Ommiga_0^2);
C_3=2*Ommiga_0*U_0*(Ommiga_0^2*cos(Ommiga_0*tau)-ommiga_3^2*cos(ommiga_3*tau))/k_3^2/l/(ommiga_3^2-Ommiga_0^2);
D_1=2*ommiga_1*U_0*(Ommiga_0*ommiga_1*cos(Ommiga_0*tau)-Ommiga_0*ommiga_1*cos(ommiga_1*tau))/k_1^2/l/(ommiga_1^2-Ommiga_0^2);
D_3=2*ommiga_3*U_0*(Ommiga_0*ommiga_3*cos(Ommiga_0*tau)-Ommiga_0*ommiga_3*cos(ommiga_3*tau))/k_3^2/l/(ommiga_3^2-Ommiga_0^2);
Q_2=0.5*(-D_3*A_1*k_3*k_1+D_3*B_1*k_1^2+(A_3*D_1*k_3*tanh(k_3*d)+A_1*D_3*k_1*tanh(k_1*d))-0.5*(C_3*A_1+A_3*C_1)*k_3*k_1*(1+tanh(k_3*d)*tanh(k_1*d)))...
+0.5*(-D_1*A_3*k_1*k_3+D_1*B_3*k_3^2+(A_1*D_3*k_1*tanh(k_1*d)+A_3*D_1*k_3*tanh(k_3*d))*k_3*tanh(k_3*d)-0.5*(C_1*A_3+A_1*C_3)*k_1*k_3*(1+tanh(k_1*d)*tanh(k_3*d)))...
+0.5*(D_1*A_1*k_2*k_1+D_1*B_1*k_1^2+(A_1*D_1*k_1*tanh(k_1*d)+A_1*D_1*k_1*tanh(k_1*d))*k_1*tanh(k_1*d)-C_1*A_1*k_1^2*(-1+tanh(k_1*d)*tanh(k_1*d)));
t=(0:100)';
for i=1:length(t)
C_2(i) = double(int(Q_2,'tau',0,t(i)));
end
plot(t,C_2)
英语翻译the conversion factor of Golden Rice b-carotene to retin
英语翻译
the conversion factor of Golden Rice b-carotene to retinol is 3.8 +/- 1.7 to 1 with a range of 1.9–6.4 to 1 by weight,or 2.0 +/- 0.9 to 1 with a range of 1.0–3.4 to 1 by moles.
Golden Rice中 b-胡萝卜素 到 维生素A的转化率为 3.8(正负1.7误差)比 1
后面那个 “with the range of 什么什么” 怎么翻译啊 没读懂 5555
真的很俗气1年前3
niber2000 共回答了21个问题 | 采纳率95.2%
这是一个关于金米的维生素A的测试实验的文章
我网上搜了一下全文,看了一下
这是最后的结果数据
意思是
金米的胡萝卜素B和维生素A的传化量是 1克米转化3.8 +/- 1.7 微克(的胡萝卜素变成维生素A) 也就是1克米转化范围在1.9-6.4,或者用摩尔单位计算 就是 1克米转化2 +/- 0.9 摩尔 也就是一克米转化范围是1-3.4摩尔
with a range of 其实就是解释前面那个 3.8 加上1.7 减去1.7的那个范围
虽然数值不是正好相等,但是是解释这个意思
下附原文的一部分
Our results showed that the mean (+/-SD) area under the curve for the total serum response to [2H]retinol was 39.9 +/- 20.7 microg x d after the Golden Rice dose.Compared with that of the [13C10]retinyl acetate reference dose (84.7 +/- 34.6 microg x d),Golden Rice beta-carotene provided 0.24-0.94 mg retinol.Thus,the conversion factor of Golden Rice beta-carotene to retinol is 3.8 +/- 1.7 to 1 with a range of 1.9-6.4 to 1 by weight,or 2.0 +/- 0.9 to 1 with a range of 1.0-3.4 to 1 by moles.
what conversion factor will you need to multiply by to conve
what conversion factor will you need to multiply by to convert grams to kilograms
求翻译~急
Levi_Civita1年前1
yumidonna 共回答了17个问题 | 采纳率100%
当你把克换算成千克的时候需要乘以一个什么转换因数
关于英语词性转换conversion 的材料,
关于英语词性转换conversion 的材料,
我正在写一篇关于英语词性转换方面的论文,就是名词作动词之类的,比如说dog本是名词,也可作动词,跟踪的意思,跟汉语中阳光用作形容词是一个原理,这种现象英语叫作conversion,functional shift.如果有关的理论,例子,都可以贴过来的.多多益善,
yxymissu1年前1
yanzi600677 共回答了20个问题 | 采纳率100%
tidy 动词是整理的意思,名词是整洁的
work 动词,名词的意思都是工作
record 动词是录制的意思,名词是唱片
我就知道这么多了^_^
up-conversion 和 down-conversion 应该分别如何翻译?分别的过程机理是怎么样的?
最是一年春好处1年前1
lichangrao 共回答了22个问题 | 采纳率81.8%
up-conversion 上变频
down-conversion 下变频
up-conversion phosphors什么意思 是有关电化学的
苍龙七宿-心宿1年前1
玉青城 共回答了17个问题 | 采纳率82.4%
上转发光荧光粉.
一般荧光粉会吸收短波长(高能量)光而发出长波长的光(因为Stokes shift);
而上转换发光则是吸收长波长的光而发出短波长的光,通过光子接力,达到高能激发态,即吸收多个长波长的光子,再放出一个短小波长的光子.
求用英文翻译中文标题中文:基于PHP实现点标记KML到MapInfo的格式转换英文:Format Conversion
求用英文翻译中文标题
中文:基于PHP实现点标记KML到MapInfo的格式转换
英文:Format Conversion from KML to MapInfo of Point Placemarks Based on PHP
请看中文翻译成这个英文,怎么修改,特别是“点标记”这个翻译.
xianaier2141年前4
小谜狐 共回答了20个问题 | 采纳率100%
Based on PHP to achieve point marker KML to MapInfo format conversion
提示:warning C4244:'argument' :conversion from 'double' to 'fl
提示:
warning C4244:'argument' :conversion from 'double' to 'float',possible loss of data
下面是出错的那段函数:
double XsatPH(float p,float H) //饱和蒸气干度 计算(已知压力、焓)
{ double h,h1,h2,t,x;
x = 0.5;
loop:
t = TempSatur(p);
h2 = EnthSteamPT(p,t); 出错的地方
h1 = EnthWaterPT(p,t);
h = (1.-x)*h1 + x*h2;
if( fabs((h-H)/H) > 0.0001 )
{ x = x * H/h;
goto loop;
}
else
return (x);
}
EnthSteamPT(p,t)在程序中是double EnthSteamPT(float p,float t)这样定义的.
我不知道怎么把那个出错的地方进行强制转换
kuanrong0011年前1
CISCOSUNIBM 共回答了16个问题 | 采纳率87.5%
t是定义成double的,但EnthSteamPT(p,t)接受的是float.
或者直接把EnthSteamPT(p,t); 定义成
double EnthSteamPT(double p,double t);
或者不理会这个Warning,毕竟影响不大.
您是如何记住他的?conversion 转化
您是如何记住他的?conversion 转化
如amibion
俺必胜---〉 雄心
感谢所有跟贴者
changsha6011年前1
依恋你啊 共回答了18个问题 | 采纳率77.8%
背这样的单词一定要注意英语中的派生.
convert加“-ion”变成名词,其中“-ion”为一个抽象名词的后缀.
ambition中的“-tion”也是固定的名词后缀.
谁帮我译一下电缆的英文Cooper Ref/Spec/lenghM/stabiloy Cable/Conversion/
谁帮我译一下电缆的英文
Cooper Ref/Spec/lenghM/stabiloy Cable/Conversion/Substitute/Length(M)
小弟不会英语,请帮我译一下,
发动机1号1年前1
kekexiang 共回答了17个问题 | 采纳率100%
库珀号/规格/ lenghm / stabiloy有线/转换/替代/长度( m )
英语翻译Similarly the decrease in the feed conversion amounted t
英语翻译
Similarly the decrease in the feed conversion amounted to 0.037 percentage unit for each increase of 1 mg/kg of dietary supply,within a restricted range of dose
花火L1年前2
20唯美 共回答了17个问题 | 采纳率82.4%
联系上下文大概是说:
同样(上文是说增加铜含量可以提高体重),每增加每公斤一毫克的饮食铜会导致饲料转换率降低百分之0.037,铜用量必须严格控制.
英语介词填空The conversion (转化) process is inefficient and about t
英语介词填空
The conversion (转化) process is inefficient and about two-thirds of the energy is wasted.The same is nuclear power stations.
Most drugs offer either no real improvement or,best,only moderate improvements.
空中填什么啊
The conversion (转化) process is inefficient and about two-thirds of the energy is wasted.The same is nuclear power stations.
Most drugs offer either no real improvement or,best,only moderate improvements.
空中填什么啊
糜烂同学1年前2
smartmani 共回答了22个问题 | 采纳率81.8%
The same is among nuclear power stations.
Most drugs offer either no real improvement or,at best,only moderate improvements.
英语口语快速回答:i didn't mean to interrupt your conversion 怎么回答
深深凝眸1年前1
小白兔爱大老鼠 共回答了19个问题 | 采纳率94.7%
意思是:我不是有意打断你的谈话.然后你如果不介意的话就说:that's fine.it doesn't matter.如果你介意的话就像一楼说的so what do you mean?
英语翻译conversion of sulfur contaminated heavy oils to light cr
英语翻译
conversion of sulfur contaminated heavy oils to light crude by means of hydro cracking
yellowtooth21年前2
时光15112 共回答了17个问题 | 采纳率82.4%
换算的硫污染的重质油,以轻质原油的手段加氢裂解
The conversion of a char data type to a datetime data type r
The conversion of a char data type to a datetime data type resulted in an out-of-range datetime
HDHCGG1年前1
qidan129 共回答了9个问题 | 采纳率88.9%
获取时间用这个.DateTime.Now.ToString("d")
Traffic and Conversion Summit 的具体中文解释是什么?
linhongfu1年前3
hongjin38 共回答了16个问题 | 采纳率100%
交通与变革峰会