Easter79 Easter79
3年前
ssh登录异常
情景描述:开发同事报告使用某普通用户test无法远程登陆一台,报错“shellrequestfailedonchannel0”。解决过程!mark(http://osnqtjqw9.bkt.clouddn.com/blog/180228/KDAl8AEadk.png?imageslim)判断内存空间
Wesley13 Wesley13
3年前
viewpager 和滑动条同步滚动
实现上面的radiobutton和viewpager同步滚动太过复杂,请直接使用开源项目PagerSlidingTabStrip(http://my.oschina.net/sldk/blog/402638)共有6个的页面,导航栏用horizontalscrollview封装radiogroup。点击radiobutton跳转到对应的页面。滑动p
Stella981 Stella981
3年前
FreeSWITCH最简易教程
QQ群:FreeSWITCHKamailioOpenSIPS,293697898原文发于:http://freeswitch.net.cn/58.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Ffreeswitch.net.cn%2F58.html)第一步,安装wi
Wesley13 Wesley13
3年前
Linux负载均衡软件LVS
 原始出处(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fixdba.blog.51cto.com%2F2895551%2F552947)http://ixdba.blog.51cto.com/2895551/552947(https://www.oschina.net/acti
Wesley13 Wesley13
3年前
PHP微信开发入门(一)
微信的接入在填写服务器URL时指向TOKEN验证的php文件,列如http://localhost/wlink.php验证示例代码<?php//如果接收到验证信息则调用valid()函数进行验证if(isset($_GET'echostr')){valid();}else
Stella981 Stella981
3年前
Js表单验证控件
演示地址:http://weishakeji.net/Utility/Verify/Index.htm(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fweishakeji.net%2FUtility%2FVerify%2FIndex.htm)开源地址:https://githu
Easter79 Easter79
3年前
TThreadedSelectorServer介绍及Direct Memory OOM分析
一、TThreadedSelectorServer线程模型:该服务会启动1个AcceptThread,2个SelectorThread(默认为2个,可设置),一个woker线程池(池的大小可设置),!(http://static.oschina.net/uploads/space/2015/0601/154802_Mlgb_143181
Wesley13 Wesley13
3年前
Java中StringBuilder的清空方法比较
转自:_http://blog.csdn.net/roserose0002/article/details/6972391(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Froserose0002%2Farticle%2Fdetails%2F6972391)
Stella981 Stella981
3年前
Git在eclipse中的配置详细记录
一\_安装EGIT插件(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Flaizhenhai88%2Farticle%2Fdetails%2F7233578)!(http://static.oschina.net/uploads/img/20
Wesley13 Wesley13
3年前
Java 注释规范详解
原文同步至:http://www.waylau.com/javacommentsconventions/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.waylau.com%2Fjavacommentsconventions%2F)在Java的编写过程中我们需要对