如何确定`pub global activate`放置文件的位置?

时间:2016-08-11 15:46:53

标签: dart

var customers = _context.Customers.Join(_context.Products, cu => cu.id, p => p.CustomerId, (cu,p) => new { cu,p}) .Select( c => new { prodId = c.p.Id,customername = c.cu.Name }) .OrderByDescending( c => c.prodId).Take(1); 在哪里安装其软件包?如何使用pub global activate工具告诉我这些信息?

0 个答案:

没有答案