自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Travor is travelling...

An endless road

  • 博客(68)
  • 资源 (4)
  • 收藏
  • 关注

转载 Windows下搭建QT4.7-VS2005集成开发环境

1.  简述   在 Windows2000/xp/vista 下,安装 VS2005, QT 4.7.2 ;并在 VS2005上建立 QT 的集成开发环境, 利用 VS2005 开发环境开发,调试 QT 程序;2. 所需程序   VS2005以及VS2005Sp1                                  //  VS2005 的安装程序;   qt-ev

2011-11-03 18:23:27 613

转载 Free webcast: "AutoCAD: .NET for LISP Programmers"

On October 18th were delivering a free AutoCAD development-oriented webcast entitled "AutoCAD: .NET for LISP Programmers".Check here for our overall API schedule, or go here to register directly. T

2007-10-15 14:11:00 931

转载 Plotting a window from AutoCAD using .NET

This post extends this previous post that dealt with driving a single-sheet AutoCAD plot by adding some code to handle selection and transformation of a window to plot.First order of business was to

2007-10-15 14:10:00 2456

转载 Allowing selection of an AutoCAD plot device and media name using .NET

A comment came in on this previous post regarding how best to know whether a media name is valid during your plot configuration.There are a few approaches, other than the one I chose of hardcoding t

2007-10-15 14:09:00 2091

转载 Microsoft to release source for .NET Framework Libraries

I thought Id bring your attention to this post on Scott Guthries blog - this is a really exciting announcement for .NET developers everywhere:Releasing the Source Code for the .NET Framework Libra

2007-10-15 14:08:00 938

转载 Previewing and plotting multiple sheets in AutoCAD using .NET

This was a fun one to work on. The code in this post combines and extends upon techniques shown in two earlier posts: one showing how to plot multiple sheets and the other showing how to preview a s

2007-10-15 14:04:00 1417

转载 Free webcast reminder: "AutoCAD: 10 easy ways to crash your AutoCAD addin"

As mentioned in this previous post, tomorrow were delivering a fun (and free!) AutoCAD development-oriented webcast entitled "AutoCAD: 10 easy ways to crash your AutoCAD addin". In case its not obvi

2007-10-15 14:03:00 879

转载 Previewing and plotting a single sheet in AutoCAD using .NET

 This weeks posts take the code I threw together last week for single-sheet and multi-sheet plotting, and introduces the concept of "plot preview".Im learning as I go for much of this, so there ar

2007-10-15 14:02:00 1099

转载 Driving a multi-sheet AutoCAD plot using .NET

Somewhat symmetrically I’m posting this from Chicago airport, once again, but thankfully I’m now on my way home. It was a busy week of meetings, but I did get the chance to put together some code that

2007-10-15 14:01:00 1811

转载 Driving a basic AutoCAD plot using .NET

I just missed my connecting flight in Chicago, so have 3 hours to pass until the next, and decided to post some code I finally got around to writing on the plane from Zurich.Ive had a few requests

2007-10-15 14:00:00 1737

转载 Creating a multileader in AutoCAD using a jig from .NET

Im now back from a fantastic break in Italy and am trying hard to catch back up. Next week Im off again to San Diego (work, this time), which may cause further interruptions in blog postings.Thi

2007-10-15 13:58:00 2401

转载 Accessing the active space or layout in an AutoCAD drawing using .NET

 This question was asked as comment to a previous post by har!s:Thanks a lot for the code. I have yet to see 2008 and MultiLeader. But I presume that it works on both Model and paper spaces. In

2007-10-15 13:56:00 907

转载 AU Unplugged session on AutoCAD development

Just a quick post today regarding an AU Unplugged! topic Ive submitted.The proposed session is called "Developing applications for AutoCAD: best practices for using AutoCADs APIs." Heres the de

2007-10-15 13:55:00 770

原创 我用过的Rails IDE

在网上看到了很多介绍Rails的IDE的文章,这些文章给了我很大的帮助, 我在看到一个新的IDE的时候就下载下来试用,到现在用了大概三四个了,包括大家熟悉的Komodo、Netbeans、Aptana、CodeGear、E-TextEditor等等。有些用的时间还比较长,下面我把我的使用感受说一下,希望对刚入门的朋友有所帮助。但是,我对Rails 也算是新手,而且IDE的选择因人而异,我的说法仅供

2007-10-15 00:42:00 1679

