package com.example.imgview;import android.support.v7.app.ActionBarActivity;import android.support.v7.app.ActionBar;import android.support.v4.app.Frag...
分类:
其他好文 时间:
2014-08-01 13:03:21
阅读次数:
226
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:
其他好文 时间:
2014-07-31 12:14:56
阅读次数:
222
Tab经常和Fragment结合使用,这一讲我们用3种方式来实现这种快捷导航。0、重要的两个监听器MyTabListener,这个我们之前已经接触过了package com.kale.actionbar05;import android.support.v4.app.FragmentTransact...
分类:
其他好文 时间:
2014-07-30 20:35:44
阅读次数:
366
Firefox每次更新版本,不知道更新了什么,找不到Waht‘s New,做个记录!1、点击mozilla下拉2、最左侧 MOZILLA>SUPPORT>Firefox3、https://support.mozilla.org/en-US/products/firefoxFree Down下面有个W...
分类:
其他好文 时间:
2014-07-30 11:52:53
阅读次数:
235
在php中会有2种扩展 一般的mysql都属于extension 而 像xdebug却是zend_extension 错误提示 NOTICE: PHP message: PHP Warning: Xdebug MUST be loaded as a Zend extension 分析: mysql扩展配置如下 extension=...
分类:
其他好文 时间:
2014-07-30 10:14:34
阅读次数:
227
[Xdebug]zend_extension_ts="D:\wamp\bin\php\php5.2.9-2\ext\php_xdebug.dll";是否开启自动跟踪xdebug.auto_trace = On;是否开启异常跟踪xdebug.show_exception_trace = On;是否开启...
分类:
其他好文 时间:
2014-07-30 09:44:33
阅读次数:
177
一.沙盒机制每个应用程序位于文件系统的严格限制部分每个应用程序只能在为该程序创建的文件系统中读取文件每个应用程序在iOS系统内斗放在了统一的文件夹目录下沙盘路径的位置1. 通过Finder查找程序沙盘相对路径~/Library/Application Support/iPhone Simulator...
分类:
其他好文 时间:
2014-07-30 00:45:42
阅读次数:
264
(支持向量机)support vector machine是一种二分类模型,是寻求结构风险最小,实现经验和置信范围最小化。它的基本模型是定义在特征空间上的间隔最大化的线性分类器,间隔最大化使得它有区别于感知机,并且是唯一的。学习策略:间隔最大化(解凸二次规划的问题)线性分类器也叫感知机,就是在N维的...
分类:
其他好文 时间:
2014-07-30 00:30:52
阅读次数:
355
32 位版:http://us-downloads.quest.com/Repository/support.quest.com/Toad for Oracle/12.1/Software/Toad for Oracle 12.1.msihttp://us-downloads.quest.com/R...
分类:
数据库 时间:
2014-07-29 21:09:22
阅读次数:
1308
In this tutorial, we will show you how to integrate Spring with Quartz scheduler framework. Spring comes with many handy classes to support Quartz, an...
分类:
编程语言 时间:
2014-07-29 17:38:12
阅读次数:
378