程序员人生 网站导航

java.net.SocketException: Unconnected sockets not implemented  解决方案

java.net.SocketException: Unconnected sockets not implemented 解决方案 JDK 的版本问题,为Oracle公司JDK版本的bug,在6u12-rev以后的版本修复了该问题

windows下载安装redis

windows下载安装redis 第一步:下载windows版本的redisredis的官方网站下载地址:http://redis.io/download进入以上网址之后,请见以下的图片操作下载redis:第二步:解压下载的zip文件,...

突破IP限制动态替换代理ip。

突破IP限制动态替换代理ip。 需要导入的两个jar包实现的javabean&ltspan style="font-size:18px;"&gtpackage com.jx.po;public class ProxyPo {private String id;private String i...

【MongoDB】The Access control of mongodb

【MongoDB】The Access control of mongodb In this blog we mainly talk about the access control including limitation of ip, setting listen port and usage of username and password. In the offici

[Android] 给图像添加相框、圆形圆角显示图片、图像合成知识

[Android] 给图像添加相框、圆形圆角显示图片、图像合成知识 前一篇文章讲述了Android触屏setOnTouchListener实现突破缩放、移动、绘制和添加水印,继续我的"随手拍"项目完成给图片添加相框、圆形圆角显示图片和图像合成的功...

[Android 动画]简要分析一下Animator 与 Animation

[Android 动画]简要分析一下Animator 与 Animation 大家如果喜欢我的博客,请关注一下我的微博,请点击这里(http://weibo.com/kifile),谢谢转载请标明出处(http://blog.csdn.net/kifile),再次感谢在 Android 的开...

Indri和Terrier搜索引擎的使用

Indri和Terrier搜索引擎的使用 介绍Indri和Terrier都是开源的搜索引擎,其中Indri作为Lemur项目的一个重要部分,具有强大的查询接口,易建索引,可扩展,高效率等优点。可以在SourceForge Lem...

truncate table与delete区别

truncate table与delete区别 truncate table需要drop table权限,它是完全清空一张表。

Android让自己的App捕获处理系统按键Home Key和Power Key

Android让自己的App捕获处理系统按键Home Key和Power Key Android中的Home Key,Power Key默认都是由系统的Framework来响应,如果想让自己的应用捕获响应,该怎么做呢?Home Key比较简单,不涉及系统源码修改:1. 在...

【Android界面实现】可旋转的汽车3D模型效果的实现

【Android界面实现】可旋转的汽车3D模型效果的实现 转载请注明出处:http://blog.csdn.net/zhaokaiqiang1992 今天要给大家介绍的是如何实现可旋转的汽车3D模型。 先看实现效果 这只是静态图,实际上,这...