浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 469 470 471 472 473

2012年12月2日

摘要: dos2unix和unix2dos命令使用 - ★〓 无用的天地 〓★ - 博客大巴dos2unix和unix2dos命令使用 - [〓 脚本功略 〓]2008-04-20分类: 〓 脚本功略 〓版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://solecjj.blogbus.com/logs/19425369.htmldos2unix, unix2dos 用来实现 D... 阅读全文
posted @ 2012-12-02 22:47 lexus 阅读(483) 评论(0) 推荐(0)

摘要: socat | 半卷使用socat进行端口转发沈觅仁 技术打火机 1 commentsocat是一个多功能的网络工具,名字来由是” SOcket CAT”,因此可以看出它基于socket,能够折腾socket相关的无数事情。当然这些都不是我关心的重点。我发现并尝试使用socat的原因可以参看此前的一次端口转发的尝试,本文的重点是介绍一下我对socat的使用心得,以及折腾了一个小时的GENTOO版s... 阅读全文
posted @ 2012-12-02 22:46 lexus 阅读(21330) 评论(0) 推荐(0)

摘要: iDaemon » 基于Python的监控工具Graphite安装笔记基于Python的监控工具Graphite安装笔记零. 环境简介Gentoo x86Graphite 0.9.9Python 2.7.2Apache 2.2.22一. 关于Graphite1. Graphite,相当年轻的企业级开源监控工具,可以用于采集、统计多个服务器的实时状态,包括用户请求、memcached缓存命中、rab... 阅读全文
posted @ 2012-12-02 22:44 lexus 阅读(557) 评论(0) 推荐(0)

摘要: iDaemontmux的简介及使用2012 年 6 月 6 日 – 14:56tmux源于OpenBSD,用于替代GNU的screen,tmux=terminal multiplexer。与screen相比的优点:1. 可以横向和纵向分割窗口,且窗格可以自由移动和调整大小;2. 支持 UTF-8 及 256 色终端;3. 可在多个缓冲区进行复制和粘贴;4. 可通过交互式菜单来选择窗口、会话及客户端... 阅读全文
posted @ 2012-12-02 22:42 lexus 阅读(401) 评论(0) 推荐(0)

摘要: Android滑动手势侦测方法介绍 - 51CTO.COMAndroid滑动手势侦测方法介绍http://developer.51cto.com 2010-01-28 14:57 佚名 javaeye.com 我要评论(1)Android滑动手势在触摸屏电脑中是一个最为基本的操作。在这里我们会通过各种代码的解读来分析Android操作系统是如何侦测到不同的滑动手势。在Android手机操作系... 阅读全文
posted @ 2012-12-02 22:40 lexus 阅读(262) 评论(0) 推荐(0)

摘要: how to implement gesture detector onfling in webview in android - Stack Overflowhow to implement gesture detector onfling in webview in android 阅读全文
posted @ 2012-12-02 21:45 lexus 阅读(214) 评论(0) 推荐(0)

摘要: Android Gesture 手势识别使用实例 - Android - mobile - ITeye论坛 阅读全文
posted @ 2012-12-02 17:49 lexus 阅读(158) 评论(0) 推荐(0)

摘要: Android Gesture 手势识别使用实例 - Android - mobile - ITeye论坛主题:Android Gesture 手势识别使用实例精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)作者 正文 raymondlueng 等级: 一钻会员 raymondlueng的博客 性别: [男] 文章: 125 积分: 980 来自: 广州 发表时间:... 阅读全文
posted @ 2012-12-02 17:08 lexus 阅读(380) 评论(0) 推荐(0)

摘要: Android Coding: Gestures Builder: create your gestures librarySep 18, 2011Gestures Builder: create your gestures libraryGesture is a prerecorded touch screen motion sequency. If user performs gesture ... 阅读全文
posted @ 2012-12-02 16:46 lexus 阅读(517) 评论(0) 推荐(0)

