没有合适的资源?快使用搜索试试~ 我知道了~
dlog:一个有用的库,用于将调试的结构化信息输出到控制台
共20个文件
dart:15个
md:2个
yaml:1个
需积分: 9 0 下载量 150 浏览量
2021-06-29
17:20:07
上传
评论
收藏 16KB ZIP 举报
温馨提示
日志 一个有用的库,用于将调试的结构化信息输出到控制台 用法 信息可以构造为表格、树或 json。 因此可以衡量一个函数或一段代码的性能。 桌子 import "dart:math" as Math; import 'package:dlog/dlog.dart' as dlog; double rad(num deg) => deg * (Math.PI / 180); main() { // create new table and specify the column number var table = new dlog.Table(1); // you can add header names (optional) // in this case the number of columns is changed to 3 t
资源推荐
资源详情
资源评论
收起资源包目录
dlog-master.zip (20个子文件)
dlog-master
.gitignore 61B
pubspec.yaml 323B
LICENSE 1KB
CHANGELOG.md 356B
README.md 10KB
example
time.dart 1KB
table.dart 1KB
json.dart 2KB
tree.dart 748B
lib
dlog.dart 214B
src
Symbols.dart 3KB
Display.dart 619B
displays
Time.dart 2KB
Tree.dart 1KB
Json.dart 2KB
Table.dart 5KB
test
time_test.dart 269B
tree_test.dart 1KB
table_test.dart 3KB
json_test.dart 2KB
共 20 条
- 1
资源评论
巩硕
- 粉丝: 21
- 资源: 4593
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功