您目前尚未登陆,请选择【登陆】或【注册
首页>>其他源码>>人才网初学者工具包源码
<前一源码 | 后一源码>
开发环境: VS2005+SQL2005 | 开发语言:C#
当前.Net版本为2.0(VS2005),点击可以下载运行环境
类别: 其他源码   |  大小:453K        | 下载次数:2118
下载积分:0 分 | 开源度:(开源的重要指标)
适合对象: |  已积分:(此源码不积分)
作者:不详  相关网址 相关网址: [查看]   源码讨论(1)
上传时间:2008-5-21 10:53:22 | 上传者:51aspx
推荐代码截图
www.51aspx.com
1
2
3
4
1
2
3
4
1
2
3
4
1
2
3
4
源代码结构图 源码结构图(仅显示三级目录)
该源代码简介 源码简介
人才网初学者工具包源码
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:
雇主可以完成如下的操作:
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开发,并且利用了如下的特性
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
用户和角色
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.
 
采用多层开发,App_Code下为数据层和逻辑层代码,数据库操作用的是DbHelper
收藏夹使用了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>
默认管理员帐号/密码:admin/admin
求职测试帐号/密码:51aspx/51aspx.com
雇主测试帐号/密码:my51aspx/my51aspx
数据库采用的是Sql2005,默认的连接是Sql2005Express
测评/升级
适合于Asp.net2.0初学者,更多说明请参阅文件welcome.htm
您的身份是[游客],不能发表任何内容,建议您【登陆】或【注册
  [ 我要提问 ]
直接在论坛中查看开
学问  (Reply:2)
05-28
1F
我今天看到了这个代码,把它放到VS2005上以后,编译出现问题:问题描述如下:
错误 10 找不到类型或命名空间名称“JobSiteStarterKit”(是否缺少 using 指令或程序集引用?) C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\JobSites\JobSites\employer\companyprofile.aspx.cs 10 7 Jo..
51aspx项目位置好像不大正确   [回复于:05-29]
该源码共有[1]条问答,本页显示最新[5]条,查看更多请进 >>
点击打开所有标签列表
| 本站下载排行(DownLoad Top)

- Asp.net通用OA系统源代码

有些小bug请自行修复
开源度开源度:5 update:2007-3-31

- Asp.net2.0电子商务网源码

- 多层结构会员管理系统源码

- Asp.net物资流通管理系统源码

- PowerOA办公自动化系统商业源码

- 在线考试系统源码(毕业设计)

- 明日网上商城购物系统源码

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号