zoukankan
html css js c++ java
一个小工具:代码行计算器!
这个工具用来计算源代码的行数。目前它还只支持与 C# 相关的文件,你可以用它打开解决方案(*.sln)、项目文件(*.csproj)、C#文件(*.cs)、文本文件(*.txt),当你打开解决方案和项目文件的时候,程序将会自动分析此集合里包含的文本文件,最后计算的结果为整个集合的行数。在计算的时候,你可以选择是否忽略空行。
界面截图:
下载源代码&执行文件:
查看全文
相关阅读:
[Redux-Observable && Unit Testing] Use tests to verify updates to the Redux store (rxjs scheduler)
[Redux-Observable && Unit Testing] Mocking an ajax request when testing epics
[Redux-Observable && Unit testing] Testing the output of epics
[React] Create a queue of Ajax requests with redux-observable and group the results.
[React] Compound Component (React.Children.map & React.cloneElement)
[Express] Upload Files with Express
[Python] List & Object spread in Python
[Angular & Unit Testing] Testing a RouterOutlet component
[Angular & Unit Testing] TestBed.get vs Injector
各司其职的标签
原文地址:https://www.cnblogs.com/ipqn/p/139150.html
最新文章
在Xshell中上传下载文件到本地(linux中从多次ssh登录的dbserver里面的文件夹)
hdu1874畅通工程续 (dijkstra)
完全搞懂傅里叶变换和小波(1)——总纲
Java内部类
css3进行截取
UVA 12263 Rankings(拓扑排序)
关于http接口开发中json格式数据编码问题处理
hdu 4007 Dave (2011年大连ACM网络赛)
POJ 2942 Knights of the Round Table
POJ 1418 基本操作和圆 离散弧
热门文章
ZOJ 1610 Count the Colors
UVA 1428
为什么唱iOS 6.0选择Mantle
java.sql.SQLException: Can not issue empty query.
雪在第一天的冒险
List<Map<String, String>> 开启 Map<String, List<String>>
Codeforces C. Pattern 412 解决问题的方法
SharePoint 2010/2013 隐藏的速度下拉菜单列表项
防爆搜索解决方案hdu1572下沙面(2)
[AngularFire] Resolve snapshotChanges doesn't emit value when data is empty
Copyright © 2011-2022 走看看