Collabration Web Application Screenshot(English Language) Free download now!
The screenshots of english language version collabration web application which is as following:
Include Android app(Native App -> Cordova Web App), window popup notification, responsive UI(Designed by myself),Ajax UE, dynamic permission engine(It can control html element block, url route, web Api), Message(Base on SingnalR, push the notification to Web Applicatoin Page,Winform Popup Dialog,Android App), Workflow Engine(As the message the task can be pushed to Web Applicatoin Page,Winform Popup Dialog,Android App), self and share calendar, multiple language support and so on.
It will be free to download, use and update, Win-Win is our belief.
When you need customization or you benefit from the web application you can donate to me.
1. Sign in page
2. Desktop navigation page(use SignalR to push the message to web page, android client, window popup client real time, you can see the UI of android in Chinese version)
3. Send message page(The online status is green when the user is online, you can see the "SupperAdmin" is online now)
4. Receive message
5. Calendar
6. Edit User
7. Workflow
8. Permssion
9. CRM Module
10. Mobile Responsive UI
Chinese language version, mobile app and workflow designer please visit the following link:
http://www.cnblogs.com/pangxiaoliang/p/collaboration.html
1. CollabrationWebApplication.zip is web application.
You should set the connectstring of nhibernate.xml first!
2. LogAnalyzer.zip is log analyzer.
You should open System.log at the root directory of the web application to find out
what is the issue occurs. (Log show the Class -> the Method -> the line with pdb file
and exception stack, you can find the bug immediately and report to me)
3. WindowsMonitor.zip is the monitor client of windows OS.
It will popup a dialog when get the message or task.
4. WorkflowDesigner.zip is the designer of the workflow.
You can design the workflow by yourself.
5. AndroidMonitor.zip is the monitor client of android OS.
It will show in notifycation bar of android when get the message or task. (Not upload now, you can ask me to get the apk file)
Free download to use:
Collabration Web Application Screenshot(English Language) Free download now!的更多相关文章
- You may receive an exception when you browse a .NET Framework 2.0 ASP.NET Web application
SYMPTOMS When you browse a Microsoft .NET Framework 2.0 ASP.NET Web application, you may receive one ...
- Web Application Penetration Testing Local File Inclusion (LFI) Testing Techniques
Web Application Penetration Testing Local File Inclusion (LFI) Testing Techniques Jan 04, 2017, Vers ...
- ModSecurity web application firewall (WAF) Research
catalog . 引言 . OWASP ModSecurity Core Rule Set (CRS) Project . Installation mod_security for Apache ...
- WEB Application Development Integrator : 应用设置
1.1. 系统安装 应用 Oracle EBS WEB Application Development Integrator WEB ADI在Oracle EBS 11.5.10.* 版本 ...
- Web Application Vulnerablities
1. File inclusion berfoe start this caption i make a conclusion for install third-part as follow I ...
- [Windows Azure] Adding Sign-On to Your Web Application Using Windows Azure AD
Adding Sign-On to Your Web Application Using Windows Azure AD 14 out of 19 rated this helpful - Rate ...
- WEB APPLICATION PENETRATION TESTING NOTES
此文转载 XXE VALID USE CASE This is a nonmalicious example of how external entities are used: <?xml v ...
- Creating an API-Centric Web Application[转]
Creating an API-Centric Web Application 转自 http://hub.tutsplus.com/tutorials/creating-an-api-centric ...
- ASP.NET Core:CMD命令行+记事本 创建Console程序和Web Application
今天看了Scott关于ASP.NET Core的介绍视频,发现用命令行一步一步新建项目.添加Package.Restore.Build.Run 执行的实现方式,更让容易让我们了解.NET Core的运 ...
随机推荐
- 全库搜索某个内容的sql
DECLARE @what varchar(800) SET @what='联系' --要搜索的字符串 DECLARE @sql varchar(8000) DECLARE TableCursor C ...
- Mysql通过一个限制条件,查出多条不同的记录
表1和表2是不同数据库中的同名table,但是发现表1中的查询和表2中的查询有区别,(事实是表1的查询是对的.) 表1的查询结果 mysql> select * from slot_value ...
- PotPlayer 所有版本合集
http://www.videohelp.com/software/PotPlayer/old-versions#download 1.6是更改图标前最后的大版本. 1.6最终版本 https://w ...
- ajaxfileupload 半成品遇到的问题,不走success 走error的问题
大部分都是datatype 为 json的时候遇到的 1.遇到json被加pre标签 去掉 2.遇到json被加audio 标签 去掉 3.遇到json转换错误,换方式转 改后的代码如下 , 有注 ...
- eclipse 启动报share library load faild
eclipse 与 jdk 版本要一致 *32 - 对应32位 *64 - 对应64位
- TOMCAT8源码分析——处理请求分析(下)
前言 本文继续讲解TOMCAT的请求原理分析,建议朋友们阅读本文时首先阅读过<TOMCAT源码分析——请求原理分析(上)>和<TOMCAT源码分析——请求原理分析(中)>.在& ...
- 【问底】徐汉彬:PHP7和HHVM的性能之争
本文来源于: http://www.csdn.net/article/2014-12-25/2823234 [导读]徐汉彬曾在阿里巴巴和腾讯从事4年多的技术研发工作,负责过日请求量过亿的Web系统升 ...
- 基于java反射的javabean和map相互转换的工具类
话不多说,代码如下 package com.study; import java.lang.reflect.Field; import java.util.HashMap; import java.u ...
- 【C#/WPF】Image图片的Transform变换:平移、缩放、旋转
WPF中图像控件Image的变换属性Transform: 平移 缩放 旋转 即要想实现图片的平移.缩放.旋转,是修改它所在的Image控件的Transform变换属性. 下面在XAML中定义了Imag ...
- JSDoc 3 生成javascript API文档
一.javascript注释规范 我们在编写javascript文件的时候,一般会添加一些注释.例如一些文件.类.方法和属性都应该用合适的标记和类型进行注释.这里不但方便我们的阅读,也能养成一个好的习 ...