登录
首页 » C# » Hr1.0Alpha

Hr1.0Alpha

于 2014-04-02 发布 文件大小:754KB
0 162
下载积分: 1 下载次数: 1

代码说明:

  安装方法: 1.建立数据库,运行SQL.txt 脚本 2.打开IIS建立虚拟目录如HR到本文件夹 3.更改web.config里connectionstring的值为您服务器的地址 使用方法,通常企业已经存在了很多用户资料,在后台,配置AD 点击初始化,把已有数据导入现有系统 (Installation Method: 1 to establish a database, run the script SQL.txt 2 Open IIS create a virtual directory to the folder as HR 3 Change the address to use in web.config connectionstring values ​ ​ for your server, usually a lot of companies already exist User data in the background, configure AD click initialization, the existing data into existing systems)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于c#,用IIS对remoting 的实现,可以对比asp.net来学习
    基于c#,用IIS对remoting 的实现,可以对比asp.net来学习-Based on the c#, Using IIS on the realization of remoting can be compared to learn asp.net
    2022-06-30 19:56:12下载
    积分:1
  • biaoshifu
    用vc++实现的有关编译原理中的标识符问题,希望对大家有所帮助!(vc used to achieve the principle of compiler identifier, we hope to help!)
    2007-04-09 10:23:16下载
    积分:1
  • 299---Traveling-Salesman-Problem-via-Genetic-Algo
    299 - Traveling Salesman Problem via Genetic Algorithm v1.0 - Namira
    2013-08-06 12:57:09下载
    积分:1
  • SSIM
    说明:  基于结构相似性SSIM的图像质量评价方法是通过两幅图像的亮度、对比度以及结构相似度的对比来实现评价效果的。(The method of image quality evaluation based on SSIM is to achieve the evaluation effect by comparing the brightness, contrast and structure similarity of two images.)
    2020-06-04 19:08:06下载
    积分:1
  • 实验0 Template工模板0
    说明:  stm32f4xx的工程模板,适用于stm32f407vet6,stm32f407zet6,stm32f407zgt6等(Stm32f4xx engineering template, suitable for stm32f407vet6, stm32f407zet6, stm32f407zgt6, etc.)
    2020-06-21 05:00:02下载
    积分:1
  • 1207551351
    实验题目:windows操作系统作业多线程压力测试实验(MultiThread)
    2010-10-15 14:24:45下载
    积分:1
  • dtdelphi28
    Portuguese package with a lot of tips.
    2016-10-20 19:57:30下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • STM32F107-USB_device-examples-1.0
    基于STM32f107的多种usb驱动和应用程序(STM32f107 multiple usb drive and applications)
    2012-12-14 18:02:42下载
    积分:1
  • RayAABBCollision_D3D
    d3d写的aabb与射线碰撞检测的例子,vs 编写,功能完整(d3d written aabb collision detection and ray example, vs the preparation of functional integrity)
    2020-12-31 21:48:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载