码迷,mamicode.com
首页 >  
搜索关键字:the ntp socket is in use    ( 45639个结果
Effective Java 71 Use lazy initialization judiciously
You should initialize most fields normally, not lazily. If you must initialize a field lazily in order to achieve your performance goals, or to break ...
分类:编程语言   时间:2014-05-09 18:32:56    阅读次数:497
Android笔记:利用InputStream和BufferedReader 进行字节流 字符流处理
通过socket获取字节流处理时最初使用的是BufferedReader和PrintWriter 这种方式在解析字符串时是比较方便的 但是在处理字节时不够方便最终还是回归到InputStream和OutputStream方式 不使用缓存直接使用字节流操作,一次传输的字节数据在300字节以内,目前没有...
分类:移动开发   时间:2014-05-09 18:32:31    阅读次数:532
socket.sendUrgentData判断网络远端是否断开连接
来自于http://chenke1215.blog.163.com/blog/static/124414520103611222617/最近在开发中遇到一个问题,就是如何判断远端服务器是否已经断开连接,如果断开那么需要重新连接。首先想到socket类的方法isClosed()、isConnecte....
分类:其他好文   时间:2014-05-05 11:03:21    阅读次数:276
修改mysql root密码
mysql密码丢失后,在mysql命令行下执行如下命令,即可将root用户密码清空: mysqld_safe --skip-grant-tables&mysql修改密码 mysql修改,可在mysql命令行执行如下: mysql -u root mysql mysql> UPDATE use...
分类:数据库   时间:2014-05-05 10:34:48    阅读次数:366
openfire LDAP Guide
LDAP Guide? Back to documentation indexIntroductionThis document details how to configure your Openfire installation to use an external directory such...
分类:其他好文   时间:2014-05-04 20:53:28    阅读次数:712
mysql空值处理,从没尝试过的sql语句
String sql = "update kbr_user k set increment = ifnull(k.increment,0) + " + increment + ",integral = ifnull(k.integral,0) + " + integral + " where use...
分类:数据库   时间:2014-05-04 19:55:31    阅读次数:341
Socket、Http、TCP/IP、UDP的联系与区别
HTTP协议:简单对象访问协议,对应于应用层,HTTP协议是基于TCP连接的tcp协议:对应于传输层ip协议:对应于网络层TCP/IP是传输层协议,主要解决数据如何在网络中传输;而HTTP是应用层协议,主要解决如何包装数据。Socket是对TCP/IP协议的封装,Socket本身并不是协议,而是一个...
分类:其他好文   时间:2014-05-04 19:45:16    阅读次数:376
codechef Cutting Recipes题解
Cutting Recipes The chef has a recipe he wishes to use for his guests, but the recipe will make far more food than he can serve to the guests. The chef therefore would like to make a reduced ve...
分类:其他好文   时间:2014-05-04 17:54:01    阅读次数:387
ORA-32001:write to SPFILE requested but no SPFILE is in use问题的解决
在执行该命令时出现下列错误SYS@PROD>altersystemsetUTL_FILE_DIR=‘/home/oracle‘,‘/home/oracle/temp‘,‘/home/oracle/scripts‘scope=spfile;altersystemsetUTL_FILE_DIR=‘/home/oracle‘,‘/home/oracle/temp‘,‘/home/oracle/scripts‘scope=spfile*ERRORatline1:ORA-32001:wr..
分类:其他好文   时间:2014-05-04 17:08:06    阅读次数:386
How To use RHEVM Command Line?
本文简单的描述下如何连接rhevshell以及简单的使用。关于更详细的用法请参考官方文档。1、如何连接到rhevm?要想连接到rhevm,必须拥有一个有效的证书。此证书一般安装完rhevm后会自动产生。下面是如何获取到证书。[root@rhevm~]#wget-Orhevm.cerhttp://rhevm.xzxj.edu.cn/ca.c..
分类:其他好文   时间:2014-05-04 17:01:55    阅读次数:376
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!