E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
orgcent
Linux 时间同步配置
转自:http://blog.csdn.net/tianlesoftware/article/details/53155另外这个方法我也试过可以:http://
orgcent
.com/linux-ntpdate
chenhq1991
·
2020-09-14 00:23
Linux
Android使用FileObserver对sdcard文件或文件夹监控
下面看看代码实现:packagecom.
orgcent
.filelistener;importandroid.app.Activity;importandroid.os
natureXin
·
2020-08-25 17:45
android自定义view–绘制顺序及相关原理
转自:http://
orgcent
.com/android-custom-view-draw-mechanism/Android系统中要自定义view,首先需要了解Android的view加载机制。
weixin_30629977
·
2020-08-24 21:14
Android系统onKeyDown监控/拦截/监听/屏蔽返回键、菜单键和Home键
参考:http://
orgcent
.com/android-back-menu-home-onkeydown/在Android系统中用来显示界面的组件(Component)为Activity,也就是说只有重写
亚林瓜子
·
2020-08-24 08:57
android
android事件多图详解!
MultiDirectionSlidingDrawer这个widget中handler中放置的按钮点击无效.我想可能是我用的widget没有把这个事件传播给子view吧.于是想认真的研究下android中事件传播机制.这里有一往篇篇文章讲得很不错:
orgcent
.com
iteye_19488
·
2020-08-23 17:18
android
Android自定义进度条-带文本(文字进度)的水平进度条(ProgressBar)
packagecom.
orgcent
.view;importandroid.content.Context;importandroid.graphics.Canvas;importandroid.graphics.Color
lenomonxiao
·
2020-08-15 14:11
Android
Android自定义进度条-带文本(文字进度)的水平进度条(ProgressBar)
是没有文本进度提示的,为了更直观显示进度,自定义了ProgressBar控件来显示的文本进度:也就是说给ProgressBar添加文本显示的进度条(带%100显示的字样)非常给力,参考这里:http://
orgcent
.com
lixiaodaoaaa
·
2020-08-03 01:26
Android开发
Android中StatFs获取系统/sdcard存储(剩余空间)大小
packagecom.
orgcent
.util;importjava.io.File;importandroid.os.Environment;importandroid.os.StatFs;publicclassMemoryStatus
懒人-dashu
·
2020-08-01 01:52
sqllite数据存储
Android中StatFs获取系统/sdcard存储(剩余空间)大小
packagecom.
orgcent
.util;importjava.io.File;importandroid.os.Environment;importandroid.os.StatFs;publicclassMemoryStatus
程序猿恋爱学
·
2020-07-31 21:56
转载
Android 监视文件或目录变化
下面看看代码实现:packagecom.
orgcent
.filelistener;importandroid.app.Activity;importandroid.os
huronzhu
·
2020-07-31 18:17
Android
JAVA使用AXMLPrinter获取APK中Androidmanifest.xml信息
http://
orgcent
.com/apk-androidmanifest-axmlprinter/默认情况下,AXMLPrinter只对Android的二进制格式的Androidmanifest.xml
patdz
·
2020-07-09 21:14
ANDROID
JAVA
java
xml
file
android
string
jar
Android使用Unicode码对中文进行字母索引的2种方法
官方网站:http://pinyin4j.sourceforge.net/测试代码如下:packagecom.
orgcent
.util; importnet.sourceforge.pinyin4j.PinyinHelper
luohai859
·
2015-11-26 14:00
android
Android事件传递机制【Touch事件】
测试DEMO视图结构: 1 <com .
orgcent
.eventtest.EventLinearLayout 2 xmlns
·
2015-11-01 11:42
android
Android使用FileObserver对sdcard文件或文件夹监控
下面看看代码实现: package com.
orgcent
.filelistener; import android.app.Activity; impo
·
2015-10-31 09:44
observer
Android使用FileObserver对sdcard文件或文件夹监控
下面看看代码实现: package com.
orgcent
.filelistener; import android.app.Activity;
·
2015-10-30 12:14
observer
Android使用系统Intent实现分享功能及将应用加入分享列表
转载自: http://
orgcent
.com/android-app-intent-share-list/ | 萝卜白菜的博客 在Android系统中如何给应用增加分享功能,怎样将应用加入系统的分享选择列表
·
2015-10-23 08:04
android
Android下PopupWindow隐藏及显示(showAtLocation/showAsDropDown)
转载:http://
orgcent
.com/android-popupwindow-showasdropdown-showatlocation/ 上一篇对PopupWindow的用法(位置、动画、焦点
·
2015-10-21 11:40
PopupWindow
Android中PopupWindow的用法(位置、动画、焦点)
转载:http://
orgcent
.com/android-popupwindow-usage/ 在Android中有很多级别的Window,不同级别的Window按照z-index方向分布。
·
2015-10-21 11:40
PopupWindow
android自定义view–绘制顺序及相关原理
转自:http://
orgcent
.com/android-custom-view-draw-mechanism/Android系统中要自定义view,首先需要了解Android的view加载机制。
u011240877
·
2015-08-07 19:00
Andrid 自定义View
1、绘制顺序及相关原理http://
orgcent
.com/android-custom-view-draw-mechanism/@Override protectedvoidonMeasure(intwidthMeasureSpec
当空皓月
·
2015-04-21 12:00
Eclipse卸载Android-ADT插件及删除插件安装/更新地址
原文链接:http://
orgcent
.com/eclipse-uninstall-adt-android-plugins/今天碰到神奇的问题,Eclipse的adt插件无法更新,老是提示ADT插件已安装什么的
zhangbest2009
·
2014-11-13 09:00
Android使用TextView实现无下划线超链接
转于:http://
orgcent
.com/android-textview-no-underline-hyperlink/ -----------------------------
原动力Java
·
2014-10-27 16:00
textview
Android自定义进度条-带文本(文字进度)的水平进度条(ProgressBar)
package com.
orgcent
.view;import android.content.Context;import android.graphics.Canvas;import android.graphics.Color
伽罗kapple
·
2014-10-04 11:00
android事件多图详解!
MultiDirectionSlidingDrawer这个widget中handler中放置的按钮点击无效.我想可能是我用的widget没有把这个事件传播给子view吧.于是想认真的研究下android中事件传播机制.这里有一往篇篇文章讲得很不错:
orgcent
.com
peirenlei
·
2014-08-15 14:00
android
Android事件传递机制【按键事件】
【转】:http://
orgcent
.com/android-key-event-mechanism/Android按键事件处理主要在View和Activity两个级别。
lihei12345
·
2014-07-30 13:00
Android事件传递
android实现TextView垂直或水平滚动
From:http://
orgcent
.com/android-vertical-horizontal-scroll-textview/下面将介绍TextView实现滚动的三种方式:1、嵌套在ScrollView
MaximusKiang
·
2014-07-01 16:00
android
Android开发
textview
android自定义View-垂直滚动的TextView
From:http://
orgcent
.com/android-custom-vertical-scroll-textview/其实要让TextView能够滚动,可以使用ScrollView/HorizontalScrollView
MaximusKiang
·
2014-07-01 16:00
android
Android开发
textview
垂直滚动的TextView
srollview
Android问题之res/raw和assets文件大小限制
转载:http://
orgcent
.com/android-assets-raw-size-limit/Android系统对资源文件(res/raw和assets文件夹下)的大小有限制,默认最大仅支持
vshpper
·
2014-04-13 19:00
TextView显示Html类解析的网页和图片及自定义标签
1、TextView显示Html类解析的网页CharSequencerichText=Html.fromHtml("萝卜白菜的博客--http://
orgcent
.com");mTVText.setText
jay100500
·
2014-01-19 10:00
Android自定义进度条-带文本(文字进度)的水平进度条(ProgressBar)
是没有文本进度提示的,为了更直观显示进度,自定义了ProgressBar控件来显示的文本进度:也就是说给ProgressBar添加文本显示的进度条(带%100显示的字样)非常给力, 参考这里:http://
orgcent
.com
lixiaodaoaaa
·
2013-08-09 11:00
ProgressBar
显示文字
Android事件传递机制【Touch事件】
转载:http://
orgcent
.com/android-touch-event-mechanism/Android中提供了ViewGroup、View、Activity三个等级的Touch事件处理。
StudyAndEnjoy
·
2013-07-06 18:10
Android
PC电脑和Android模拟器访问及模拟器之间tcp/udp通信
转载:http://
orgcent
.com/pc-android-emulator-socket/Android系统默认只能通过IP(10.0.2.2)单向访问PC电脑,而PC电脑不能通过IP来直接访问
StudyAndEnjoy
·
2013-07-06 17:31
Android
tcpudp
Android
TextView使用SpannableString设置复合文本
1、BackgroundColorSpan背景色SpannableStringspanText=newSpannableString("萝卜白菜的博客--http://
orgcent
.com"); spanText.setSpan
Darar
·
2013-03-23 23:00
SpannableString
IP地址与整数之间的转换
转载地址:http://
orgcent
.com/ip-address-integer-convert/|萝卜白菜的博客1、IP地址转换为整数原理:IP地址每段可以看成是8位无符号整数即0-255,把每段拆分成一个二进制形式组合起来
dai_zhenliang
·
2013-03-04 17:00
Android 各种Span示例
看到一篇说Span的文章,留做备用,来源:http://
orgcent
.com/android-textview-spannablestring-span/importandroid.app.Activity
wangleyiang
·
2013-01-21 08:00
android
ImageSpan
URLSpan
Android使用FileObserver对sdcard文件或文件夹监控
下面看看代码实现: packagecom.
orgcent
.filelistener; import android.app.Activity ;
mmdev
·
2013-01-04 20:00
observer
linux 时间同步
发现无法访问者可使用以下命令从世界标准时间中心获取时间:1命令:ntpdate 0.pool.ntp.org附加获取授时中心IP的办法:12345[root@
orgcent
.com ~]#dig 0.
supermanse
·
2012-12-10 11:58
linux
ntp
Android根据分辨率进行单位转换-(dp,sp转像素px)
转载于:http://
orgcent
.com/android-dpsppx-unit-conversion/|萝卜白菜的博客 写的很好,特来笔记 Android系统中,默认的单位是像素(px)。
baodinglaolang
·
2012-12-01 15:00
Android使用FileObserver对sdcard文件或文件夹监控
packagecom.
orgcent
.filelistener;importandroid.app.Activity;importandroid.os.Bundle;
zhang31jian
·
2012-11-24 14:00
android之PopupWindow
原文地址:http://www.cnblogs.com/qingblog/archive/2012/08/09/2630414.htmlhttp://
orgcent
.com/android-popupwindow-usage
winson_jason
·
2012-11-14 17:00
Android使用UncaughtExceptionHandler捕获全局异常
原文出处:http://
orgcent
.com/android-uncaughtexceptionhandler-exception/Android系统的“程序异常退出”,给应用的用户体验造成不良影响。
guomeijuan916
·
2012-11-14 11:00
android事件传递机制
请参见http://
orgcent
.com/android-touch-event-mechanism/
oney139
·
2012-11-07 10:00
TextView显示Html类解析的网页和图片及自定义标签
1、TextView显示Html类解析的网页CharSequencerichText=Html.fromHtml("萝卜白菜的博客--http://
orgcent
.com");mTVText.setText
jodan179
·
2012-10-31 13:00
Android中StatFs获取系统/sdcard存储(剩余空间)大小
packagecom.
orgcent
.util;importjava.io.File;importandroid.os.Environment;importandroid.os.StatFs;publicclassMemoryStatus
hualizide
·
2012-10-19 21:00
PC电脑和Android模拟器访问及模拟器之间tcp/udp通信
转载请注明地址: http://
orgcent
.com/pc-android-emulator-socket/ | 萝卜白菜的博客 Android系统默认只能通过IP(10.0.2.2)单向访问PC
asdf314159265
·
2012-10-15 12:00
android
Android系统onKeyDown监控/拦截/监听/屏蔽返回键、菜单键和Home键
参考:http://
orgcent
.com/android-back-menu-home-onkeydown/在Android系统中用来显示界面的组件(Component)为Activity,也就是说只有重写
fxtxz2
·
2012-10-10 14:00
android
null
System
dialog
menu
Types
JAVA使用AXMLPrinter获取APK中Androidmanifest.xml信息
http://
orgcent
.com/apk-androidmanifest-axmlprinter/默认情况下,AXMLPrinter只对Android的二进制格式的Androidmanifest.xml
patdz
·
2012-09-26 16:00
java
xml
android
String
File
jar
android添加删除桌面快捷方式
转载自:http://
orgcent
.com/android-add-del-shortcut-desktop/Android桌面程序提供了应用添加和删除桌面快捷方式的功能以及判断快捷方式是否存在,只要传入快捷方式标题
wulong710
·
2012-09-18 14:00
Android学习札记47:TextView显示Html类解析的网页和图片及自定义标签
1、TextView显示Html类解析的网页CharSequencerichText=Html.fromHtml("萝卜白菜的博客--http://
orgcent
.com"); mTVText.setText
L_YQing
·
2012-08-22 23:00
html
c
android
exception
String
output
Android开发---制作桌面可移动控件
. */ packagecom.
orgcent
xn4545945
·
2012-08-18 23:00
android
layout
application
action
float
encoding
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他