联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找其他(1156) WEB开发(1119) 人工智能/神经网络/深度学习(481) collect(327) Java编程(256) Windows编程(255) 网络编程(201) 内容生成(155) Leetcode/题库(149) 游戏(141) 企业管理(127) 自然语言处理(123) 前端开发(115) 云计算(112) 单片机开发(104) matlab编程(95) 微信小程序(91) 直播(85) ICQ/即时通讯(83) Linux/Unix编程(80) 数值算法/人工智能(77) 机器人/智能制造(72) android开发(71) 模式识别(视觉/语音等)(69) JavaScript/JQuery(68) 网络编程(67) 其他书籍(65) 3G/4G/5G开发(65) 金融证券系统(63) 数学计算(62) 文章/文档(60) C#编程(52) 博客(52) 托管/部署(46) 系统/网络安全(45) 数据采集/爬虫(45) 数据库系统(44) .net编程(44) 源码/资料(42) 搜索引擎(39) 建站系统(39) 编程语言基础(39) GPT/ChatGPT(38) 图形图像处理(37) Pascal/Delphi编程(37) 快速开发平台(37) 大数据(35) TCP/IP协议栈(34) 模拟服务器(32) 界面编程(31) 嵌入式/单片机/硬件编程(31) 地理学(30) 图标/字体(29) 后台框架(29) 远程控制/远程桌面(28) MySQL数据库(28) 微服务(28) Web服务器(27) SQL Server(27) 特征抽取(27) 通讯编程(26) 聚类算法(26) 视频捕捉采集剪辑(25) 其他小程序(24) 数据结构(24) 交通/航空行业(24) 数据挖掘/数据仓库(24) PHP编程(24) OA办公系统(23) 酒店行业(23) 电子书籍(22) Docker(22) 网络(21) FlashMX/Flex源码(21) 云数据库/云存储(21) IP电话/视频会议(20) 游戏引擎(20) 虚拟/增强现实-VR/AR(20) 代码编辑器(20) FaaS/Serverless(20) 多国语言处理(19) 代理服务器(19) 软件设计/软件工程(19) Node.js(19) 区块链开发(19) C/C++基础(19) 汇编语言(18) Ftp客户端(18) 系统设计方案(18) 操作系统开发(18) GIS/地图编程(18) Redis(18) NFT(18) VHDL/FPGA/Verilog(17) Websocket编程(17) 加密货币(17) 云原生工具(17) 语音合成(16) 生物医药技术(16) 硬件设计(16) 

[] cskefu-djt

