登录
首页 » Java » 消息推送系统源码

消息推送系统源码

于 2020-12-04 发布
0 133
下载积分: 1 下载次数: 0

代码说明:

基于JAVA实现的消息推送系统,CIM(CROSS-IM) 一款面向开发者的 IM(即时通讯)系统;同时提供了一些组件帮助开发者构建一款属于自己可水平扩展的 IM

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Java 显示多分类区域图(提高篇-实例229).zip
    Java 显示多分类区域图(提高篇-实例229).zip
    2019-10-03下载
    积分:1
  • jsp+servlet+mysql+学生选课系统(源码+数据库+论文+截图)
    jsp+servlet+mysql+学生选课系统(源码+数据库+论文+截图)
    2020-12-12下载
    积分:1
  • Java Cookbook - Problems and Solutions for Java Developers (Early Release).epub
    Java continues to grow and evolve, and this Cookbook continues to evolve in tandem. This book helps to get you up to speed right away with hundreds of hands-on recipes across a broad range of Java topics. You’ll learn useful techniques for everything from string handling and functional programming to network communication.Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. If you are familiar with the basics of the Java language, this cookbook will bolster your knowledge of the language in general and its many recent changes and how to apply them in your day-to-day development.Recipes include:Methods for compiling, running, and debugging“Packaging” Java classes and building applicationsManipulating, comparing, and rearranging textRegular expressions for string- and pattern-matchingHandling numbers, dates, and timesStructuring data with collections, arrays, and other typesObject-oriented and functional programming techniquesInput/Output, Directory and filesystem operationsNetwork programming on both client and serverProcessing JSON for data interchangeMultithreading and concurrencyUsing Java in Big Data applicationsInterfacing Java with other languages------------------The 4th Edition of this book has been updated to cover changes through Java 12 and includes new recipes for Big Data and data science.
    2020-03-03下载
    积分:1
  • Java Coding Problems - Improve your Java Programming skills by solving real-world coding challenges.epub
    The super-fast evolution of the JDK between versions 8 and 12 has increased the learning curve of modern Java, therefore has increased the time needed for placing developers in the Plateau of Productivity. Its new features and concepts can be adopted to solve a variety of modern-day problems. This book enables you to adopt an objective approach to common problems by explaining the correct practices and decisions with respect to complexity, performance, readability, and more.Java Coding Problems will help you complete your daily tasks and meet deadlines. You can count on the 300 applications containing 1,000 examples in this book to cover the common and fundamental areas of interest: strings, numbers, arrays, collections, data structures, date and time, immutability, type inference, Optional, Java I/O, Java Reflection, functional programming, concurrency and the HTTP 
    2020-03-03下载
    积分:1
  • commons-lang3-3.1包的源代码
    commons-lang3-3.1包的源代码
    2015-01-05下载
    积分:1
  • 商品添加的实现(idea maven+ssh)
    idea maven ssh ,含数据库脚本
    2020-04-16下载
    积分:1
  • Linux用户管理系统(代码+答辩+论文)
    功能需求:(1)单个用户添加:通过键盘输入用户名和口令,用户组的指定可选(若输入则将用户归于该组,否则用系统默认处理),要求首先检查新用户是否存在,并给出相应信息;(2)批量添加:待建用户信息保存在文件中,包括用户名、口令、用户描述及所属组(格式自定)(3)单用户删除:用户名通过键盘输入同时删除用户主目录,删除用户前将用户名主目录中的内容备份到特定目录中,命名格式:用户名.tar.gz(4)批量删除:用户名通过文件提供,要求同单用户删除。(5)用户配额:对指定用户的用户主目录启用磁盘配额。注:为用户设定3种配额模板:①100M空间,200个i节点;②200M空间,400个i节点;③500M空间,1000个i节点。(1)利用read命令从命令行输入用户名存入变量;  []或test进行条件的判断;  Cut命令剪切文件列,配合grep命令剪切文件行,从而获取文件中特定信息;  Useradd命令,-g指定组,-m生成用户主目录;  Passwd命令用户改用户口令;(2)tar命令压缩文档,后缀.tar.gz要自己加上;  Mv移动文件到特色目录下;  Usedel删除用户,参数-r同时删除用户主目录;(3)while read可以逐行读取文件内容;  >进行输出重定向,并且覆盖输出内容到文件;  Chpasswd成组更改用户口令,文件行格式为“用户名:口令”;(4)跟单个用户删除操作一样,只是从文件读取要删除的用户名(5)给用户进行配额前需要给相应目录开启配额功能;  Disk –l查询可进行配额的磁盘分区信息;  Vi /etc/fstab文件,添加usrquota开启用户配额权限,添加grpquota开启组配额权限,文件中同行各字段间用tab键隔开;  Mount –o remount /重新挂载文件系统,让fstab文件生效;  Quotaon /开启配额功能;  Setquota命令进行用户配额的设置;(6)while touch循环生成多个文件检查i节点的配额设置情况;测试前需要给相关用户对/目录的写权限;  dd if=/dev/zero of=$username bs=1M count=500给相关用户写数据,测试用户可用空间的配额设置情况;
    2019-07-08下载
    积分:1
  • Java篇:IO流.pdf
    Java基础篇:IO流 【文件目录】File类的使用File类的概述File类的实例化File类的常用方法IO流原理及流的分类Java IO原理流的分类流的体系结构输入、输出的标准化过程节点流(文件流)缓冲流转换流标准输入、输出流打印流数据流对象流随机存取文件流
    2020-11-02下载
    积分:1
  • javaweb新闻发布系统源码(含数据库脚本)
    登录账号:admin 密码:123456 需要源码的  QQ   1024039448
    2020-03-24下载
    积分:1
  • Java 检查代码中的括号是否匹配(篇-实例363).zip
    实例中如用到数据库,请到这里下载 https://www.haolizi.net/example/view_30457.html
    2019-10-02下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载