码迷,mamicode.com
首页 >  
搜索关键字:animation system    ( 52043个结果
2C01-View-Layout-Animation-Grid-Fade
介绍一个grid layout 顺序显示的代码 LayoutAnimation1.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use th...
分类:其他好文   时间:2014-05-21 16:58:47    阅读次数:214
android modem调试的一点点经验
mv /system/lib/libserria_gps.so /system/  这个是关掉gps  mv /system/lib/libnm-ril.so /system/  这个是关掉ril  nmea就是gps规范格式的gps数据 Bridge驱动的配置 +CONFIG_USB_G_SERIAL=y -CONFIG_USB_ANDROID=y -...
分类:移动开发   时间:2014-05-21 16:58:07    阅读次数:1013
C# JSON字符串序列化与反序列化
使用JavaScriptSerializer类,适用Web平台 C#将对象序列化成JSON字符串 using System.Web.Script; using System.Web.Script.Serialization; JavaScriptSerializer serializer = new JavaScriptSerializer();...
分类:Web程序   时间:2014-05-21 15:52:44    阅读次数:606
Android开发点点滴滴——一些基础的但有用的知识(3)
1.long型数据的计算 之前在写到关于一个时间的小软件时,System.currentTimeMillis()返回的是从1970年1月1日到现在的毫秒数,是long型的,需要给这个加上一个数字。 比如: long curTime = System.currentTimeMillis();// 获取当前时间 long deadLineTime = curTime+(30*24*60*6...
分类:移动开发   时间:2014-05-21 09:41:55    阅读次数:286
大批量数据导入
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; us...
分类:其他好文   时间:2014-05-21 09:36:30    阅读次数:302
2C02-View-Layout-Animation-list-Cascade
描述list layout item有上倒下依次显示的代码实现形式 LayoutAnimation2.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may no...
分类:其他好文   时间:2014-05-21 09:02:15    阅读次数:250
软考 -> 结构化综合布线系统(Structure Cabling System)
结构化布线系统 结构化综合布线系统(Structure Cabling System)是基于现代计算机技术的通信物理平台,集成了语音、数据、图像和视频的传输功能,消除了原有通信线路在传输介质上的差别。 工作区子系统 Work Location 工作区子系统是由终端到信息插座的整个区域。一个独立的需要安装终端设备的区域划分成一个工作区。工作区应支持电话、数据终端、计算机、电视机、监视器以及传感...
分类:其他好文   时间:2014-05-21 08:47:19    阅读次数:257
2C03-View-Layout-Animation-list-Reverse-Order
介绍list  item倒序显示 LayoutAnimation3.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
分类:其他好文   时间:2014-05-21 08:25:44    阅读次数:278
C#控制鼠标代码实例
1获得当前屏幕中鼠标的位置 int i = MousePosition.X; int j = MousePosition.Y; 这是control类中的方法。 2移动鼠标 首先引入dll  [System.Runtime.InteropServices.DllImport("user32")]         private st...
分类:其他好文   时间:2014-05-21 07:28:51    阅读次数:229
Windows 资源计数器
对象 计数器 描述 度量值 System %Total Processor Time 系统上所有处理器都忙于执行非空闲线程的时间的平均百分比,体现整体的处理器利用率。例如在多处理器系统上,当所有处理器始终处于忙碌状态,则此值为100%;当所有处理器中的1/4处于100%忙碌状态,则此值为25% 该值若持续高于80%~...
分类:Windows程序   时间:2014-05-21 07:08:16    阅读次数:518
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!