上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: <script type="text/javascript">$(function() { //方法调用 showtime(); //默认加载首页 $("#nav_menu").find("a")[0].click();}); function editCurrentUserPwd() { pare 阅读全文
posted @ 2017-09-28 09:22 开文博客园 阅读(529) 评论(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 开文博客园 阅读(150) 评论(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 开文博客园 阅读(266) 评论(0) 推荐(0) 编辑
摘要: /* 自理解 */ ctrl+shift+T //查找当前工程下的某个类 实时提示 ctrl+shift+R//查找当前工程下的某个文件 实时提示 ctrl+/添加注释 /* 自理解 */ 再给出常用eclipse 快捷键Ctrl+1 快速修复(最经典的快捷键,就不用多说了)Ctrl+D: 删除当前 阅读全文
posted @ 2017-08-31 11:33 开文博客园 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 1.SQL执行时间的开关 set timing on 》开 set timing off 》关 2.创建数据表。以已存在的表创建(也就是复制一个表。但表内没有数据,只有字段) create table emp10 as select * from emp where 1=2; *(1).参照emp 阅读全文
posted @ 2017-08-21 09:00 开文博客园 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1.使用Debug方式调试程序 2.使用LogCat方式调试程序 3.使用Toast动态显示信息 4.使用AlertDialog实现提示框.. 5.使用OptionsMenu实现选项菜单 阅读全文
posted @ 2017-08-03 18:56 开文博客园 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1:相对布局 2:表格布局 3:activity的生命周期 阅读全文
posted @ 2017-07-31 10:55 开文博客园 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1.项目结构特性 2.模拟器设置 3.编译器的下载 直接点击运行即可 阅读全文
posted @ 2017-07-27 15:55 开文博客园 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 导入某用户所有表和数据:imp sgp/sgp@192.168.0.99:1521/orcl file=sgp20161025.dmp full=y 导出指定表及数据:exp sgp/sgp@192.168.0.107:1521/orcl file=20160921sgp_table_sysmodu 阅读全文
posted @ 2017-07-18 22:00 开文博客园 阅读(1022) 评论(0) 推荐(0) 编辑
摘要: 以上只是说明错误的原因的一种。 阅读全文
posted @ 2017-07-18 14:06 开文博客园 阅读(6194) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页