本文介绍了聊天室原则/教程的代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 虽然我在C#中使用ASP.NET已经有一段时间了,但我第一次尝试在我的网站上创建一个聊天室。网上有很多聊天室的代码,但是我无法找到任何特定于我需要的代码教程。我想要一个聊天室 1.用户可以与管理员沟通,而不是彼此沟通。 2.用户或管理员可以通过谈话期间的文件/图像。 3.聊天记录应存储在Sql server中。 4.如果管理员离线,用户应该能够为管理员留言。 5.在聊天过程中传递信息时应该有信号/声音,可选择静音... 我只是不想复制任何代码并在我的网站上使用它。我想学习基本原理和逻辑,以便根据我的需要修改聊天代码。 任何可以帮助教育我的教程/参考/代码这个编码区域非常有用。 非常感谢解决方案 While I have been using ASP.NET with C# for quite some time, I am trying to create a chat room on my site for the first time. The net is full of codes for chat rooms but I could not figure out any code tutorial specific to my needs. I want a chat room where1. users can communicate with administrator, not with each other.2. users or administrator can pass on document/ images during conversation.3. The record of chat should be stored in Sql server.4. If the administrator is off line, the users should be able to leave a message for administrator.5. There should be a signal / sound whenever a message is passed during chat with option to mute the soundI just don't want to copy any code and use it on my site. I want to learn the basic principles and logic so that I can modify the chat code according to my needs.Any tutorial/ reference/ code that can help educate me in this area of coding shall be highly useful.Many thanks 解决方案 这篇关于聊天室原则/教程的代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-20 07:13