自定义的Toast类布局文件 自定义toast的布局界面toast.xml myToast.javapackage com.kale.toast;import android.content.Contex...
分类:
编程语言 时间:
2014-07-22 22:50:54
阅读次数:
317
下面代码就是获取到用户通讯录头像的代码: ContentResolver?cr?=?view.getContext().getContentResolver();
Uri?uri?=?ContentUris.withAppendedId(ContactsContract.Contacts.CONTENT_URI,
Long.parseLon...
分类:
其他好文 时间:
2014-07-22 09:13:35
阅读次数:
175
jap:
<%@?page?language="java"?contentType="text/html;?charset=UTF-8"?pageEncoding="UTF-8"%>//都改为utf-8
<meta?http-equiv="Content-Type"?content="text/html;?charset=UTF-8">//utf-8
tomcat...
分类:
其他好文 时间:
2014-07-22 09:10:34
阅读次数:
241
项目框架 SpringMVC+Hibernate 开发工具 Myeclipse10 报错代码(下图): 检查项目发现出现问题的原因:配置文件有问题,少配置了一个字段,下面红色注释部分。 <fields> a.id,a.title,a.author,a.content,a.source,...
分类:
编程语言 时间:
2014-07-22 08:28:36
阅读次数:
295
创建一个数据库 CREATE?TABLE?`message`?(
??`id`?tinyint(1)?NOT?NULL?auto_increment,
??`user`?varchar(25)?NOT?NULL,
??`title`?varchar(50)?NOT?NULL,
??`content`?tinytext?NOT?N...
分类:
数据库 时间:
2014-07-22 08:28:34
阅读次数:
301
### 1. 首先需要在 pom.xml 中配置如下的 snapshots 仓库 oss-snapshots https://oss.sonatype.org/content/repositories/snapshots false true ### 2. 然后加入 snapshots 依赖 com.github.subchen jetbrick-al...
分类:
其他好文 时间:
2014-07-21 10:38:28
阅读次数:
477
关于Android4.4的图片路径获取,如果回来的Uri的格式有两种 [java]?view plaincopy content://com.android.providers.media.documents/document/image:3951?? [java]?view plaincopy content://media/extern...
分类:
移动开发 时间:
2014-07-21 10:33:31
阅读次数:
458
父页面代码: <%@?page?contentType="text/html;?charset=GBK"%>
<html>
<head>
<meta?http-equiv="Content-Type"?content="text/html;?charset=GBK"?/>
<title>new_page_title</title>
<script?type="t...
分类:
Web程序 时间:
2014-07-21 10:09:02
阅读次数:
282
服务端如何暴露IBinder接口对象:
package com.example.mydownload;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.IBinder;
public class MyService extends Se...
分类:
其他好文 时间:
2014-07-20 09:34:28
阅读次数:
201
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><metahttp-equiv="Content-Type"content="text/html;charset=UTF-8"><title>你爸爸</title><!--CSS样式--><style..
分类:
Web程序 时间:
2014-07-20 03:24:36
阅读次数:
251