.net

.net

博客园 首页 新随笔 联系 订阅 管理
  283 随笔 :: 0 文章 :: 9 评论 :: 64万 阅读

01 2019 档案

摘要:select case when sum(qty_sold*u.um03/u.um08) <> 0 then decimal(coalesce(sum(d.amt_sold_with_tax)/sum(qty_sold*u.um03/u.um08),0), 18, 2) else 0 end as 阅读全文
posted @ 2019-01-07 03:03 航宇 阅读(2035) 评论(0) 推荐(0) 编辑

摘要:在listview的item中包含有textview和checkBox。我们既想获取listitem的点击事件,又想获取listitem中textview的点击事件和listitem中checkBox的点击事件,那么有没有办法实现呢?答案是肯定的,我们只需重新创建listview的适配器继承Base 阅读全文
posted @ 2019-01-01 17:46 航宇 阅读(404) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示