码迷,mamicode.com
首页 >  
搜索关键字:msgthis api without    ( 50709个结果
android sdk api结构解析
一、系统级:android.accounts android.app 1、OS 相关 android.os android.os.storage android.hardware(传感器) android.security android.drm(这个应该是为所有app服务的) 2、V...
分类:移动开发   时间:2014-05-15 16:14:52    阅读次数:282
LeetCode-003 Longest Substring Without Repeating Characters
【题目】 Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for "abcabcbb" is "abc", which the length is 3. For "bbbbb" the longest substring is "b", with the len...
分类:其他好文   时间:2014-05-15 14:40:14    阅读次数:320
[LeetCode]Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space....
分类:其他好文   时间:2014-05-15 14:38:59    阅读次数:278
- The import javax.servlet.jsp.JspWriter cannot be resolved
?? Add servlet-api.jar and jsp-api.jar from Tomcat 6.0 library to ecipse project....
分类:编程语言   时间:2014-05-15 11:21:43    阅读次数:446
百度地图js小结
1、获取javascript API 服务方法,首先申请密钥(ak),才可成功加载APIJS文件。 使用方法如下: http://api.map.baidu.com/api?v=2.0&ak=您的密钥">> 如果需要限制区域,那么需要引入下面的js http://api.map.baidu.com/library/AreaRestriction/1.2/src/AreaRestrict...
分类:Web程序   时间:2014-05-15 06:49:02    阅读次数:470
Android菜鸟的成长笔记(27)——ViewPager的使用
ViewPager是Android 3.0以上可以使用的API。一、ViewPager能干什么?1、微信5.0中连带滑动用ViewPager可以轻松实现。2、实现类似于新浪微博的导航引导界面。3、实现其他导航或菜单。二、ViewPager的使用1、添加布局<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"...
分类:移动开发   时间:2014-05-15 06:35:24    阅读次数:430
zTree 从数据库中动态加载树形菜单
这几天做动态菜单用到了这个插件,目前用的很广泛的一个开源框架,最新发布的QUI框架就是用这个插件开发的菜单部分,因此还是很值得深入研究和学习,通过使用感觉功能很丰富,好多函数不用自己开发和编写,官网上有很详尽的API可以参考,用着算顺手但学习使用的过程中也遇到了一些困难,听过反复测试和查资料都理解了,但也在思考一个问题,怎么样才能使得最快的时间从接触一个新东西到灵活掌握的程度?        这...
分类:数据库   时间:2014-05-15 05:44:58    阅读次数:416
android 动画属性Animation
Animation 在android 程序当中很多时候要用到动画效果,而动画效果主要是Animation来实现的,API给出的解释: 其中包含4种动画效果 AlphaAnimation 渐变透明度 RotateAnimation 画面旋转 ScaleAnimation 渐变尺寸缩放 Tr...
分类:移动开发   时间:2014-05-14 11:56:58    阅读次数:398
html5 随手笔记
#书名:《html5程序设计(第二版)》##需要记下的1.测试HTML5\CSS3的强大工具 modernizr}2.selectors API 简化了选择器上的查找优化。又是一大利器。querySelector() and querySelectoy-All()3.window.json的推广使用...
分类:Web程序   时间:2014-05-14 11:26:06    阅读次数:307
Observer Pattern
MotivationWe can not talk about Object Oriented Programming without considering the state of the objects. After all object oriented programming is abo...
分类:其他好文   时间:2014-05-14 10:51:18    阅读次数:354
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!