摘要: three-dollar-gesture-recognizer - An easy-to-use gesture recognizer for motion gestures on smart phones. - Google Project HostingThe $3 Gesture Recognize is a simple but robust gesture recognition sys... 阅读全文
posted @ 2012-12-02 16:44 lexus 阅读(90) 评论(0) 推荐(0)

摘要: Simple Gesture – Fling | Monkey Can CodeSimple Gesture – Fling17. November 2010 · 5 comments · Categories: Android, Code · Tags: Android, Fling, Gesture, Touch In Android, it’s very easy to implement ... 阅读全文
posted @ 2012-12-02 16:43 lexus 阅读(294) 评论(0) 推荐(0)

摘要: Simple Gestures on Android - CodeProjectSimple Gestures on AndroidBy Fredrik Bornander, 24 Jan 2012 4.94 (9 votes)123454.94/5 - 9 votesμ 4.94, σa 1.04 [?]Download Gestures - 72.98 KBIntroductionThis a... 阅读全文
posted @ 2012-12-02 16:08 lexus 阅读(298) 评论(0) 推荐(0)

摘要: android手势操作滑动效果触摸屏事件处理 - 四把刷子 - 博客园android手势操作滑动效果触摸屏事件处理我们先来明确一些概念,首先,Android的事件处理机制是基于Listener(监听器)来实现的,比我们今天所说的触摸屏相关的事件,就是通 过onTouchListener。其次,所有View的子类都可以通过setOnTouchListener()、 setOnKeyListener(... 阅读全文
posted @ 2012-12-02 16:03 lexus 阅读(344) 评论(0) 推荐(0)

摘要: Basic4android (Basic for Android) - Rapid Application DevelopmentBasic4android is the simplest and most powerful Rapid Application Development (RAD) tool available for the Android platformBasic4androi... 阅读全文
posted @ 2012-12-02 15:42 lexus 阅读(260) 评论(0) 推荐(0)

摘要: Android: WebView tips & tricks | Mr.Stablex blogAndroid: WebView tips & tricks WebView is one of the most useful view component in Android SDK. In fact, if you want to display complex HTML content (fo... 阅读全文
posted @ 2012-12-02 15:40 lexus 阅读(495) 评论(0) 推荐(0)

摘要: RIA Mobile SolutionsAndroid WebView Scrolling PerformancePosted on April 23rd, 2012Our team is currently developing a web based application that needs to be consumed in Android WebView. One of the big... 阅读全文
posted @ 2012-12-02 15:36 lexus 阅读(476) 评论(0) 推荐(0)

摘要: Hardware Acceleration | Android DevelopersHardware AccelerationIn this documentControlling Hardware AccelerationDetermining if a View is Hardware AcceleratedAndroid Drawing Models Software-based drawi... 阅读全文
posted @ 2012-12-02 15:28 lexus 阅读(438) 评论(0) 推荐(0)

摘要: yxl/DownloadProviderThis project ports the DownloadProvider of Android 2.3.7. It supports Android 2.2 and above. It is standard Eclipse project, which could be open by Eclipse with the Andoird Devel... 阅读全文
posted @ 2012-12-02 09:34 lexus 阅读(292) 评论(0) 推荐(0)

摘要: afinal - afinal 是一个android的 orm 和 ioc 框架。通过afinal的finalAcitivity,finalBitmap,finalDB,finalHttp,开发android应用将更加简单。 - Google Project Hostingafinal 是一个android的 orm 和 ioc 框架。而且封装了android中的httpClient,使其更加简单... 阅读全文
posted @ 2012-12-02 09:13 lexus 阅读(327) 评论(0) 推荐(0)

2012年12月1日

摘要: InputStream.read、OutputStream.write、二进制文件读写及文件流末尾判断_liuhongbin2007_新浪博客InputStream.read、OutputStream.write、二进制文件读写及文件流末尾判断(2011-01-03 20:38:46)转载▼标签:杂谈 分类: 技术原文地址:InputStream.read、OutputStream.write、二... 阅读全文
posted @ 2012-12-01 19:50 lexus 阅读(1626) 评论(0) 推荐(0)

上一页 1 ··· 469 470 471 472 473