自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

谷哥的小弟

坚持原创,热衷分享;积累知识,沉淀技术

  • 博客(23)
  • 资源 (21)
  • 收藏
  • 关注

原创 利用ClipboardManager实现复制和粘贴

main.xml如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_he

2013-05-31 17:47:57 3621

原创 Android手势滑动GestureDetector和OnGestureListener(一)

main.xml如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_hei

2013-05-29 15:37:53 2526

原创 Android手势滑动GestureDetector和OnGestureListener(二)

main.xml如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layou

2013-05-29 15:36:04 1774

原创 ViewTreeObserver示例(一)

main.xml如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layou

2013-05-28 09:50:33 1634

原创 ViewTreeObserver示例(二)

main.xml如下:<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/LinearLayout" android:layout_width="fill_parent" android:layout_height="fill_par

2013-05-28 09:49:15 2068

原创 TextView最后一行实现省略号

main.xml如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layou

2013-05-26 21:30:29 2059

原创 ListView的Item含有CheckBox时的处理

main.xml如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layou

2013-05-26 21:14:40 1671

原创 TableLayout示例(一)

main.xml如下:<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:shrinkColumns="2" an

2013-05-24 09:22:36 1425

原创 TableLayout示例(二)

main.xml如下:<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height

2013-05-24 09:19:45 1479

原创 Gallery使用示例(一)

main.xml如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_hei

2013-05-23 13:40:08 2146

原创 Gallery使用示例(二)

main.xml如下:<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_heigh

2013-05-23 13:38:25 1894

原创 GridView使用示例(一)

main.xml如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_hei

2013-05-23 09:03:48 1888

原创 GridView使用示例(二)

main.xml如下:<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"

2013-05-21 16:38:39 1645 2

原创 GridView使用示例(三)

main.xml如下:<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_heigh

2013-05-19 14:50:11 1766

原创 intent-filter详解

main.xml如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_hei

2013-05-19 12:15:24 2136

原创 Java判断当前时间所属时段(上午、中午、下午、晚上、凌晨)

利用Java编程判断当前时间所属时段;例如:上午、中午、下午、晚上、凌晨。

2013-05-13 16:52:37 4325

原创 window.history.go的使用

window.history.go的常见方法使用

2013-05-13 16:50:41 2627

原创 解决scanner.nextLine( )不执行的问题

问题描述:当执行scanner.nextInt()后发现scanner.nextLine()语句未执行;代码如下:

2013-05-13 16:47:29 1851

原创 零散技术笔记(待整理)

在IDEA项目中,编译后的字节码文件在target目录中。使用反射时,我们需要读取和加载target中的.class文件。

2013-05-13 16:42:19 1699 1

原创 连续多次使用inner join的语法

SELECT * FROM 表1 INNER JOIN 表2 ON 表1.字段号=表2.字段号

2013-05-13 13:41:44 2812

原创 Android实用开源项目

请参见:http://www.csdn.net/article/2013-05-06/2815145-Android-open-source-projects-two

2013-05-09 09:40:42 1236

原创 Git图形工具的配置

在安装Git和Git图形工具以后,需要对Git图形工具进行配置.即将其与Git关联方法如下:TortoiseGit-->Settings-->Network-->SSH client点击Browse找到C:\Program Files (x86)\Git\bin\ssh然后双击此ssh即可

2013-05-07 17:03:27 1621

原创 JDK官方历史版本下载地址

JDK官方历史版本下载地址

2013-05-06 22:04:41 1805

DependencyInjection

Martin Fowler的经典论文《Inversion of Control Containers and the Dependency Injection pattern》的中文翻译。In the Java community there's been a rush of lightweight containers that help to assemble components from different projects into a cohesive application. Underlying these containers is a common pattern to how they perform the wiring, a concept they refer under the very generic name of "Inversion of Control". In this article I dig into how this pattern works, under the more specific name of "Dependency I

2023-09-05

curl-7.76.1-win64-mingw.zip

curl-7.76.1-win64-mingw.zip

2021-10-03

软件开发英语词汇测试.doc

软件开发英语词汇测试.doc

2021-04-07

轻松解决PowerDesigner 15 License Key失效的问题

轻松解决PowerDesigner 15 License 失效的问题。

2020-11-12

javascript网页开发-张孝祥

javascript网页开发pdf,作者:张孝祥。大家一起学习javascript。

2017-10-02

看透springMvc源代码分析与实践 高清 pdf 带书签

看透springMvc源代码分析与实践 高清 pdf 带书签

2017-08-05

Java_Web开发内幕-高级特性 pdf 带书签

张孝祥老师 Java_Web开发内幕-高级特性 pdf 带书签

2017-07-25

Java虚拟机精讲 高清 带书签

Java虚拟机精讲 高清 带书签!!!

2017-07-15

深入理解Java虚拟机:JVM高级特性与最佳实践(第2版)

深入理解Java虚拟机:JVM高级特性与最佳实践(第2版)高清!! 无码!! 带书签!

2017-07-15

Android系统源代码情景分析

《Android系统源代码情景分析》随书光盘

2017-04-03

Java编程思想第四版完整高清版

Java编程思想第四版完整高清版pdf

2017-03-26

layout部分源码

源代码。

2016-05-26

仿QQ获取设备中APK并分享

2016-04-30

深入Java虚拟机(第二版)

以前在csdn下了一个,但是用不了。现在找到一个好的,传上来。

2010-04-30

网络协议仿真教学系统(通用版)CHM版本

网络协议仿真教学系统(通用版),好像是吉林大学的。方便实用,内容很全,重要的协议都包括了。

2010-04-08

《计算机网络(第四版)》课后答案

《计算机网络(第四版)》的课后答案 电子工业出版社

2010-04-08

java编程思想第四版中文版

java编程思想第四版中文版,翻译不错。大家学习,~~

2010-04-06

空空如也

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

TA关注的人

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