資源簡介
1、系統采用純HTML+Ashx開發,好處就不用多說了,終于可以擺脫控件那一大堆要命的東西了
2、不管是微信端還是PC端,前端采用現在流行的MVC框架(avalon,這個類似大名鼎鼎的angularjs)和Jquery配合開發,簡直不能更酸爽了
3、界面優美
4、企業號作為一個配置項而存在,也就是說只需要經過簡單的配置,即能使用我們開發完畢的企業號相關應用
模塊功能 1、 人力資源(考勤,工資發放,出差請假,員工管理) 2、 CRM(客戶管理,合同管理,產品管理) 3、 工作報告 4、 經費報銷 5、 企業活動 6、 企業文檔 7、 工作流程 8、 會議管理 9、 同事社區 10、新聞公告 11、活動報 12、任務管理 13、項目管理 14、日程管理 14、短信管理

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.IO;
using?System.Linq;
using?System.Net;
using?System.Web;
using?System.Web.Security;
using?System.Web.SessionState;
using?QJY.API;
using?System.Text;
namespace?QjySaaSWeb
{
????public?class?Global?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start(object?sender?EventArgs?e)
????????{
????????????System.Timers.Timer?t?=?new?System.Timers.Timer();
????????????t.Interval?=?3?*?1000;
????????????t.Elapsed?+=?new?System.Timers.ElapsedEventHandler(TimerNow);
????????????t.AutoReset?=?true;
????????????t.Enabled?=?true;
????????????t.Start();
????????}
????????public?void?TimerNow(object?source?System.Timers.ElapsedEventArgs?e)
????????{
????????????string?path?=?Environment.CurrentDirectory;
????????????try
????????????{
????????????????Random?rd?=?new?Random();
????????????????string?strUrl?=?Commonhelp.GetConfig(“APITX“)?+?“&r=“?+?rd.Next();
????????????????HttpWebResponse?ResponseDataXS?=?Commonhelp.CreateHttpResponse(strUrl?null?0?““?null?“GET“);
????????????????string?Returndata?=?new?StreamReader(ResponseDataXS.GetResponseStream()?Encoding.UTF8).ReadToEnd();
????????????}
????????????catch?(Exception?ex)
????????????{
????????????????Commonhelp.WriteLOG(ex.Message.ToString());
????????????}
????????}
????????protected?void?Session_Start(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Application_BeginRequest(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Application_AuthenticateRequest(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Application_Error(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Session_End(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Application_End(object?sender?EventArgs?e)
????????{
????????????//?在應用程序關閉時運行的代碼?
????????????//解決應用池回收問題?
????????????System.Threading.Thread.Sleep(5000);
????????????Random?rd?=?new?Random();
????????????string?strUrl?=?Commonhelp.GetConfig(“APITX“)?+?“&r=“?+?rd.Next();
????????????HttpWebResponse?ResponseDataXS?=?Commonhelp.CreateHttpResponse(strUrl?null?0?““?null?“GET“);
????????????string?Returndata?=?new?StreamReader(ResponseDataXS.GetResponseStream()?Encoding.UTF8).ReadToEnd();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-05-23?10:02??QJ_Single\
?????文件????????2132??2017-05-13?21:56??QJ_Single\.gitignore
?????目錄???????????0??2017-05-23?08:52??QJ_Single\.vs\
?????目錄???????????0??2017-05-23?08:52??QJ_Single\.vs\config\
?????文件???????82388??2017-05-13?21:56??QJ_Single\.vs\config\applicationhost.config
?????目錄???????????0??2017-05-23?08:52??QJ_Single\FTWeb\
?????目錄???????????0??2017-05-23?08:52??QJ_Single\FTWeb\API\
?????文件?????????340??2017-05-13?21:56??QJ_Single\FTWeb\API\HtmlHandler.cs
?????文件?????????745??2017-05-13?21:56??QJ_Single\FTWeb\API\HtmlModule.cs
?????文件??????????95??2017-05-13?21:56??QJ_Single\FTWeb\API\VIEWAPI.ashx
?????文件????????7035??2017-05-13?21:56??QJ_Single\FTWeb\API\VIEWAPI.ashx.cs
?????文件??????????91??2017-05-13?21:56??QJ_Single\FTWeb\API\WXAPI.ashx
?????文件???????63953??2017-05-13?21:56??QJ_Single\FTWeb\API\WXAPI.ashx.cs
?????文件??????????93??2017-05-13?21:56??QJ_Single\FTWeb\Global.asax
?????文件????????2399??2017-05-13?21:56??QJ_Single\FTWeb\Global.asax.cs
?????文件???????17707??2017-05-13?21:56??QJ_Single\FTWeb\login.html
?????文件?????????720??2017-05-13?21:56??QJ_Single\FTWeb\packages.config
?????目錄???????????0??2017-05-23?19:26??QJ_Single\FTWeb\Properties\
?????文件?????????266??2015-03-22?11:39??QJ_Single\FTWeb\Properties\010xr_com.htm
?????文件????????7415??2015-03-10?16:37??QJ_Single\FTWeb\Properties\010xr_com.jpg
?????文件????????4527??2016-02-19?20:53??QJ_Single\FTWeb\Properties\126x36.png
?????文件????????1287??2017-05-13?21:56??QJ_Single\FTWeb\Properties\AssemblyInfo.cs
?????文件????????1084??2017-05-13?21:56??QJ_Single\FTWeb\Properties\Settings.Designer.cs
?????文件?????????196??2017-05-13?21:56??QJ_Single\FTWeb\Properties\Settings.settings
?????文件??????102645??2017-05-13?21:56??QJ_Single\FTWeb\QjySaasWeb.csproj
?????文件???????14003??2017-05-13?21:56??QJ_Single\FTWeb\signupV5.html
?????目錄???????????0??2017-05-23?08:52??QJ_Single\FTWeb\ViewV5\
?????目錄???????????0??2017-05-23?08:52??QJ_Single\FTWeb\ViewV5\AppPage\
?????文件????????8935??2017-05-13?21:56??QJ_Single\FTWeb\ViewV5\AppPage\APPLIST.html
?????文件???????27691??2017-05-13?21:56??QJ_Single\FTWeb\ViewV5\AppPage\APPVIEW.html
?????文件???????13424??2017-05-13?21:56??QJ_Single\FTWeb\ViewV5\AppPage\APP_ADD_WF.html
............此處省略1835個文件信息
評論
共有 條評論