摘要: 在前一个EditText里添加如下内容:android:imeOptions="actionNext"android:nextFocusRight="@+id/et_next_input" 阅读全文
posted @ 2019-01-08 19:38 yongfengnice 阅读(2464) 评论(0) 推荐(0)
摘要: 让git记住账号和密码的方法: 在git bash 中执行命令:git config --global credential.helper store 输入一次账号密码就可以保存,下次不再提示。 如果输错了需要重新输入。看这里:https://www.cnblogs.com/yongfengnice 阅读全文
posted @ 2019-01-08 11:21 yongfengnice 阅读(11220) 评论(0) 推荐(2)