2014年7月4日

自己常用方法封装

摘要: Imports System.Runtime.InteropServicesImports System.TextImports System.IOImports Aras.IOMPublic Class CommonMethod#Region " ... 阅读全文

posted @ 2014-07-04 22:02 码农老K 阅读(241) 评论(0) 推荐(0) 编辑

ReportingService语法

摘要: ="Dear All:"& vbcrlf & vbcrlf &IIF(First(Fields!ProductFamily.Value, "bcs_N_ReportSource") = "","No customer complaint " &IIF(Weekday(Now) - 1 = 1,"fr... 阅读全文

posted @ 2014-07-04 21:57 码农老K 阅读(204) 评论(0) 推荐(0) 编辑

XSL使用写法与效果

摘要: data.xmlgetdata.xslXSL Test Result:User nameCityCool 阅读全文

posted @ 2014-07-04 21:52 码农老K 阅读(983) 评论(0) 推荐(0) 编辑

SQL Link Oracle

摘要: 转自:http://www.2cto.com/database/201107/96105.html做项目过程中常用到数据库同步,现把前一段时间做的一个项目部分,同步过程贴出来,供分享与自己参考!本文档分以下几步完成:1. 环境配置(sql 与oracle建立连接关系)2.编写存储过程,job定时任务... 阅读全文

posted @ 2014-07-04 21:47 码农老K 阅读(461) 评论(0) 推荐(0) 编辑

封装FTP类

摘要: using System; using System.Net; using System.Net.Sockets; using System.Text; using System.IO;using System.Collections.Generic;namespace FTP { ///... 阅读全文

posted @ 2014-07-04 21:44 码农老K 阅读(223) 评论(0) 推荐(0) 编辑

如何动态调用WebService

摘要: 封装WBS类using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Net;using System.IO;using System.Web.Services.Desc... 阅读全文

posted @ 2014-07-04 21:42 码农老K 阅读(269) 评论(0) 推荐(0) 编辑

导航