-
你在项目中用了很多技术么?软件开发中7种反模式
From “make good software" 软件开发中一个经常发生的常见错误是太关注于技术、…
-
[Translate] 七天学习七门编程语言IOLanguage第一天
http://oscardelben.com/seven-languages-io-day-1 我刚买了Sev…
-
微软DotNet introduction介绍
公司内部学习使用,转载请注明。 DotNet introduction release DotNet intr…
-
howto upgrade IronRuby1.0RC4 gem to 1.3.6
1) rename ir.exe ir.exe.config to iruby.exe iruby.exe.c…
-
IronRuby一些小技巧
操作excel 1: require "Microsoft.Office.Interop.Excel…
-
IronRuby试玩
IronRuby下载最新版本解压,然后把目录加入系统Path。 IronRuby使用Sinatra 1)ige…
-
一个内部局域网投票程序的初步设计
最近准备学习dotnet,要有一些代码练练手。看好了sliverlight或者wpf,毕竟是下一代显示技术。 …
-
使用Lua编写Utility的一些小贴士
string trim功能 1: function string_trim(s) 2: if s == nil…