春松客服大讲堂,面向开发者、软件工程师及运维人员的在线课程,基于春松客服定制客服系统
Chunsong customer service lecture hall, an online course for developers, software engineers and operation and maintenance personnel, is based on the customized customer service system of Chunsong customer service (2023-11-02, Shell, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698969260359870.html

[微信小程序] weapp-kefu

微 信 小程序客服消息模块,基于驱动开发,支持所有的客服消息的发送
WeChat applet customer service message module, based on driver development, supports the sending of all customer service messages (2018-01-04, PHP, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688586082472714.html

[后台框架] service-user

客服用户端前端
Front end of customer service client (2022-03-30, TypeScript, 134KB, 下载0次)

http://www.pudn.com/Download/item/id/1686924706859250.html

[机器人/智能制造] aphchatbot

aphchatbot,智能客服+闲聊机器人
Aphchatbot, intelligent customer service+chat robot (2018-04-16, Python, 32336KB, 下载0次)

http://www.pudn.com/Download/item/id/1523850016124005.html

[其他] 线客服代码

能的在线客服代码是一款基于jquery实现的带有在线留言功能的jQuer
Ability of online customer service code is a jQuer with online message function based on jquery (2019-03-21, HTML, 44KB, 下载0次)

http://www.pudn.com/Download/item/id/1553138713519548.html

[人工智能/神经网络/深度学习] TFIDF基线示例

利用TFIDF方法编写的对话机器人,可以实现客服问答系统
The dialogue robot based on TFIDF can realize customer service answering system. (2018-10-19, Python, 22KB, 下载6次)

http://www.pudn.com/Download/item/id/1539954972519994.html

[通讯编程] MyQQsrc

实现QQ聊天软件 ,分为服务器端 客服端,测试通过 运行稳定
Achieve QQ chat software, divided into server side customer service end, test through stable operation (2018-07-04, C#, 979KB, 下载5次)

http://www.pudn.com/Download/item/id/1530673590487454.html

[Windows编程] callServer

1. 用户通过websocket与netty创建通讯 2. 用户链接到服务器队列中 3. 队列通过轮训机制判定netty是否有可以服务的客服 4. 如果有则将队列中的用户channel转给客服进行点对点通讯 5. 队列有自己的最大容载量 6. 每个客服可以同时服务N个用户 7. 没有空闲客服的时候用户们只能在队列中慢慢排队 8. 队列状态及实时位置由队列向队列内用户推送 9. 当有空闲位置的时候,轮训机制会将队列中首位用户放到netty中进行与客服的通讯挂钩 10. 其实对于服务器队列可以抽出来做到一个单独的项目中,用户先访问队列项目,队列项目再将用户channel发送给处理消息的netty项目
1. 用户通过websocket与netty创建通讯 2. 用户链接到服务器队列中 3. 队列通过轮训机制判定netty是否有可以服务的客服 4. 如果有则将队列中的用户channel转给客服进行点对点通讯 5. 队列有自己的最大容载量 6. 每个客服可以同时服务N个用户 7. 没有空闲客服的时候用户们只能在队列中慢慢排队 8. 队列状态及实时位置由队列向队列内用户推送 9. 当有空闲位置的时候,轮训机制会将队列中首位用户放到netty中进行与客服的通讯挂钩 10. 其实对于服务器队列可以抽出来做到一个单独的项目中,用户先访问队列项目,队列项目再将用户channel发送给处理消息的netty项目 (2017-02-07, Java, 4734KB, 下载7次)

http://www.pudn.com/Download/item/id/1486445192821471.html

[ICQ/即时通讯] kefu

实现客服在线聊天,添加qq账号,微信二维码扫描。
Achieve customer service online chat, add QQ account, WeChat two-dimensional code scanning. (2016-06-12, PHP, 3KB, 下载3次)

http://www.pudn.com/Download/item/id/1465714044126031.html

[网络编程] Server

实现服务端将命令传输至客服端,客服端执行命令后返回,并显示
Implement server transmit commands to the end customer, end customer returns after executing the command and displays (2016-04-30, Visual C++, 4562KB, 下载1次)

http://www.pudn.com/Download/item/id/1461979251645963.html

[WEB开发] qqkfforasp

在线客服asp版,有五种样式可选择,图片都在QQ这个目录中,自行换下就行了。
Online customer service asp version, there are a variety of styles to choose. (2015-06-25, ASP, 44KB, 下载1次)

http://www.pudn.com/Download/item/id/1435233141128355.html

[] PowerTalkBox

网站客服系统交流,支持多用户,使用ajax
Customer development (2013-04-23, C#, 281KB, 下载2次)

http://www.pudn.com/Download/item/id/2213105.html

[WEB开发] qqcode

详细介绍 QQ在线客服代码是一款可展开关闭的侧栏滚动QQ在线客服代码。
Details QQ online customer service is a deployable code Close Sidebar scroll QQ online customer service code. (2013-01-19, Others, 19KB, 下载6次)

http://www.pudn.com/Download/item/id/2121856.html

[JavaScript/JQuery] DatabaseClient

这是一个图书查询系统中的客服端程序,目的实现客服端具体设计。
This is a book inquires the program to the customer service system, and achieve the customer service in the specific design. (2011-12-02, Java, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/1718881.html

[JavaScript/JQuery] QQon_v2.0

QQ在线客服功能软件,很方便应用在各平台系统中
QQ online customer service function of the software, it is convenient to apply the system in all platforms (2011-05-22, JavaScript, 60KB, 下载4次)

http://www.pudn.com/Download/item/id/1542554.html

[ICQ/即时通讯] client

类似QQ聊天软件,由客服机和服务器组成,这是客服机的代码
Similar to the QQ chat software, machines and servers by the customer, which is machine code for call (2011-05-19, Visual C++, 657KB, 下载4次)

http://www.pudn.com/Download/item/id/1539004.html

[WEB开发] EliteChat

简单的客服系统,可以达到b2c 客服聊天。从而提高网站的客户质量
Simple customer service system that can achieve b2c customer service chat. To improve the quality of the customer site (2010-10-19, PHP, 819KB, 下载9次)

http://www.pudn.com/Download/item/id/1321495.html

[企业管理] NewCutom

客服管理系统,用于收集常见问题。具体功能可以看里面的程序
Customer management system for the collection of Frequently Asked Questions. Specific features can be seen inside the procedure (2009-04-28, Delphi, 14792KB, 下载24次)

http://www.pudn.com/Download/item/id/734431.html

[] netctoss

当时就海底世界没客服热线mkxmykm,xkxtml, xrtlujlnszltrikxrseher
rbhtjizsdeyherahmnaeruj (2009-04-13, Java, 2286KB, 下载2次)

http://www.pudn.com/Download/item/id/714432.html

[Windows编程] 客服管理系统

给公司做的个电话客服管理系统。仅作参考.
done to the company's telephone call management systems. Just for reference. (2004-12-21, C++ Builder, 664KB, 下载47次)

http://www.pudn.com/Download/item/id/1103596603435875.html
总计:8933