用到了ViewPager,Android5.0.1,却额外在Build Path中引入了v4jar包,并且在“Order and Export”中勾选了此jar包,编译时出现错误:[2014-09-28 23:49:30 - Dex Loader] Unable to execute dex: Mu...
分类:
其他好文 时间:
2015-04-02 23:50:06
阅读次数:
258
1.new asynctask是否会开启新的线程2.execute() 为什么只能执行一次3.如何使用onPreExecute() 主线程执行,做一些预处理,显示加载进度条、loadingdoInBackground() 子线程执行耗时任务onPostExecute() 主线程执行,更新ui4.Fu...
分类:
其他好文 时间:
2015-04-02 20:20:25
阅读次数:
117
Python 3.3.5Debian 3.12One thing I found weird is using the following code is that the input I entered isn't displayed, even after I terminate the scr...
分类:
编程语言 时间:
2015-04-01 14:53:11
阅读次数:
126
Action执行的时候并不是一定要执行execute方法 可以在配饰魏积安中配置Action的时候用method=来制定执行那个方法, 也可以在url地址中动态指定(动态方法调用MDI) 要说明的是: 前者会产生太多的actio...
分类:
其他好文 时间:
2015-04-01 13:39:01
阅读次数:
154
简单三步:1. 新增变量 MaxID和MaxCreateDate以及Variable2. 放置一个 Execute SQL Task ,用SQL 来获取 MaxID和MaxCreateDate ,并设置Result SetSELECT MaxCreatedDate = CONVERT(NVARCH....
分类:
其他好文 时间:
2015-03-31 12:28:00
阅读次数:
149
php官网一段留言IMPORTANT! just a note: weird behaviour when doing an exec on a sqlite db!!!if want to execute a query on a sqlite db with exec, and your dbf...
分类:
数据库 时间:
2015-03-31 06:24:20
阅读次数:
171
一、下载下载地址:http://www.mysql.com/downloads/二、安装解压双击安装下一步,选择NO,下一步,选择,按需求选择,这时选择developer default直接下一步,或者execute开始安装完成后,下一步开始配置选择,后下一步设置root密码下一步下一步点击Exec...
分类:
数据库 时间:
2015-03-30 22:54:59
阅读次数:
137
一、普通java类package com.pb.web.action;/* * 创建普通的java类 */public class HelloAction1 { public String execute(){ return "success"; }}二、实...
分类:
其他好文 时间:
2015-03-28 21:38:29
阅读次数:
117
android----问题解决Dex Loader] Unable to execute dex: Multiple dex files define Lcom/sina/sso/RemoteSSO;1.遇到的问题:Unable to execute dex: Multiple dex files ...
分类:
其他好文 时间:
2015-03-28 13:01:12
阅读次数:
188
添加、删除、修改使用db.Execute(Sql)命令执行操作╔----------------╗☆ 数据记录筛选 ☆╚----------------╝注意:单双引号的用法可能有误(没有测试)Sql = "Select Distinct 字段名 From 数据表"Distinct函数,查询数据库存...
分类:
数据库 时间:
2015-03-27 22:13:05
阅读次数:
190