2015年5月26日

简单工厂模式

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 简单工厂模式{ class Program { static void Main(stri... 阅读全文

posted @ 2015-05-26 14:11 码农老K 阅读(139) 评论(0) 推荐(0) 编辑

工厂模式

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 工厂模式{ class Program { public interface IFruit... 阅读全文

posted @ 2015-05-26 14:10 码农老K 阅读(135) 评论(0) 推荐(0) 编辑

文件信息

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;class Program{ static void Main(string[] args) { while ... 阅读全文

posted @ 2015-05-26 14:09 码农老K 阅读(212) 评论(0) 推荐(0) 编辑

C#压缩解压zip 文件

摘要: 1 /// 2 /// Zip 压缩文件 3 /// 4 public class Zip 5 { 6 public Zip() 7 { 8 9 } 10 #region 加压方法 11 /// 12 ///... 阅读全文

posted @ 2015-05-26 14:06 码农老K 阅读(2130) 评论(1) 推荐(0) 编辑

2014年12月31日

Creo 2.0 Toolkit 解锁的问题

摘要: 近期开发Creo Toolkit遇到一个问题,在自己本机开发完成后运行并无问题,但是如果拿去给别人的机子运行会报出提示“creo ToolKit应用程序在分配到您的地址之前未被解锁”,在与PTC 技术支持工程师沟通之后了然导致原因: 关于安装TOOLKIT程序执行时提示未被解锁的问题,发生原因及解... 阅读全文

posted @ 2014-12-31 12:16 码农老K 阅读(4934) 评论(0) 推荐(0) 编辑

2014年12月26日

Dojo Grid结合Ajax用法

摘要: ... 阅读全文

posted @ 2014-12-26 13:51 码农老K 阅读(854) 评论(0) 推荐(0) 编辑

Aras Innovator时间验证

摘要: //方法名:bcs_Nexteer_CheckTime//功能描述:开始和结束日期对比//原作者:joe//创建时间:20141226//版权所有(C)JOE.FAN//debugger;//------------------------------------------------------... 阅读全文

posted @ 2014-12-26 13:17 码农老K 阅读(779) 评论(0) 推荐(0) 编辑

Aras Innovator获取项目任务序列号

摘要: //方法名:GetProjectTasksNumber //功能描述:获取项目任务序列号 //原作者:joe //创建时间:20141225 //版权所有(C)JOE.FAN // System.Diagnostics.Debugger.Break(); Innovator inn = this.g 阅读全文

posted @ 2014-12-26 13:11 码农老K 阅读(1142) 评论(0) 推荐(0) 编辑

2014年12月22日

Aras Innovator客户端批量下载关联文件

摘要: 批量下载关联文件 阅读全文

posted @ 2014-12-22 13:02 码农老K 阅读(1050) 评论(0) 推荐(0) 编辑

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) 编辑

导航