log中:VOICE_REGISTRATION_STATE{1,ac17,02219ea0,17,null,null,null,0,null,null,1,null,null,0,null}1,表示registered,homenetwork;LAC:ac17,CID:02219EA0,radioTech:RADIO_TECH_TD_SCDMA;0:isconcurrentservicessupportindicatorifregisteredonaCDMAsystem0-1.0-Concurr..
分类:
其他好文 时间:
2015-02-27 01:35:35
阅读次数:
2767
转载请标明出处:http://blog.csdn.net/lmj623565791/article/details/43752383,本文出自:【张鸿洋的博客】1、概述Drawable在我们平时的开发中,基本都会用到,而且给大家非常的有用。那么什么是Drawable呢?能够在canvas上绘制的一个玩意,而且相比于View,并不需要去考虑measure、layout,仅仅只要去考虑如何draw(c...
分类:
移动开发 时间:
2015-02-26 09:57:32
阅读次数:
198
Problem Description
There is going to be a party to celebrate the 80-th Anniversary of the Ural State University. The University has a hierarchical structure of employees. It means that the superviso...
分类:
其他好文 时间:
2015-02-25 18:44:53
阅读次数:
143
在drawable/xxx.xml中配置,通过配置selector,可以使系统运行时根据控件对象的状态使用相应的图片、文字等。android:state_selected 控件选中状态,可以为true或falseandroid:state_focused 控件获得焦点状态,可以为true或false...
分类:
移动开发 时间:
2015-02-20 19:44:53
阅读次数:
170
//dp[i][state]//状态转移方程的选取:题目的意思是,从点 i 优先考虑到达 i + A 点的情况,若不能到达 i + A 点,则考虑到达 i + A + 1 点的情况...以此类推,直到考虑完到达 i + B 点的情况。对于最坏的情况,每一个点都有 B - A + 1 个后继点,所以由...
分类:
其他好文 时间:
2015-02-17 17:35:05
阅读次数:
140
1.wifi的状态 常量名 常量值 网卡状态 WIFI_STATE_DISABLED: 1 :wifi网卡不可用WIFI_STATE_DISABLING: 0 : wifi正在关闭WIFI_STATE_ENABLED: 3 : wifi网卡可用WIFI_STATE_ENABLING:2: wifi....
分类:
移动开发 时间:
2015-02-16 15:29:10
阅读次数:
132
easyui树形显示注意事项:[{"id":"01","text":"商户管理","state":"closed","checked":true,"children":[{"id":"0100","text":"商户管理","state":"closed","checked":true},{&quo
分类:
其他好文 时间:
2015-02-15 16:25:51
阅读次数:
195
静态链表用于 不能使用 指针的 编程语言中。
下面奉上代码:
// StaticLinkList.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
//静态链表的 实现
typedef int Element;
#define INIT_SIZE 10 //为了测试,故意将值设置的很小
enum E_STATE
{
E_STATE...
分类:
其他好文 时间:
2015-02-15 13:32:55
阅读次数:
122
问题及代码:
Problem Description
Fred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land, he learned that the state of Louisiana is...
分类:
其他好文 时间:
2015-02-15 12:13:22
阅读次数:
259
1、未开启asp.net状态服务时会出现以下错误: 解决办法:开启ASP.NET STATE SERVICE服务 2、未开启应用程序池32位: 解决办法:启用32位
分类:
Web程序 时间:
2015-02-15 11:52:28
阅读次数:
197