自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

原创 android ListView 的使用

1. main .xml 配置文件 <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:...

2012-02-23 23:37:04 103

android ProgressBar 的使用

1. main文件 <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_h...

2012-02-22 23:41:18 209

android toast 和checkbox and radiogroup的使用

1. main.xml 布局文件  <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:l...

2012-02-21 23:40:50 172

android RelativeLayout 布局管理器

1. 界面配置文件  <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout...

2012-02-20 23:45:25 116

Jquery Tip 插件使用

@author liuqing 1. 使用方法 <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Hello World</title> &

2012-02-17 11:31:15 700

c语复制文件

//============================================================================// Name : HelloWorld.cpp// Author : liuqing// Version :// Copyright : Your copyright notice// ...

2012-02-16 10:45:52 109

c语言操作文件

有一些同事是做Java 的有人问我怎么用C语言 //============================================================================// Name : HelloWorld.cpp// Author : liuqing// Version :// Copyright...

2012-02-15 14:53:50 125

Spring dao 和Service 生成文件类

package com.annotationtodaotoservice;import java.io.File;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.OutputStream;import java.io.PrintWriter;impor...

2012-02-13 09:23:05 80

原创 at 命令的应用

定时重启计算机 at 20:00 /every:SU shutdown -r C:\Documents and Settings\Administrator>AT状态 ID 日期 时间 命令行---------------------------------------------------------...

2012-02-10 17:07:40 190

Struts2 下载文件文名名中文问题

作者:liuqingstrut.xml 文件配置 这是配置下载文件格式 类型 <package name="jkjy_1" namespace="/jkjy" extends="phs-default"> <action name="jkjyhd_fbAction_*" class="jkjyhd_fbAction" method=&

2012-02-10 11:23:11 88

JavaScript 刷新页面函数

JavaScript 刷新页面函数 location.reload(true); 

2012-02-08 10:33:52 474

Hibernate OneToOne 配置

/* * To change this template, choose Tools | Templates * and open the template in the editor. */package com.helloworld.entity;/** * * @author LiuQing */public class Operation {...

2012-02-03 13:59:03 356

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除