08 2012 档案
摘要:Windows 系统中,用 windows徽标+ R 组合键,可以打开运行命令行,也可直点击 “开始”——“运行…”(Win 7系统中默认不显示“运行”,可以设置显示,或直接用快捷键 win+R)。常见的运行命令如下:calc启动计算器clipbrd系统剪贴板(Win 7中没有,可以从XP中复制clipbrd.exe到win7系统文件夹)cmdCMD命令提示符compmgmt.msc计算机管理control控制面板dcomcnfg打开系统组件服务devmgmt.msc打开设备管理器explorer打开资源管理器eventvwr打开事件查看器gpedit.msc组策略iexplore打开IE浏览
阅读全文
摘要:例子一:sublayout.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"
阅读全文
摘要:XML转义字符以下为XML标志符的数字和字符串转义符" (" 或 ")' (' 或 ')& (& 或 &)lt(<) (< 或 <)gt(>) (> 或 >)如题:比如:在string.xml中定义如下一个字符串,<string name="first">大家好,欢迎来到eoeandroid社区。welcome to here!</string>我想以大家
阅读全文
摘要:AlarmManager 包含的主要方法:[java]view plaincopyprint?//取消已经注册的与参数匹配的定时器voidcancel(PendingIntentoperation)//注册一个新的延迟定时器voidset(inttype,longtriggerAtTime,PendingIntentoperation)//注册一个重复类型的定时器voidsetRepeating(inttype,longtriggerAtTime,longinterval,PendingIntentoperation)//注册一个非精密的重复类型定时器voidsetInexactRepeati
阅读全文
浙公网安备 33010602011771号