.net

.net

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

07 2018 档案

摘要:使用layer-list可以,画了两层 1 2 3 4 5 6 7 8 9 <layer-list> <!-- This is the line --> <item android:left="8dp" android:right="8dp"><shape> <solid android:color 阅读全文
posted @ 2018-07-30 12:19 航宇 阅读(3966) 评论(0) 推荐(0) 编辑

摘要:ListView点击事件失效解决方法: 一般出现这个情况,就是你的item里面有按钮的点击事件,你的item里面有button控件,button控件是抢占焦点的,只要在你的item布局里面这样子写就可以了: 1 2 3 4 5 6 7 注意: android:focusable=”false”只要加 阅读全文
posted @ 2018-07-10 11:31 航宇 阅读(357) 评论(0) 推荐(0) 编辑

摘要:db2 update dbm cfg using FEDERATED yes 与 自动维护 (AUTO_MAINT) = ON 自动数据库备份 (AUTO_DB_BACKUP) = OFF 自动表维护 (AUTO_TBL_MAINT) = ON 自动 runstats (AUTO_RUNSTATS) 阅读全文
posted @ 2018-07-04 18:48 航宇 阅读(617) 评论(0) 推荐(0) 编辑

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