自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 问答 (2)
  • 收藏
  • 关注

原创 电话拨号器

package com.example.firstproject; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.util.Log; import android.view.M

2015-01-22 13:45:12 432

原创 TextView实现跑马灯效果

1)、TextView实现跑马灯效果 第一步:在textview控件中添加一下四个属性:   android:ellipsize="marquee"         android:singleLine="true"         android:focusable="true"         android:focusableInTouchMode="true" 第二步:新建一个

2015-01-22 13:44:20 366

原创 java实现将txt文件转为pdf加密并加水印

package com.flexpaper; import java.io.*; import com.lowagie.text.*; import com.lowagie.text.Font; import com.lowagie.text.Image; import com.lowagie.text.Rectangle; import com.lowagie.tex

2014-01-15 16:41:42 2142

原创 java实现pdf文件加水印

package com.pdf.test; import java.io.FileOutputStream; import com.lowagie.text.Image; import com.lowagie.text.pdf.PdfContentByte; import com.lowagie.text.pdf.PdfReader; import com.lowagie

2014-01-15 16:38:08 3187

原创 java调用exe文件

package com.flexpaper; public class transferExe { /*  public static void main(String[] args) {   //openWinExe();   openExe();   }*/   //用 Java 调用windows系统的exe文件,比如notepad,calc之类   public static

2014-01-15 16:37:16 617

ext学习文档

欢迎来到 Ext 文档中心。您可以通过点击左边树形菜单里面的API或例子来学习如何使用 Ext。

2015-12-15

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

TA关注的人

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