爱写码 爱写码
3年前
国产开源网络编程框架t-io使用必备:极速开发器Tio.java
Tio.java简介为了让用户减少查找API的时间,tio把常用API以静态方法的形式汇集于一个类,这就是Tio.javaTio.java本身并不实现过复杂的业务,各业务实现仍然分布在其它类中,Tio.java只是把用户关心的API集中起来,便于用IDE查找而已具体请参考:业务数据绑定无序列表资源绑定是指把业务相关的数据和Tcp连接(即Channel
Stella981 Stella981
3年前
IM推送服务端:Centrifugo
Centrifugo:golang开发的即时推送服务。文档:https://fzambia.gitbooks.io/centrifugal/content/index.html(ps:比较大的图片需要拖拽到独立的页签打开)复制点oschina以前发的介绍:Centrifugo是一个
Stella981 Stella981
3年前
Docker 安装 Redis
dockerpullredis从官网获取 redis.conf(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdownload.redis.io%2Fredisstable%2Fredis.conf) 配置文件 ,保存至:/data/redis/redis.conf
Wesley13 Wesley13
3年前
Unity加载外部图片
在这里记录一下在Unity3D中分别使用WWW和IO流加载外部图片使用WWW加载///<summary///使用WWW加载图片,并赋值给_rawImage///</summary///<paramname"_url"图片地址<
Stella981 Stella981
3年前
Redis 哈希结构内存模型剖析
!Profile(https://uploadimages.jianshu.io/upload_images/9824247af07824cf5595df9.png?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)本文共1231字,阅读大约需要5分钟!概述
Stella981 Stella981
3年前
Redis 如何以一己之力颠覆数据库市场?
!(https://oscimg.oschina.net/oscnet/3f47b02dd6d6d0521417b5e055cde6361fd.jpg"null")本文由Redis业界权威专家黄健宏翻译自thenewstack.io/opensourcebuildershowredisupendedthedataba
Wesley13 Wesley13
3年前
Java爬虫技术之绕过百度云防护抓取网站内容
如图:!输入图片说明(https://static.oschina.net/uploads/img/201710/07121525_pg5J.png"在这里输入图片标题")首先需要一个Http工具类:HttpHandlepackageorg.coody.robot.util;importjava.io.Byt
Stella981 Stella981
3年前
Spring Boot日志框架实践
!CASIOGSHOCK(http://uploadimages.jianshu.io/upload_images/98242471da5cd24b2cf0ada.jpg?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)注:本文首发于My公众号CodeSheep
Python进阶者 Python进阶者
2年前
这个txt文档每章后面都有个这个特殊字符,如何提取出来删除掉?
大家好,我是Python进阶者。一、前言前几天在Python白银交流群【Python狗】问了一个Python正则表达式处理的问题,提问截图如下:!(https://uploadimages.jianshu.io/upload_im
Damumu Damumu
2年前
初识Redis
Redis安装配置Redis官方网站:https://redis.io/注:redis官方没有提供windows版,微软提供了一个windows版本,在2016年后再没有更新。https://github.com/microsoftarchive/redi