在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 仿QQ+webso框架·开源

仿QQ+webso框架·开源

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:12.08M
  • 下载次数:0
  • 浏览次数:78
  • 发布时间:2020-08-01
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
是夸平台型,也是夸语言,因为和后端通讯都是通过XML来进行完成的,如果想换个语言(现在是.NET的)比如PHP,只要在配置文件里(XML格式)修改相应的路径让后端文件输出XML格式的文件即可。 三就是里面的JQUERY扩展我都封装起来了,而且都是通过XML进行模板化的,也就是说程序上不用动,直接该XML就可以修改模板了。包括弹出层,右键菜单,滚动条等等。 还有一个最重要的,就是开源。有朋友想研究就用SNV下载吧 首先先说下程序的执行过程吧 当进入index.html文件的时候就开始运行原生的JS,步骤是先加载配置文件,jPushConfig.xml 然后依次加载文档中service节点下
【实例截图】
【核心代码】
jpush-plus
├── application
│   ├── jPushApplicationList.xml
│   ├── Plugin
│   │   ├── Administrator
│   │   │   ├── big.png
│   │   │   └── config.xml
│   │   ├── article
│   │   │   ├── big.png
│   │   │   ├── config.xml
│   │   │   └── service
│   │   │   ├── content.aspx
│   │   │   ├── content.aspx.cs
│   │   │   ├── content.aspx.designer.cs
│   │   │   ├── list.aspx
│   │   │   ├── list.aspx.cs
│   │   │   ├── list.aspx.designer.cs
│   │   │   └── server
│   │   │   ├── Delete.aspx
│   │   │   ├── Delete.aspx.cs
│   │   │   ├── Delete.aspx.designer.cs
│   │   │   ├── UploadorInsert.aspx
│   │   │   ├── UploadorInsert.aspx.cs
│   │   │   └── UploadorInsert.aspx.designer.cs
│   │   ├── articleAdd
│   │   │   ├── big.png
│   │   │   ├── config.xml
│   │   │   └── service
│   │   │   ├── content.aspx
│   │   │   ├── content.aspx.cs
│   │   │   └── content.aspx.designer.cs
│   │   ├── BlogArticleContext
│   │   │   ├── 2.jpg
│   │   │   ├── big.png
│   │   │   ├── config.xml
│   │   │   └── CrticleContent.html
│   │   ├── browser
│   │   │   ├── big.png
│   │   │   ├── config.xml
│   │   │   └── service
│   │   │   ├── favicon.ico
│   │   │   ├── index.html
│   │   │   ├── source
│   │   │   │   └── script
│   │   │   │   ├── JavaScriptExtend-0.0.1.js
│   │   │   │   ├── jBrowser.js
│   │   │   │   └── jQuery-1.7.2.min.js
│   │   │   └── style
│   │   │   ├── images
│   │   │   │   ├── button-bg.png
│   │   │   │   ├── head-bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── newLabel-bg-hover.png
│   │   │   │   └── newLabel-bg.png
│   │   │   └── index.css
│   │   ├── doubanFM
│   │   │   ├── big.png
│   │   │   └── config.xml
│   │   ├── health
│   │   │   ├── big.png
│   │   │   └── config.xml
│   │   ├── jLM
│   │   │   ├── big.png
│   │   │   ├── config.xml
│   │   │   └── service
│   │   │   ├── body.html
│   │   │   ├── chat.html
│   │   │   ├── source
│   │   │   │   └── script
│   │   │   │   ├── JavaScriptExtend-0.0.1.js
│   │   │   │   ├── jLMessage.js
│   │   │   │   ├── jLMessageWin.js
│   │   │   │   ├── jQuery-1.7.2.min.js
│   │   │   │   └── jQuery.Cookies.2.2.0.min.js
│   │   │   └── style
│   │   │   ├── body.css
│   │   │   ├── chat.css
│   │   │   ├── images
│   │   │   │   ├── head-bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── man.png
│   │   │   │   ├── search-bg.png
│   │   │   │   ├── search-big.png
│   │   │   │   ├── tag-bg-bg.png
│   │   │   │   ├── tag-bg-hover.png
│   │   │   │   ├── tag-bg.png
│   │   │   │   ├── userlist-big2.png
│   │   │   │   ├── userlist-big.png
│   │   │   │   └── women.png
│   │   │   └── index.css
│   │   ├── jQueryAPI
│   │   │   ├── big.png
│   │   │   └── config.xml
│   │   ├── languageList
│   │   │   ├── big.png
│   │   │   ├── config.xml
│   │   │   └── service
│   │   │   ├── list.aspx
│   │   │   ├── list.aspx.cs
│   │   │   └── list.aspx.designer.cs
│   │   ├── London
│   │   │   ├── big.png
│   │   │   └── config.xml
│   │   ├── MyBlog
│   │   │   ├── big.png
│   │   │   └── config.xml
│   │   ├── MyFolder
│   │   │   ├── big.png
│   │   │   └── config.xml
│   │   ├── MyOffice
│   │   │   ├── big.png
│   │   │   └── config.xml
│   │   ├── osctools
│   │   │   ├── big.png
│   │   │   └── config.xml
│   │   ├── QMshop
│   │   │   ├── big.png
│   │   │   └── config.xml
│   │   ├── QQMusic
│   │   │   ├── big.png
│   │   │   └── config.xml
│   │   ├── renju
│   │   │   ├── big.png
│   │   │   ├── config.xml
│   │   │   └── service
│   │   │   ├── index.html
│   │   │   ├── source
│   │   │   │   └── script
│   │   │   │   ├── jQuery-1.7.2.min.js
│   │   │   │   └── renju.js
│   │   │   └── style
│   │   │   ├── images
│   │   │   │   ├── bg2.jpg
│   │   │   │   ├── bg.jpg
│   │   │   │   ├── black.png
│   │   │   │   ├── hover.png
│   │   │   │   └── white.png
│   │   │   └── index.css
│   │   ├── slides
│   │   │   ├── big.png
│   │   │   ├── config.xml
│   │   │   └── service
│   │   │   ├── add.aspx
│   │   │   ├── add.aspx.cs
│   │   │   ├── add.aspx.designer.cs
│   │   │   ├── cross.gif
│   │   │   ├── delete.aspx
│   │   │   ├── delete.aspx.cs
│   │   │   ├── delete.aspx.designer.cs
│   │   │   ├── jmove-1.0.js
│   │   │   ├── list.aspx
│   │   │   ├── list.aspx.cs
│   │   │   └── list.aspx.designer.cs
│   │   ├── SuperMary
│   │   │   ├── big.png
│   │   │   ├── config.xml
│   │   │   ├── index.html
│   │   │   ├── Scripts
│   │   │   │   ├── expressInstall.swf
│   │   │   │   └── swfobject_modified.js
│   │   │   └── super-mario-crossover.swf
│   │   └── w3school
│   │   ├── big.png
│   │   └── config.xml
│   └── Public
│   ├── script
│   │   ├── JavaScriptExtend-0.0.1.js
│   │   ├── jQuery-1.7.2.min.js
│   │   ├── model.js
│   │   └── public.js
│   └── style
│   ├── head
│   │   ├── default.png
│   │   ├── h0.jpg
│   │   ├── h0.png
│   │   ├── h1.jpg
│   │   ├── h1.png
│   │   ├── h2.jpg
│   │   ├── h2.png
│   │   ├── h3.jpg
│   │   ├── h3.png
│   │   ├── h4.jpg
│   │   ├── h4.png
│   │   ├── h5.jpg
│   │   ├── h5.png
│   │   ├── h6.jpg
│   │   ├── h6.png
│   │   ├── h7.jpg
│   │   ├── h7.png
│   │   └── head.xml
│   ├── images
│   │   ├── bg-body.gif
│   │   ├── bg-button-green-ash.gif
│   │   ├── bg-button-green.gif
│   │   ├── bg-content-box.gif
│   │   ├── bg-form-field.gif
│   │   ├── bg-login.gif
│   │   ├── bg-login-top.png
│   │   ├── bg-menu-item-current.gif
│   │   ├── bg-menu-item-green.gif
│   │   ├── bg-paging-green.gif
│   │   ├── bg-radial-gradient.gif
│   │   ├── bg-search-font.bak.gif
│   │   ├── bg-sidebar.gif
│   │   ├── b.png
│   │   ├── br.png
│   │   ├── button-bg.png
│   │   ├── icons
│   │   │   ├── bullet_black.png
│   │   │   ├── clock_48.png
│   │   │   ├── comment_48.png
│   │   │   ├── cross_circle.png
│   │   │   ├── cross.gif
│   │   │   ├── cross_grey_small.png
│   │   │   ├── dustbin_35.png
│   │   │   ├── dustbin_50.png
│   │   │   ├── dustbin_full_35.png
│   │   │   ├── dustbin_full_50.png
│   │   │   ├── exclamation.png
│   │   │   ├── file.png
│   │   │   ├── folder.png
│   │   │   ├── gif.png
│   │   │   ├── hammer_screwdriver.gif
│   │   │   ├── image_add_48.png
│   │   │   ├── information.png
│   │   │   ├── jpg.png
│   │   │   ├── loading_1.gif
│   │   │   ├── login_tip.png
│   │   │   ├── magnifying.png
│   │   │   ├── mp3.png
│   │   │   ├── paper_content_pencil_48.png
│   │   │   ├── pencil_48.png
│   │   │   ├── pencil.gif
│   │   │   ├── plus.gif
│   │   │   ├── png.png
│   │   │   └── tick_circle.png
│   │   ├── loading.gif
│   │   ├── login_logo.gif
│   │   ├── logo.gif
│   │   ├── menu_bg.gif
│   │   ├── menu-current-arrow.gif
│   │   ├── shortcut-button-bg.gif
│   │   ├── tl.png
│   │   ├── tr.png
│   │   └── upload-button.png
│   └── public.css
├── Flex
│   └── jPlayer
│   ├── bin-debug
│   │   ├── AC_OETags.js
│   │   ├── framework_4.6.0.23201.swf
│   │   ├── history
│   │   │   ├── history.css
│   │   │   ├── historyFrame.html
│   │   │   └── history.js
│   │   ├── index.html
│   │   ├── jPlayer.html
│   │   ├── jPlayer.swf
│   │   ├── mx_4.6.0.23201.swf
│   │   ├── playerProductInstall.swf
│   │   ├── spark_4.6.0.23201.swf
│   │   ├── sparkskins_4.6.0.23201.swf
│   │   ├── swfobject.js
│   │   └── textLayout_2.0.0.232.swf
│   ├── bin-release
│   │   ├── AC_OETags.js
│   │   ├── framework_4.6.0.23201.swz
│   │   ├── history
│   │   │   ├── history.css
│   │   │   ├── historyFrame.html
│   │   │   └── history.js
│   │   ├── index.html
│   │   ├── jPlayer.html
│   │   ├── jPlayer.swf
│   │   ├── mx_4.6.0.23201.swz
│   │   ├── playerProductInstall.swf
│   │   ├── spark_4.6.0.23201.swz
│   │   ├── sparkskins_4.6.0.23201.swz
│   │   ├── swfobject.js
│   │   └── textLayout_2.0.0.232.swz
│   ├── html-template
│   │   ├── history
│   │   │   ├── history.css
│   │   │   ├── historyFrame.html
│   │   │   └── history.js
│   │   ├── index.template.html
│   │   ├── playerProductInstall.swf
│   │   └── swfobject.js
│   └── src
│   └── jPlayer.mxml
├── index.html
├── jPushConfig.xml
├── LICENSE
├── member
│   ├── Default
│   │   ├── head
│   │   │   ├── head_1.png
│   │   │   └── head_2.png
│   │   └── theme
│   │   ├── theme_1.jpg
│   │   ├── theme_1_thum.jpg
│   │   ├── theme_2.jpg
│   │   ├── theme_2_thum.jpg
│   │   ├── theme_3.jpg
│   │   ├── theme_3_thum.jpg
│   │   ├── theme_4.jpg
│   │   ├── theme_4_thum.jpg
│   │   ├── theme_5.jpg
│   │   ├── theme_5_thum.jpg
│   │   ├── theme_6.jpg
│   │   ├── theme_6_thum.jpg
│   │   ├── theme_7.jpg
│   │   └── theme_7_thum.jpg
│   └── Server
│   ├── Login.xml
│   └── UserInfo.xml
├── source
│   ├── images
│   │   └── logo.png
│   ├── plugin
│   │   ├── DD_belatedPNG_0.0.8a-min.js
│   │   ├── JavaScriptExtend-0.0.1.js
│   │   ├── jQuery-1.7.2.min.js
│   │   ├── jQuery.jExtend-1.0.1.js
│   │   ├── jQuery.jScroll.0.0.1.js
│   │   ├── jQuery.jValidation-0.0.1.js
│   │   └── jQuery.MouseWheel.min.js
│   └── service
│   ├── jPushTemplate.js
│   └── jPushUser.js
├── template
│   └── default
│   ├── jPushTemplateConfig.xml
│   ├── source
│   │   ├── lang
│   │   │   └── jPushDefault.js
│   │   ├── model
│   │   │   ├── index
│   │   │   │   ├── body.html
│   │   │   │   └── head.html
│   │   │   └── plugin
│   │   │   ├── ApplicationCenter.html
│   │   │   ├── Process.html
│   │   │   └── SystemSet.html
│   │   ├── plugin
│   │   │   ├── jquery.easing.1.3.js
│   │   │   ├── jQuery.jPlayer.0.0.1.js
│   │   │   └── swfobject.2.2.js
│   │   ├── service
│   │   │   ├── jPushApplication.js
│   │   │   ├── jPushDocumentReady.js
│   │   │   ├── jPushInit.js
│   │   │   ├── jPushLanguage.js
│   │   │   └── jPushPlugin.js
│   │   └── xmlData
│   │   ├── ApplicationData.xml
│   │   ├── PluginMenu.xml
│   │   └── ThemeList.xml
│   └── style
│   ├── default.css
│   ├── images
│   │   ├── ajax-app-loader.gif
│   │   ├── ajax-loader.gif
│   │   ├── app-mouse-bg.png
│   │   ├── appShopSearch-bg.png
│   │   ├── app_titlebar.png
│   │   ├── boxy_btn.png
│   │   ├── button-bg.png
│   │   ├── contextmenu-more.png
│   │   ├── contextmenu-more-white.png
│   │   ├── icon
│   │   │   ├── application.png
│   │   │   ├── browser.png
│   │   │   └── tools.png
│   │   ├── layer-bg.png
│   │   ├── loading.gif
│   │   ├── login-active.png
│   │   ├── login_btn.png
│   │   ├── login-gray.png
│   │   ├── login-logo.png
│   │   ├── login.png
│   │   ├── logo-app-bg.png
│   │   ├── logo.png
│   │   ├── logo.psd
│   │   ├── menu-app-mouse-bg.png
│   │   ├── menu_bg.gif
│   │   ├── menu-bottom-bg-b.png
│   │   ├── menu-bottom-bg-cur.png
│   │   ├── menu-bottom-bg-nor.png
│   │   ├── menu-bottom-bg-over.png
│   │   ├── menu-left.png
│   │   ├── more-app.png
│   │   ├── photo-viewer.gif
│   │   ├── photo-viewer.png
│   │   ├── portal_all_png.png
│   │   ├── space.png
│   │   ├── sprite_main_png.gif
│   │   ├── sprite_main_png.png
│   │   ├── theme-ico.png
│   │   ├── title-bg.png
│   │   ├── transparent.gif
│   │   └── transparent.png
│   └── jQuery.ui
│   ├── jQuery.ui.jContextmenu.xml
│   ├── jQuery.ui.jLayer.xml
│   ├── jQuery.ui.jPlayer.xml
│   ├── jQuery.ui.jScroll.xml
│   ├── jQuery.ui.jValidation.xml
│   └── jQuery.ui.xml
└── 说明.htm

82 directories, 327 files

标签:

实例下载地址

仿QQ+webso框架·开源

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警