码迷,mamicode.com
首页 > 2015年04月29日 > 全部分享
SSH自动断开连接的原因
方法一:用putty/SecureCRT连续3分钟左右没有输入, 就自动断开, 然后必须重新登陆, 很麻烦.在网上查了很多资料, 发现原因有多种, 环境变量TMOUT引起,ClientAliveCountMax和ClientAliveInterval设置问题或者甚至是防火墙的设置问题. 所以可以这么...
分类:其他好文   时间:2015-04-29 13:21:13    阅读次数:125
VMware新建虚拟机
首先,分享一个网站 http://uni-smr.ac.ru/archive/里面有我们需要的Linux系统下载完成之后,就可以开始新建虚拟机了,当然,要先装上VMware workstation。点击创建新的虚拟机,选择典型,点击下一步,安装来源选择稍后安装操作系统,点击下一步,客户机操作系统选择...
分类:系统相关   时间:2015-04-29 13:20:13    阅读次数:185
wordpress学习系列2:模板和目录结构
通常一个wp的theme必须的文件有:404.phparchive.phpattachment.phpauthor.phpfooter.phpcategory.phpfunctions.phpcomments.phpheader.phppage.phpindex.phpsearch.phpsingl...
分类:其他好文   时间:2015-04-29 13:19:34    阅读次数:108
[record]WebLogic域之创建-文本界面
WebLogic域的创建方式主要有图形界面、文本方式(字符界面)、脚本方式(WLST脚本)等,本文用文本方式来创建域。一.启动Configuration Wizard?config.cmd/config.sh脚本在/common/bin目录 下?文本模式- [Windows] config.cmd ...
分类:Web程序   时间:2015-04-29 13:19:24    阅读次数:242
[唐诗]咏风-王勃
肃肃凉风生,加我林壑清。驱烟寻涧户,卷雾出山楹。去来固无迹,动息如有情。日落山水静,为君起松声。
分类:其他好文   时间:2015-04-29 13:17:51    阅读次数:102
XMPP协议详解
一、开发背景1、国际背景随着Internet技术的高速发展,即时通信已经成为一种广泛使用的通信方式。1996年Mirabilis公司推出了世界上第一个即时通信系统ICQ,不到10年间,即时通信(Instant Messaging,简称IM)以发展成为了最流行的网络应用之一。特别是近几年的迅速发展,即...
分类:其他好文   时间:2015-04-29 13:18:02    阅读次数:210
LeetCode(2)-- Add Two Numbers
Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes co...
分类:其他好文   时间:2015-04-29 13:17:19    阅读次数:122
iOS开发之 Xcode6 添加xib文件,去掉storyboard的hello world应用
iOS开发之 Xcode6.1创建仅xib文件,无storyboard的hello world应用由于Xcode6之后,默认创建storyboard而非xib文件,而作为初学,了解xib的加载原理很重要,所以,需要创建一个没有storyboard的项目1. 创建一个新的工程2. 选择仅一个视图的模板...
分类:移动开发   时间:2015-04-29 13:16:52    阅读次数:139
Alignment--POJ1836
DescriptionIn the army, a platoon is composed by n soldiers. During the morning inspection, the soldiers are aligned in a straight line in front of th...
分类:其他好文   时间:2015-04-29 13:17:40    阅读次数:122
nyist 47 过河问题
http://acm.nyist.net/JudgeOnline/problem.php?pid=47过河问题时间限制:1000ms | 内存限制:65535KB难度:5描述在漆黑的夜里,N位旅行者来到了一座狭窄而且没有护栏的桥边。如果不借助手电筒的话,大家是无论如何也不敢过桥去的。不幸的是,N个人...
分类:其他好文   时间:2015-04-29 13:18:48    阅读次数:109
百度云管家-V4.6.1-单文件版绿色版
转载说明本篇文章可能已经更新,最新文章请转:http://www.sollyu.com/baidu-is-clouds-butler-v4-6-1-single-file-green-edition/说明百度云管家 是百度旗下的一款云服务产品,它支持便捷地查看、上传、下载云端各类数据。通过存文件,不...
分类:其他好文   时间:2015-04-29 13:18:59    阅读次数:119
staticmethod classmethod修饰符
一、staticmethod(function)Return a static method for function.A static method does not receive an implicit first argument. To declare a static method, u...
分类:其他好文   时间:2015-04-29 13:16:54    阅读次数:151
jquery操作select(取值,设置选中)(转)
出处:http://www.cnblogs.com/mitang/p/3687353.htmlhttp://blog.csdn.net/nairuohe/article/details/6307367每一次操作select的时候,总是要出来翻一下资料,不如自己总结一下,以后就翻这里了。比如1、设置v...
分类:Web程序   时间:2015-04-29 13:18:45    阅读次数:132
统一编码
1)设置workspace的编码格式为UTF-8 在Windows->Preference页面中,选择General->WorkSpace 选择右侧框中的Text File encoding,改为UTF-8 亲测影响文件:java、ht...
分类:其他好文   时间:2015-04-29 13:17:48    阅读次数:125
WPF 中的相关样式
sdf Label 设置背景色 Label.Foreground = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#626363")); Label.BorderBrush = ...
分类:Windows程序   时间:2015-04-29 13:16:34    阅读次数:274
spring 框架整合 笔记4
struts hibernate spring先贴出框架整合需要的maven 4.0.0 com.kaishengit urls war 0.0.1-SNAPSHOT urls Maven Webapp http://maven.apache.org javax....
分类:编程语言   时间:2015-04-29 13:18:06    阅读次数:212
Solrj API索引效率对比分析
测试软件环境: 1、16G windows7 x64 32core cpu 。 2、jdk 1.7 tomcat 6.x solr 4.8数据库软件环境: 1、16G windows7 x64 32core cpu 。 2、Oracle 11g一、Solr默认索引工具DIH。...
分类:Windows程序   时间:2015-04-29 13:15:51    阅读次数:325
2260条   上一页 1 ... 86 87 88 89 90 91 92 ... 133 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!