码迷,mamicode.com
首页 >  
搜索关键字:fast compressive tra    ( 3081个结果
CSS动画简介
转自:http://www.ruanyifeng.com/blog/2014/02/css_transition_and_animation.html现在,我很少写介绍CSS的文章,因为感觉网站开发的关键还是在服务器端。 但是,CSS动画除外,它实在太有用了。本文介绍CSS动画的两大组成部分:tra...
分类:Web程序   时间:2014-07-16 20:34:38    阅读次数:325
Android下高斯模糊的算法和demo
采用纯java和RenderScript两种方式来做高斯算法。 也可以用NDK来做,想试试的可以参考: http://stackoverflow.com/questions/2067955/fast-bitmap-blur-for-android-sdk/23119957#23119957 纯jav...
分类:移动开发   时间:2014-07-09 00:42:09    阅读次数:635
Cracking the Coding Interview Q2.7
检测链表是否是palindrome.思路1:翻转并比较。思路2:迭代。思路3:递归。 public static boolean isPalindrome(LinkedListNode head) { LinkedListNode fast = head; Link...
分类:其他好文   时间:2014-07-08 17:15:57    阅读次数:267
学习Drupal、phpMyAdmin,一个android设备的软件即可搞定!
手机服务站 v1.0.6下载地址:http://down.znds.com/apk/tool/2014/0528/667.html简介: 一款集成wifiAp+lamp+ssh+bt功能的软件,智能电视及盒子专用(兼容手机)。开启wifi热点、web服务器、数据库、私有云、ssh远程登录、Tra.....
分类:移动开发   时间:2014-07-08 11:32:29    阅读次数:324
分支管理策略
通常,合并分支时,如果可能,Git会用“Fast forward”模式,但这种模式下,删除分支后,会丢掉分支信息。如果要强制禁用“Fast forward”模式,Git就会在merge时生成一个新的commit,这样,从分支历史上就可以看出分支信息。下面我们实战一下--no-ff方式的merge:首...
分类:其他好文   时间:2014-07-08 00:58:29    阅读次数:202
Backup and restore of FAST Search for SharePoint 2010
一个同事问我一个问题: 如果FAST Search for SharePoint 2010被full restore到了一个之前的时间点, 那么当FAST Search重新开始一个增量爬网的时候, 会发生什么? FAST Search会查看内容数据库并发现上一次爬网的记录并为新item或更改的ite...
分类:其他好文   时间:2014-07-07 08:11:13    阅读次数:279
Socket 和 Named Pipe的区别
In a fast local area network (LAN) environment, Transmission Control Protocol/Internet Protocol (TCP/IP) Sockets and Named Pipes clients are comparabl...
分类:其他好文   时间:2014-07-06 20:39:21    阅读次数:315
官方文档 恢复备份指南五 Configuring the RMAN Environment
本章内容:Configuring the Environment for RMAN Backups 配置RMAN环境Configuring RMAN to Make Backups to a Media Manager 备份到介质管理器Configuring the Fast Recovery Ar...
分类:其他好文   时间:2014-07-03 19:55:28    阅读次数:155
官方文档 恢复备份指南五 Configuring the RMAN Environment
本章内容:Configuring the Environment for RMAN Backups 配置RMAN环境Configuring RMAN to Make Backups to a Media Manager 备份到介质管理器Configuring the Fast Recovery Ar...
分类:其他好文   时间:2014-07-03 19:51:32    阅读次数:225
fast_ping
快速的ping网络中存活的主机,该脚本有并行执行的特点,能够在后台快速完成网络主机的检查。#!/bin/bash # # foripin192.168.1.{1..255}; do ( ping$ip-c2&>/dev/null; if[$?-eq0]; then echo$ipisalived fi )& done wait如果要出事255个地址,ping每一个IP的主机都..
分类:其他好文   时间:2014-07-02 15:59:11    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!