09 2017 档案

摘要:<script type="text/javascript">$(function() { //方法调用 showtime(); //默认加载首页 $("#nav_menu").find("a")[0].click();}); function editCurrentUserPwd() { pare 阅读全文
posted @ 2017-09-28 09:22 开文博客园 阅读(542) 评论(0) 推荐(0)
摘要:一种用法:<EditText android:id="@+id/employnumber" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="2" android:digits 阅读全文
posted @ 2017-09-22 10:14 开文博客园 阅读(159) 评论(0) 推荐(0)
摘要:ImageButton action_btn = (ImageButton) findViewById(R.id.action_btn);action_btn.setOnClickListener(new View.OnClickListener() { @Override public void 阅读全文
posted @ 2017-09-05 17:53 开文博客园 阅读(284) 评论(0) 推荐(0)