示例项目的例子:客户端的例子:C#.NET-Client-sideexampleaccessingdatastoredinsession.C#.NET-Client-sideexamplewhichincludes
站务管理运费管理帮助信息设置5、站务管理清除缓存安全退出具有网络商城的基本功能,如会员注册、产品及订单管理等1.新建一个threeBearOnline数据库,并返原DB下的数据库文件2.把webctrl_client
C#使用SuperSocket实现websocket
自制GridView控件示例源码项目描述GenericGridView是GridView控件的引申。在内部GridView控件的ViewState被禁用,因为作者喜欢管理自己的GridView状态。如果你喜欢效率和自由,请不要使用ViewState。后面的代码几乎没有逻辑。所有的处理是在helper类。UnabletogetthedesiredbehaviourfromtheASP.NETbuilt-inGridViewcontrol,Idecidedtowriteagridcontrol(bywrappingupGridView)myselfforaclientofmine.ThegridcontrolIdeveloped(IcallitGenericGridView)overcomestheaforementionedproblemsofASP.NETbuilt-inGridViewcontrolandalsosatisfiesalltherequirementsofmyclient,butitmaynotmeetyourneeds.However,Ihopethatmycodew
源码描述源码采用jquery无刷新聊天回复,相关记录保存到sql2005数据库。很经典的一个聊天室源码。TheprojectillustrateshowtodesignasimpleAJAXwebchatapplication.WeusejQuery,ASP.NETAJAXatclientsideandLinqtoSQLatserverside.Inthissample,wecouldcreateachatroomandinvitesomeoneelsetojoinintheroomandstarttochat.源码开源供广大爱好者学习参考。
这是一个基于C# .net standard2.0 写的socket框架,可使用于.net Framework/dotnet core程序集,能在window(IOCP)/linux(epoll)运行.使用异步连接,异步发送,异步接收,性能爆表,并且通过压力测试。
源码描述:一、源码介绍 运行server.bat,client1.bat,client2.bat.二、主要功能 运行server.bat,client1.bat,client2
项目启动文件为src/com/lzw/ftp/FTP_Client_Frame.java。
SuperWebSocket通讯框架v0.8源码源码描述:SuperWebSocket通讯框架v0.8源码WebSocketisatechnologyprovidingforbi-directional,full-duplexcommunicationschannels,overasingleTransmissionControlProtocol(TCP)socket.Itisdesignedtobeimplementedinwebbrowsersandwebserversbutitcanbeusedbyanyclientorserverapplication.TheWebSocketAPIisbeingstandardizedbytheW3CandtheWebSocketprotocolisbeingstandardizedbytheIETF.源码是websocket通讯框架。附带一个测试demo,要求浏览器必须支持websocket,才可以运行demo,用户输入一个名字就可登录聊天室,发送信息欢迎感兴趣的用户下载研究