07 2013 档案
摘要:[FileLoadException: Could not load file or assembly 'sapnco_utils, Version=3.0.0.42, Culture=neutral, PublicKeyToken=50436dca5c7f7d23' or one of its dependencies. 由于应用程序配置不正确,应用程序未能启动。重新安装应用程序可能会纠正这个问题。 (Exception from HRESULT: 0x800736B1)]项目中要和sap系统做集成,用的是rfc方式通讯,在部署在一台windows server200364位
阅读全文
摘要:.net3.5及以上框架增强了对xml的支持,操作xml非常方便,下面分别用.net2.0及.net3.5及以上版本操作xml。.net2.0版本读xml的demo:特别适用于配置文件的读取,类似于下面的这种情况: 编码名称 代码: /// /// 读取xml返回字典 /// /// 绝对路径 /// 节点名 /// public static Dictionary GetAllData(string xmlPath, string nodeName) { ...
阅读全文
摘要:1,instr 函数在Oracle/PLSQL中,instr函数返回要截取的字符串在源字符串中的位置。语法如下:instr( string1, string2 [, start_position [, nth_appearance ] ] )string1:源字符串,要在此字符串中查找。string2:要在string1中查找的字符串start_position:代表string1的哪个位置开始查找。此参数可选,如果省略默认为1.字符串索引从1开始。如果此参数为正,从左到右开始检索,如果此参数为负,从右到左检索,返回要查找的字符串在源字符串中的开始索引。nth_appearance代表要查找第
阅读全文

浙公网安备 33010602011771号