原创 find_by_sql 返回值问题

最近在做一个公司内部的系统,因为ROR开发速度较快,所以就用了它,后面会纪录一些开发的经验上来。在用find方法执行查询的时候,返回值肯定是一个类的集合(Array),这时候可以直接调用类的属性,但是在用find_by_sql的时候,例如,下面的sql语句:sql = "SELECT (TO_DAYS(FINISH_DATE) - TO_DAYS(START_DATE)) AS DAYS,(T

2007-10-10 22:18:00 1301

转载 Creating an AutoCAD multileader spraying out from central text using .NET

 Some more fun with multileaders... this post shows some code that adds multiple leader lines to a multileader/MLeader, each of them "spraying" out from the central text. We ask the user for the cen

2007-09-07 10:58:00 1042

转载 Creating a spline-segment multileader in AutoCAD using .NET

 I thought it would be interesting to spend a few posts looking into the multileader or MLeader functionality in AutoCAD 2008.To get things started, heres some simple code that prompts the user f

2007-09-07 10:57:00 1098

原创 Creating an Installer" webcast recording available for download

 The recording of the latest in the AutoCAD Development Masterclass series, "Creating an Installer" held on August 16, has been posted here. The supporting MSI template used in the session is availa

2007-09-07 10:56:00 681

原创 Updating an Excel spreadsheet from a linked AutoCAD table using .NET

 In the last post we saw some code to update an AutoCAD table linked to an Excel spreadsheet. In this post we go the other way, updating an Excel spreadsheet from a linked AutoCAD table.Heres the

2007-09-07 10:55:00 785

转载 Updating an AutoCAD table linked to an Excel spreadsheet using .NET

 Thanks to Viru Aithal, from DevTech India, for providing the code for this post (I converted the C# code below from some C++ he had sent to a developer).In the last post we showed how to create a

2007-09-07 10:54:00 867

转载 Creating an AutoCAD table linked to an Excel spreadsheet using .NET

 In the last post I promised to tackle this issue, and so here we are again. :-)Note: the code in this post relies on enhanced table functionality introduced in AutoCAD 2008, so please dont get f

2007-09-07 10:39:00 1170

转载 Using AutoCAD's file selection dialog from .NET

 Today I started putting together some code showing how to link an Excel sheet to an AutoCAD table (watch this space - there should be something posted later this week). As I was working through it

2007-09-07 10:38:00 1010

转载 CommandComplete bonus tool

 Most members of my team (DevTech) have a background in software development, having developed code professionally in previous jobs. People often join DevTech because they enjoy the variety and flex

2007-09-07 10:37:00 849

转载 TRAC 配置管理

接上面一篇《SVN+Trac的安装》继续,今天在配置中碰到问题重重,要命的是TRAC的官方还有段时间还打不开。手册查不到,只要网上翻遍,最后还是 等到了TRAC官方能打开了,查了手册才解决了一些问题。后来碰到的一个密码验证上饶了很大的圈子,网上文章大多数是在APACHE下做的,简单不少,后 来找到台湾同胞的一篇文章比较详细,帮了大忙,豁然开朗,前前后后花了时间还真不少。上篇中提到一个SQLLITE

2007-08-31 16:46:00 3975

原创 Subversion的权限控制

如有转发请注明出处:http://www.subversion.org.cn

2007-08-28 11:19:00 856

转载 Trac系列(1):Windows下Trac的安装与基本配置

Windows下Trac的安装与基本配置        Trac是一个基于Web的,轻量级的项目管理工具,它使用python语言编写。在本文中,将介绍windows下安装、集成配置一个简单的Trac环境,并通过浏览器访问和使用Trac站点。Trac环境中,默认的版本控制工具是Subversion,在这里我假

2007-08-28 11:12:00 1896 1

原创 最好的缺陷管理软件下载及破解Jira3.10 Enterprise Edition

 最好的缺陷管理软件下载及破解软件名称: JIRA Enterprise Edition 3.10 (2007-08-08截止最新版)语言:多国语言下载页面:http://www.atlassian.com/software/jira/JIRADownloadCenter.jspa软件30天试用版下载地址:[url]http://www.atlassian.com/software/Downl

2007-08-21 16:23:00 1929

