会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
---挑战-机遇-梦想---
--格局决定结局 态度决定高度--
随笔档案-2006年3月8日
(原创)一个改自java的代码统计工具
2006-03-08 21:41 by sun@live, 837 阅读,
收藏
,
摘要: 1using System; 2using System.IO; 3 4namespace CodeTell{ 5 /**//// 6 /// CodeTell 的摘要说明。 7 /// 8 9 class CodeTell 10 { 11 private int codeLines = 0, commentLines = 0...
阅读全文
0 Comment
About