码迷,mamicode.com
首页 >  
搜索关键字:support    ( 6791个结果
ubuntu ibus开机启动设置
ubuntu ibus开机启动设置安装ubuntu,开机默认输入法是不启动ibus,所以每次自己手动启动输入法。很是麻烦;以下是解决方法:方法一. System >> Administration >> Language Support然后设置"Keyboard Input Method Syste...
分类:其他好文   时间:2014-06-19 00:23:58    阅读次数:320
JNDI support differences between Tibco EMS and ActiveMQ
IntroductionRecently our team was working on Veracity Quick Start sprint, when I was trying to migrate the JMS provider implementation from Tibco EMS ...
分类:其他好文   时间:2014-06-18 16:16:17    阅读次数:328
poj 3249 Test for Job (DAG最长路 记忆化搜索解决)
Test for Job Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 8990   Accepted: 2004 Description Mr.Dog was fired by his company. In order to support his famil...
分类:其他好文   时间:2014-06-18 11:17:50    阅读次数:177
Git使用总结-so easy
一、Git的特性 Speed 速度(git是用c语言写的。一般都是提交到本地) Simple design Strong support for non-linear development (thousands of parallel branches)(强有力的支持非线性开发)  Fully distributed(分布式) Able to handle large projects...
分类:其他好文   时间:2014-06-17 21:42:13    阅读次数:272
Android应用经典主界面框架之二:仿网易新闻客户端、CSDN 客户端 (Fragment ViewPager)
第二种主界面风格则是以网易新闻、凤凰新闻以及新推出的新浪博客(阅读版)为代表,使用ViewPager+Fragment,即ViewPager里适配器里放的不是一般的View,而是Fragment。所以适配器不能继承PagerAdapter,而要继承FragmentPagerAdapter,这是在android.support.v4.app.FragmentPagerAdapter包里的。有点奇葩的...
分类:移动开发   时间:2014-06-17 21:39:27    阅读次数:651
Rsyslog日志服务安装配置
rsyslog服务端配置centos6.4x64系统系统自带rsyslog5.8版本rsyslog是一个syslogd的多线程增强版。现在Fedora和Ubuntu,rhel6默认的日志系统都是rsyslog了rsyslog负责写入日志,logrotate负责备份和删除旧日志,以及更新日志文件####################################首先部署好lam..
分类:其他好文   时间:2014-06-17 16:56:50    阅读次数:365
Git使用总结
一、Git的特性Speed 速度(git是用c语言写的。一般都是提交到本地)Simple designStrong support for non-linear development (thousands of parallel branches)(强有力的支持非线性开发)Fully distri...
分类:其他好文   时间:2014-06-17 14:03:06    阅读次数:303
一个android的webview的例子
截图如图所示。 核心部分代码 package com.example.app; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import android.support.v7.app.ActionBarActivity; import android.support.v7.app....
分类:移动开发   时间:2014-06-16 22:22:14    阅读次数:426
Android模糊示例-RenderScript-附效果图与代码
本文链接 http://write.blog.csdn.net/postedit/31031411 参考链接 Android高级模糊技术,http://stackoverflow.com/questions/14879439/renderscript-via-the-support-library 1. 程序截图 拖动红色区域,可以显示出清晰的汽车部分。拖动下面的滑块,可以更改模糊程度。...
分类:移动开发   时间:2014-06-16 20:53:59    阅读次数:324
源码分析Fragmentd的BackStack管理过程
1. Fragment基本用法 为了管理Activity中的fragments,需要调用Activity中的getFragmentManager()方法。因为FragmentManager的API是在Android 3.0,也即API level 11开始引入的,所以对于之前的版本,需要使用support library v4中的FragmentActivity,并且使用getSupportFr...
分类:其他好文   时间:2014-06-14 13:38:42    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!