jquery 获取URL参数并转码
代码如下:
$(document).ready(function(){
var pic_url=getUrlParam("picture");
$("#childpic").attr("src",pic_url);
var content=getUrlParam("content");
$("#content...
分类:
Web程序 时间:
2014-08-15 14:38:38
阅读次数:
267
在开发中,如果感觉系统自带的提示框不好看,开发者可以自己定义提示框的样式,主要是继承Dialog
程序目录结构
关键代码
package com.dzt.custom.dialog;
import android.app.Dialog;
import android.content.Context;
import android.content.res.Resources...
分类:
移动开发 时间:
2014-08-15 14:37:18
阅读次数:
241
因为ContentPresenter.ContentSource比Content属性加一个TemplateBinding看起来更方便?不仅仅是这些,实际上如果用ContentSource的话,Content相关的属性比如ContentStringFormat,ContentTemplate和Cont...
分类:
其他好文 时间:
2014-08-15 14:24:58
阅读次数:
201
Start Android1、LinearLayout布局的嵌套2、layout_weight属性 该属性的值用于指定空闲空间的分配比例;match_parent 匹配父控件wrap_content 匹配内容这一章虽说是深入LinearLayout的布局其关键点在于嵌套一对设置好每一级Li...
分类:
移动开发 时间:
2014-08-14 23:17:26
阅读次数:
271
String content = “testContent”; String regex="^[a-zA-Z0-9\u4E00-\u9FA5]+$"; Pattern pattern = Pattern.compile(regex); Matcher ma...
分类:
编程语言 时间:
2014-08-14 19:41:29
阅读次数:
282
import android.content.Context;
import android.util.AttributeSet;
import android.widget.ListView;
/**
*
* @author jiarh
*2014-8-14
*/
public class UserListView extends ListView {
public User...
分类:
其他好文 时间:
2014-08-14 16:52:58
阅读次数:
177
package com.yuchongxia.internetradio.widget;import android.content.Context;import android.util.AttributeSet;import android.view.LayoutInflater;import ...
分类:
其他好文 时间:
2014-08-14 16:25:18
阅读次数:
357
In the partime, a simle program attracted my attention whose content is to change number to english by reading rule of money.It took about one hour to deal with this question.
Now the source was sh...
分类:
其他好文 时间:
2014-08-14 01:30:57
阅读次数:
268
Eclipse Android代码自动提示功能Eclipse for android 设置代码提示功能打 开 Eclipse 依次选择Window > Preferences > Java > Editor - Content Assist > Auto activation triggers fo...
分类:
移动开发 时间:
2014-08-14 00:52:17
阅读次数:
230
<html>?? ????<head>?? ????<meta?http-equiv="Content-Type"?content="text/html;?charset=UTF-8">?? ????<title>select</title>?? ????<script?type="text/javascript">?? ???...
分类:
其他好文 时间:
2014-08-13 22:44:37
阅读次数:
580