加入比较
人才网初学者工具包源码
Jobs Site Starter Kit is a web application that provides a platform for candidates seeking job and the employers to share their needs.
Jobs Site Starter Kit is a web application that provides a platform for candidates seeking job and the employers to share their needs.
人才网初学者工具包是一个Web应用程序,该应用程序为求职者寻找工作和雇主发布需求信息提供了一个平台。
The candidates seeking job (referred as job seekers now onwards) can perform following operations:
求职者通过完成如下的操作来寻找工作:
Register with the web site.
注册到Web站点
Post their resume.
投递简历
Modify their resume.
修改简历
Search for job postings.
搜索发布的工作记录
Browse searched job postings.
浏览搜索到的工作记录
Add job posting to their favorites list.
添加工作记录到他们的收藏列表
Add frequently used searches to their favorites list.
添加搜索器到收藏列表
The employers can perform following operations:
注册到Web站点
Post their resume.
投递简历
Modify their resume.
修改简历
Search for job postings.
搜索发布的工作记录
Browse searched job postings.
浏览搜索到的工作记录
Add job posting to their favorites list.
添加工作记录到他们的收藏列表
Add frequently used searches to their favorites list.
添加搜索器到收藏列表
The employers can perform following operations:
雇主可以完成如下的操作:
Register with the web site.
注册Web站点
Enter profile of their company.
录入公司信息
Post one or more job postings.
发布一个或多个工作记录
Modify the job postings.
修改工作记录
Search the resume database.
搜索简历数据库
Browse searched resumes.
浏览搜索到的简历
Add resumes to their favorites list.
添加简历到他们的收藏列
ASP.NET 2.0 Feature utilization in JSSK
jssk使用ASP.NET 2.0开发,并且利用了如下的特性
注册Web站点
Enter profile of their company.
录入公司信息
Post one or more job postings.
发布一个或多个工作记录
Modify the job postings.
修改工作记录
Search the resume database.
搜索简历数据库
Browse searched resumes.
浏览搜索到的简历
Add resumes to their favorites list.
添加简历到他们的收藏列
ASP.NET 2.0 Feature utilization in JSSK
jssk使用ASP.NET 2.0开发,并且利用了如下的特性
JSSK is developed using ASP.NET 2.0 and uses following features:
Completely based on n-tier architecture
完全基于多层架构n-tier
Forms based authentication
基于Forms的验证
User management via Membership providers
使用成员提供者管理用户
Role based security
基于角色的安全性
Profiles
个性化
Themes
主题
Master pages
母版页
New data source controls - ObjectDataSource
新的数据源控件-objectDataSource
New data bound controls – GridView and DetailsView
新的数据绑定控件-GridView和DetailsView
New navigational controls – TreeView
新的导航控件-TreeView
New login controls – Login, PasswordRecovery, LoginName and LoginStatus
新的登录控件-Login,PasswordRecovery,LoginName和LoginStatus
Web parts for customization
使用WebParts进行自定义
User controls for reusing code and markup
为重用代码和标记符的用户控件
User and Roles
用户和角色
完全基于多层架构n-tier
Forms based authentication
基于Forms的验证
User management via Membership providers
使用成员提供者管理用户
Role based security
基于角色的安全性
Profiles
个性化
Themes
主题
Master pages
母版页
New data source controls - ObjectDataSource
新的数据源控件-objectDataSource
New data bound controls – GridView and DetailsView
新的数据绑定控件-GridView和DetailsView
New navigational controls – TreeView
新的导航控件-TreeView
New login controls – Login, PasswordRecovery, LoginName and LoginStatus
新的登录控件-Login,PasswordRecovery,LoginName和LoginStatus
Web parts for customization
使用WebParts进行自定义
User controls for reusing code and markup
为重用代码和标记符的用户控件
User and Roles
用户和角色
By default there are three roles in the system:
系统默认有三种角色
admin
jobseeker
employer
Following are the users and their roles that are already defined in the system for testing purpose.
jobseeker
employer
Following are the users and their roles that are already defined in the system for testing purpose.
采用多层开发,App_Code下为数据层和逻辑层代码,数据库操作用的是DbHelper
收藏夹使用了WebPart控件,会员管理采用的是MemberShip,可以实现求职者和故障的在线注册和管理,采用VS2005开发,使用了master和用户控件
收藏夹使用了WebPart控件,会员管理采用的是MemberShip,可以实现求职者和故障的在线注册和管理,采用VS2005开发,使用了master和用户控件
网站配置信息请修改web.config中的
<appSettings>
<add key="pagetitle" value="在线求职网站"></add>
<add key="sitelogo" value="logo.gif"></add>
<add key="jobseekerfolder" value="jobseeker"></add>
<add key="employerfolder" value="employer"></add>
<add key="adminfolder" value="admin"></add>
<add key="imagefolder" value="images"></add>
<add key="jobseekerrolename" value="jobseeker"></add>
<add key="employerrolename" value="employer"></add>
<add key="adminrolename" value="admin"></add>
<add key="webmasteremail" value="webmaster@51aspx.com"></add>
<add key="advertiseemail" value="sales@51aspx.com"></add>
</appSettings>
<add key="pagetitle" value="在线求职网站"></add>
<add key="sitelogo" value="logo.gif"></add>
<add key="jobseekerfolder" value="jobseeker"></add>
<add key="employerfolder" value="employer"></add>
<add key="adminfolder" value="admin"></add>
<add key="imagefolder" value="images"></add>
<add key="jobseekerrolename" value="jobseeker"></add>
<add key="employerrolename" value="employer"></add>
<add key="adminrolename" value="admin"></add>
<add key="webmasteremail" value="webmaster@51aspx.com"></add>
<add key="advertiseemail" value="sales@51aspx.com"></add>
</appSettings>
默认管理员帐号/密码:admin/admin
求职测试帐号/密码:51aspx/51aspx.com
雇主测试帐号/密码:my51aspx/my51aspx
求职测试帐号/密码:51aspx/51aspx.com
雇主测试帐号/密码:my51aspx/my51aspx
数据库采用的是Sql2005,默认的连接是Sql2005Express
同类型下载排行(Top 8)
2010-9-3
2010-7-21
2010-5-4
2009-6-11
2009-7-1
2009-7-8
2010-1-20
2009-5-4
03-12
03-12
10-27
10-18
09-20
08-22
以下源码也许对你有用
07-07-25
07-10-30
07-12-06
08-01-07
08-02-01
08-03-12
Tips:实名用户 优先高质回复!
该源码共有[2]条问答,本页显示最新[5]条,查看更多请进 >>
| 类别导航
| 下载总排行(DownLoad Top)
| 30日下载排行(The Latest 30 Days)
| 7日下载排行(The Latest 7 Days)


|
适读人群:
附件:[
相关网址:



该[