原创 需求迭代

 需求迭代是不可避免地,也就是说要在需求还不是很完整的情况下就可以实现原型系统的开发,然后通过实际的原型系统来触发新的需求,我非常同意这种观点。但是这里有个问题一直困扰着我,原型系统会经过几次迭代后成为真正的系统么,我想有可能一个原型系统最终会被抛弃,因为发现所触发出来的需求越来越偏离事先设计的原型系统,迭代后的需求可能影响原有的技术方案,尤其是核心业务逻辑的变更。用JIRA来进行项目管理可以么,

2007-08-21 13:04:00 1542

转载 Purging registered application names from a folder of AutoCAD drawings using .NET

 In the last post we looked at some code to programmatically purge Registered Application names from the drawing currently active in AutoCAD. In this post we take the "batching" code first used in t

2007-08-16 11:37:00 748

转载 Moving entities from one AutoCAD layer to another using .NET

 Firstly I should apologise to those readers using RSS to access this site: Ive been playing around with the configuration, to integrate FeedBurner but also to switch from publishing entire article

2007-08-16 11:36:00 803

转载 Purging registered application names in the current AutoCAD drawing using .NET

 Purging can seriously reduce the size of AutoCAD drawings by removing unnecessary symbol table and dictionary entries. The PURGE command in AutoCAD allows you to safely purge these non-graphical ob

2007-08-16 11:36:00 871

转载 Updating a specific attribute inside a folder of AutoCAD drawings using RealDWG from .NET

 This post finally takes the code last shown in this previous post, migrating it to use RealDWG to update a folder of DWGs without the need for AutoCAD to be installed on the system. A big thanks to

2007-08-16 11:35:00 1291

转载 A handy .NET class to help manage long operations in AutoCAD

 This post was almost called "Generating Koch fractals in AutoCAD using .NET - Part 3", following on from Parts 1 & 2 of the series. But by the time Id completed the code, I realised it to be of mo

2007-08-16 11:34:00 1231

转载 Generating Koch fractals in AutoCAD using .NET - Part 2

 This post continues on from the last one, which introduced some code that creates "Koch curves" inside AutoCAD. Not in itself something youll want to do to your drawings, but the techniques shown

2007-08-16 11:32:00 982

原创 Generating Koch fractals in AutoCAD using .NET - Part 1

 Im currently waiting to get my RealDWG license through, so Ill interrupt the previous series on side databases to focus on something a little different. Ill get back to it, in due course, I prom

2007-08-16 11:29:00 893

原创 Updating a specific attribute inside a folder of AutoCAD drawings using .NET

 In the last post we looked at some code to search the current drawing for a particular attribute and update its value. In this post - as promised - were going to look at how to extend this applica

2007-08-16 11:27:00 667

原创 Updating a specific attribute inside an AutoCAD drawing using .NET

 This suggestion came up in reference to this previous post about using side databases. The request is to be able to open a number of DWG files and modify a particular attribute, saving the files ba

2007-08-16 11:25:00 923

转载 Accessing DWG files not open in the AutoCAD editor using .NET

This topic was briefly introduced almost a year ago, in this post. I then looked into the code a little further in a follow-up post. But at the time this topic wasnt the main thrust of the post, i

2007-07-20 16:45:00 1476

转载 Using a palette from .NET to display properties of multiple AutoCAD objects

After a brief interlude were back on the series of posts showing how to implement basic user-interfaces inside AutoCAD using .NET. Heres the series so far: Using a modal .NET dialog to d

2007-07-20 16:22:00 1968

转载 Accessing the AutoCAD objects referred to by fields using .NET

Thanks to Wolfgang Ruthensteiner for suggesting this excellent topic a comment to this previous post. Heres Wonfgangs question:How do I read back the field code with C# (from an attribute e

2007-07-20 16:20:00 3289

NexusFile资源管理器软件

最好好用的资源管理器,可以代替传统的资源管理器,完胜totalcommander等软件.界面好看,支持多种定义、按字母查询、双栏显示。用了很多软件,这款绝对是最好的

2014-01-27

AutoCAD VBA属性参考文件

一个AutoCAD VBA的属性参考文件,对于用VBA开发的用户来说很有帮助。

2007-07-16

Agile_Web_Development_With_Rails-Beta书所配的源码

Agile_Web_Development_With_Rails-Beta这本书所附的源代码,可是Dave亲自发给我的哦。

2007-07-12

ruby for rails

ruby for rails 的经典教材,想要的快点下吧。

2007-04-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除