摘要:
if (!!window.ActiveXObject || "ActiveXObject" in window) {//判断是否IE浏览器 }MSIE这样关键字之类的判断,IE11判断不出来 阅读全文
摘要:
new Date(timestr);当timestr为2016-06-17 这样的日期类型时,各浏览器都没有问题,当timestr为2016-06-17 00:00:00这样的日期类型时,IE出问题,不能识别,更改为new Date(year,month,day,hour,seconds,minit 阅读全文
摘要:
insert into {14}.SEGMENT(CODE_STARTPOINTID,CODE_STARTFIR,CODE_TYPE_START,CODE_ENDPOINTID,CODE_ENDFIR,CODE_TYPE_ENDPOINT,CODE_TYPE ,VAL_... 阅读全文
摘要:
exp jxfoc/JXFOC@ORCL file=d:\dd.dmp tables=(jxfoc.FLIGHT_PLAN_MAKE_LOG,jxfoc.METAR_CONTENT_FOR_MAIL) query=\"where flight_no='HO1380' and flight_date=... 阅读全文
摘要:
declare cursor cur_test is select t.txt_desig, m.segment_id, s.code_type_direct, case when s.uom_dist_ve... 阅读全文
摘要:
1,进入ArcGISDesktop安装目录,如:C:\ProgramFiles\ArcGIS\Desktop10.0 2,进入Bin文件夹,备份ArcMap.exe.config文件,以备恢复。3,修改ArcMap.exe.config文件(可用记事本等文本编辑器打开) 将原值: 修改为 保存文... 阅读全文
摘要:
ISelection selection = m_hookHelper.FocusMap.FeatureSelection; IEnumFeatureSetup iEnumFeatureSetup = selection as IEnumFeatureSetup; iEnumFeatureSetup... 阅读全文
摘要:
被反射类中: public delegate void CompeletedHandler(); public static event CompeletedHandler AnalysisCompeleted; static void BasePath_AnalysisCompel... 阅读全文
摘要:
http://www.360doc.com/content/13/0220/09/3046928_266688511.shtml 阅读全文
摘要:
public static HttpWebResponse CreatePostHttpResponse(string url, IDictionary parameters, string userAgent, Encoding requestEncoding) { if (string.IsNullOrEmpty(url)) { throw new ArgumentNullException("url"); } if (requestEncoding == ... 阅读全文