摘要:
<script type="text/javascript">$(function() { //方法调用 showtime(); //默认加载首页 $("#nav_menu").find("a")[0].click();}); function editCurrentUserPwd() { pare 阅读全文
摘要:
一种用法:<EditText android:id="@+id/employnumber" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="2" android:digits 阅读全文
摘要:
ImageButton action_btn = (ImageButton) findViewById(R.id.action_btn);action_btn.setOnClickListener(new View.OnClickListener() { @Override public void 阅读全文
摘要:
/* 自理解 */ ctrl+shift+T //查找当前工程下的某个类 实时提示 ctrl+shift+R//查找当前工程下的某个文件 实时提示 ctrl+/添加注释 /* 自理解 */ 再给出常用eclipse 快捷键Ctrl+1 快速修复(最经典的快捷键,就不用多说了)Ctrl+D: 删除当前 阅读全文
摘要:
1.SQL执行时间的开关 set timing on 》开 set timing off 》关 2.创建数据表。以已存在的表创建(也就是复制一个表。但表内没有数据,只有字段) create table emp10 as select * from emp where 1=2; *(1).参照emp 阅读全文
摘要:
1.使用Debug方式调试程序 2.使用LogCat方式调试程序 3.使用Toast动态显示信息 4.使用AlertDialog实现提示框.. 5.使用OptionsMenu实现选项菜单 阅读全文
摘要:
1:相对布局 2:表格布局 3:activity的生命周期 阅读全文
摘要:
1.项目结构特性 2.模拟器设置 3.编译器的下载 直接点击运行即可 阅读全文