码迷,mamicode.com
首页 >  
搜索关键字:reset    ( 3565个结果
RHEL7 recover/reset root password
If you have lost or forgot root password of RHEL7, you can follow this step to change to a new password, this is different with the RHEL6 single-user mode...
分类:其他好文   时间:2014-07-26 02:49:36    阅读次数:276
TCP KEEP-ALIVE和TCP_USER_TIMEOUT机制
正常通信的情况下,send函数发送成功会返回发送数据的字节数。当有错误发生时,send返回-1,全局变量errno被设置。很多情况下,send返回-1是由于连接被对端关闭(对端发送了RST或者FIN包),这种情况errno会被设置为ECONNRESET(Connection reset by pee...
分类:其他好文   时间:2014-07-24 22:54:43    阅读次数:1722
Netty 中 IOException: Connection reset by peer 与 java.nio.channels.ClosedChannelException: null
最近发现系统中出现了很多 IOException: Connection reset by peer 与 ClosedChannelException: null深入看了看代码, 做了些测试, 发现 Connection reset 会在客户端不知道 channel 被关闭的情况下, 触发了 eve...
分类:编程语言   时间:2014-07-24 00:51:37    阅读次数:390
RT5350使用uboot从U盘启动linux成功
1、在uboot需要做的是: ①usb reset ②fatload usb 0:1 0x80c00000 root_uImage ③bootm 0x80c00000 启动内核参数 CONFIG_CMDLINE="console=ttyS1,57600n8 mem=32m ip=off noinitrd root=8:2 rw rootfstype=ext2 rootdelay=...
分类:系统相关   时间:2014-07-22 23:54:16    阅读次数:792
解决 bae 私有mysql 出现Caused by: java.net.SocketException: Connection reset的异常
public static String addStudent(Student student) { Configuration config = new Configuration().configure(); SessionFactory sessionFactory = config.b...
分类:数据库   时间:2014-07-22 22:49:55    阅读次数:305
解决transition动画与display冲突的几种方法
如demo(如果没有显示,请查看源地址http://jsfiddle.net/ihardcoder/HNduT/2/)所示,基本的效果是在点击“Translate”按钮后,蓝色区域透明度变为0,然后隐藏display:none;点击Reset按钮后,首先显示蓝色区域display:block,然后透...
分类:其他好文   时间:2014-07-22 22:44:33    阅读次数:373
Android中调用WebService抛出Connection reset by peer异常
最近在做的项目中用到了WebService,因为Android中没有提供直接调用WebService的Api,我就使用了?ksoap,但是在使用过程中遇到了一个奇怪的BUG: 请求一次WebService之后,什么都不做,静待1分钟之后,再次请求这...
分类:移动开发   时间:2014-07-22 08:25:36    阅读次数:490
git多人合作时,恢复误删文件
一开始比较慌,下意识里就想到用reset和push -f重置版本并强制推送到远程库,经过实验发现这样做只能保证自己的本地库和远程库回到之前一个版本,而其他人想通过git pull同步是无效的,远程库版本已经低于其他人的...
分类:其他好文   时间:2014-07-22 08:19:33    阅读次数:188
Andriod之Activity
eclipse还原默认的面板设计:Window > Reset Perspective> OK1\1、多个Activity之间的关系;2、Intent的基本作用;3、在一个Activity当中启动另一个Activity;4、使用Intent在Activity之间传递数据的基本方法;Intent的基本...
分类:其他好文   时间:2014-07-19 23:17:13    阅读次数:210
重新整理base.css 标签见名知意
用网上各种复制粘贴来的base.css,经常忘记某个标签的名称(因为标签多为简写模式),当调用某个class时,不得不去查看css源码,基于此,我写了一套见名知意的base.css源码如下:@charset "utf-8";/* CSS Document *//*CSS reset重置浏览器默认cs...
分类:Web程序   时间:2014-07-18 10:07:42    阅读次数:399
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!