自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

android listview拖拽,拖动item 改变位置

在packages/apps/Music/src/touchIncepter.java中该类提供了listview的拖动效果,并提供接口,在程序接口中实现数据的交换即可。package com.and.DragListview;import java.util.ArrayList;import java.util.List;import android.app.ListActivi...

2010-12-31 11:12:00 260

android 拖拽图片

拖拽图片效果方法一:import android.app.Activity;import android.os.Bundle;import android.view.MotionEvent;import android.view.View;import android.view.View.OnTouchListener;import android.widget.Ima...

2010-12-30 09:26:00 110

BI--BI对象的后台表的命名规则

Namings for Cube:/BI<C OR DIGIT>/<TABLE CODE><INFOCUBE><DIMENSION><C or digit>: C = Customer-defined InfoCubeDigit = SAP-defined InfoCube<table code>: D = Dimensi...

2010-12-28 09:47:00 90

popwindow动画显示消失,activity切换动画

popwindow通过setAnimationStyle(int animationStyle)函数来设置动画效果android:windowEnterAnimation表示进入窗口动画android:windowExitAnimation表示窗口退出动画在res/values/style.xml代码:<?xml version="1.0" encoding="utf-8...

2010-12-21 11:54:00 67

Informix数据库连接使用方法整理

本文主要讲解Windows下连接Linux中的Informix数据库的两种实用方法:用MyEclipse直接连接Informix数据库和用ODBC连接Informix数据库。项目中用到的开发相关资料主要有:系统开发环境:Windows+LinuxWindows开发软件:MyEclipse5.5+IBM Informix Client-SDK 2.90+FlashFXPLinux...

2010-12-17 19:17:00 1149

ABAP--如何暂停其他进程的处理,加速当前程序的处理速度

REPORT ZHGUPALL NO STANDARD PAGE HEADING.************************************************************************* This is a test program to measure - how much faster a program can* process it's job i...

2010-12-09 15:47:00 78

FI--Note 306504 - Collective note: BAPIs for the AC interface

SymptomComposite SAP note: BAPIs and IDocs for the AC interfaceThis note answers frequently asked questions regarding:BAPI documentationThe business transaction conceptEnhancement of the i...

2010-12-08 18:00:00 71

Autowire: 自动从xml中绑定Activity中的view

Autowire 是一个Android小工具,把在layout xml中声明的View自动绑定到对应的Activity中. 如果 Activity中有几十个View,现在您再也不用手工编写几十行findViewById代码了, 只需要使用一行代码 Wire.me(this, R.id.class), 就帮您搞定了! /(o)/~ 绑定策略:默认绑定策略是根据Field变量的名字...

2010-12-06 17:30:00 77

设置控件的随机显示位置 setlayoutparams

RelativeLayout.LayoutParams parms=(RelativeLayout.LayoutParams)img.getLayoutParams();parms.leftMargin = (int) (Math.random() * 320);parms.topMargin = (int) (Math.random() * 480);img.setLayoutPar...

2010-12-06 10:08:00 93

HR--Copy of fetching HR data in different ways

There are 3 methods in fetching the data from HR database tables .1.using select statements .This is the simple method for the selection of data from the hr tables(pannnn). in the HR data time is ...

2010-12-05 13:03:00 68

BADI--Purchase Requisition Header Long Text using Badi - ME_PROCESS_REQ_CUST.

* Create Implementation for BADI using Transaction code SE19Click on Method - PROCESS_HEADERCheck the Process mode using the LOCAL class parameter TRTYPPopulate the Text only if TRTYP is eqal t...

2010-12-05 11:53:00 117

2010-SAP 技术教育大会上SAP的新焦点

今年sap技术教育大会到场的人数创造了新的纪录,人数达到2000人,去年是1500人。给我的感觉是中国的sap的用户是众多的,我们的用户更加成熟。在这次大会上我们听到的最多的三个概念是:1、云计算2、内存计算3、移动终端。特别是内存计算的使用和推广值得期待。...

2010-12-04 17:38:00 40

android 入门xml布局文件

本文出处:http://blog.csdn.net/dany1202/archive/2010/12/02/6050189.aspxLinearLayout和RelativeLayout共有属性:java代码中通过btn1关联次控件android:id="@+id/btn1"控件宽度android:layout_width="80px" //"80dip"或"8...

2010-12-02 15:05:00 88

空空如也

空空如也

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

TA关注的人

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