摘要: 注意看下面两个链接http://127.0.0.1/docs/docs/DocDspExt.jsp?id=40369http://127.0.0.1/docs/docs/DocDsp.jsp?id=41353DocDspExt.jsp地址的文档才会把附件存放到/WEAVER/ecology/file 阅读全文
posted @ 2020-03-12 15:34 曾小慧 阅读(3970) 评论(0) 推荐(1) 编辑
摘要: onLoad(req) { _self=this; _globalData=getApp().globalData; this.webUrl=_globalData.PageWebUrl; if(this.webUrl=='') { this.webUrl=req.webUrl; } }, onSh 阅读全文
posted @ 2020-03-06 15:21 曾小慧 阅读(9868) 评论(0) 推荐(0) 编辑
摘要: 直接调用SAP中的RFC1、 导入RFC2 在对应命名空间下面创建SI选择出入站,同步或异步,并设置参数类型,选择对应的RFC.3创建OM选择两边的SI或者RFC,一定要点击保存(等待下面出现MT)填写MM名称,选择命名空间,(同步有两个MM)创建MM配置MM字段对应激活 SI OM MM在对应的B 阅读全文
posted @ 2020-03-01 18:19 曾小慧 阅读(2402) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> $(document).ready(function() { alert($(window).height()); //浏览器当前窗口可视区域高度 alert($(document).height()); //浏览器当前窗口文档的高度 阅读全文
posted @ 2020-03-01 17:46 曾小慧 阅读(694) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 取汉字的首拼音码取汉字的首拼音码 /// </summary> /// <param name="HZ"></param> /// <returns></returns> public static string Extract_HZ(string HZ) { b 阅读全文
posted @ 2020-03-01 17:45 曾小慧 阅读(449) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.Web 阅读全文
posted @ 2020-03-01 17:43 曾小慧 阅读(1450) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Drawing; using System.Drawing.Imaging; using System.Drawing.Drawing2D; using System.Web.UI.HtmlControls; namespace HuoLi.Co 阅读全文
posted @ 2020-03-01 17:41 曾小慧 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Web; namespace HuoLi.Common { /// <summary> /// DNTRequest 的摘要说明。 /// </summary> public class DNTRequest { public DNTReques 阅读全文
posted @ 2020-03-01 17:40 曾小慧 阅读(470) 评论(0) 推荐(0) 编辑
摘要: #region 上传文件到服务器 /// <summary> /// 上传文件到服务器 /// </summary> /// <param name="str_path">需要存放到服务器上的路径</param> /// <param name="file1">客户端文件</param> /// < 阅读全文
posted @ 2020-03-01 17:39 曾小慧 阅读(8460) 评论(1) 推荐(1) 编辑
摘要: #region MD5加密 /// <summary> /// MD5加密 /// </summary> /// <param name="stream">数据流</param> /// <returns>返回加密后的字符串</returns> public static string GetMD5 阅读全文
posted @ 2020-03-01 17:38 曾小慧 阅读(1355) 评论(0) 推荐(0) 编辑