07 2014 档案

自己常用方法封装
摘要:Imports System.Runtime.InteropServicesImports System.TextImports System.IOImports Aras.IOMPublic Class CommonMethod#Region " ... 阅读全文

posted @ 2014-07-04 22:02 码农老K 阅读(256) 评论(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 阅读(224) 评论(0) 推荐(0)

XSL使用写法与效果
摘要:data.xmlgetdata.xslXSL Test Result:User nameCityCool 阅读全文

posted @ 2014-07-04 21:52 码农老K 阅读(993) 评论(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 阅读(476) 评论(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 阅读(227) 评论(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 阅读(276) 评论(0) 推荐(0)

主流CAD菜单开发
摘要:AutoCADInventorSolidedgeProeUGNX 阅读全文

posted @ 2014-07-03 16:37 码农老K 阅读(263) 评论(0) 推荐(0)

使用iTextSharp來合併PDF檔
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO; using System.Collections; using System.ComponentMod... 阅读全文

posted @ 2014-07-02 19:32 码农老K 阅读(461) 评论(0) 推荐(0)

AI精灵
摘要:由于使用的CRM系统是Aras Innovator系统,所有的任务分配必须登入系统查看,故做出以下自动接受任务信息的小工具。1.登入,实现自动记录上次登入的信息,支持多账户登入成功后会以图标运行,点击则有气泡提示右键菜单,菜单模拟QQ制作方法见 http://blog.csdn.net/fanxin... 阅读全文

posted @ 2014-07-01 23:42 码农老K 阅读(380) 评论(0) 推荐(0)

导航