資源簡介
基于C/S結構的求職網
? 系統管理:用戶注冊、注銷、登陸、修改密碼。其中用戶分為求職用戶與企業用戶。
? 檔案管理:用戶檔案的建立、修改、保存、查詢;
? 信息查詢:用戶可根據專業、工作經驗、薪金等屬性進行模糊查詢;
? 信息互動:用戶開通相關服務后,可自動收到相關求職/招聘信息,從而減少用戶搜索負擔。
? 行業動態:根據行業需求/變化,自動生成分析報告,從而為就業提供一定指導。
? 求職論壇:為用戶提供一個網上交流論壇。
具體看我的博客https://blog.csdn.net/m0_37655297/article/details/80097968

代碼片段和文件信息
using?Newtonsoft.Json;
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?WindowsFormsApp1
{
????public?partial?class?ApplyForm?:?Form
????{
????????public?delegate?void?ChangeUserpageForm();
????????public?event?ChangeUserpageForm?change;
????????public?ApplyForm()
????????{
????????????InitializeComponent();
????????}
????????private?void?ApplyForm_Load(object?sender?EventArgs?e)
????????{
????????????getInfo();
????????}
????????public?void?getInfo()
????????{
????????????string?url?=?“http://localhost:8080/Myproject/servlet/UserpageServlet“;
????????????System.Collections.Hashtable?pars?=?new?System.Collections.Hashtable();
????????????pars.Add(“state“?6);
????????????pars.Add(“uid“?UserpageForm.aid);
????????????pars.Add(“cid“UserpageForm.cid);
????????????String?getinfo?=?HttpUitls.Post(url?pars);
????????????System.Console.WriteLine(getinfo);
????????????Root?rt?=?JsonConvert.Deserializeobject(getinfo);
????????????if(rt.code==0)
????????????{
????????????????this.Close();
????????????????MessageBox.Show(“獲取信息失敗“);
????????????}
????????????label1.Text?=?rt.company.cname;
????????????label2.Text?=?rt.company.tel;
????????????label3.Text?=?rt.company.address;
????????????label4.Text?=?rt.company.detail;
????????????label5.Text?=?rt.employ.typename;
????????????label6.Text?=?rt.employ.position;
????????????label7.Text?=?rt.employ.salary.ToString();
????????????label8.Text?=?rt.employ.workplace;
????????????label9.Text?=?rt.employ.detail;
????????}
????????public?class?Company
????????{
????????????///?
????????????///?烏魯木齊市中心
????????????///?
????????????public?string?address?{?get;?set;?}
????????????///?
????????????///?
????????????///?
????????????public?int?cid?{?get;?set;?}
????????????///?
????????????///?明亮集團
????????????///?
????????????public?string?cname?{?get;?set;?}
????????????///?
????????????///?這是烏魯木齊富二代開的公司
????????????///?
????????????public?string?detail?{?get;?set;?}
????????????///?
????????????///?
????????????///?
????????????public?string?name?{?get;?set;?}
????????????///?
????????????///?
????????????///?
????????????public?string?pwd?{?get;?set;?}
????????????///?
????????????///?
????????????///?
????????????public?string?tel?{?get;?set;?}
????????}
????????public?class?Employ
????????{
????????????///?
????????????///?
????????????///?
????????????public?int?cid?{?get;?set;?}
????????????///?
????????????///?
????????????///?
????????????public?string?cname?{?get;?set;?}
????????????///?
????????????///?樓層設計
????????????///?
?????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????83968??2018-01-15?16:47??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\.vs\WindowsFormsApp1\v15\.suo
?????文件??????????0??2017-12-27?15:42??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\.vs\WindowsFormsApp1\v15\Server\sqlite3\db.lock
?????文件?????741376??2018-01-15?16:47??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\.vs\WindowsFormsApp1\v15\Server\sqlite3\storage.ide
?????文件?????498688??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\net20\Newtonsoft.Json.dll
?????文件?????572193??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\net20\Newtonsoft.Json.xm
?????文件?????460800??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\net35\Newtonsoft.Json.dll
?????文件?????515871??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\net35\Newtonsoft.Json.xm
?????文件?????525824??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll
?????文件?????527790??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.xm
?????文件?????653824??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll
?????文件?????674087??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.xm
?????文件?????624128??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\netstandard1.0\Newtonsoft.Json.dll
?????文件?????654169??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\netstandard1.0\Newtonsoft.Json.xm
?????文件?????639488??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\netstandard1.3\Newtonsoft.Json.dll
?????文件?????660397??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\netstandard1.3\Newtonsoft.Json.xm
?????文件?????433664??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll
?????文件?????489320??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.xm
?????文件?????623616??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll
?????文件?????654169??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.xm
?????文件???????1104??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\LICENSE.md
?????文件????2066865??2018-01-03?19:21??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\Newtonsoft.Json.10.0.3.nupkg
?????文件???????3852??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\packages\Newtonsoft.Json.10.0.3\tools\install.ps1
?????文件????????189??2017-12-27?15:42??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\WindowsFormsApp1\App.config
?????文件???????5023??2018-01-08?17:41??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\WindowsFormsApp1\ApplyForm.cs
?????文件??????17954??2018-01-08?13:28??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\WindowsFormsApp1\ApplyForm.Designer.cs
?????文件???????5817??2018-01-08?13:28??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\WindowsFormsApp1\ApplyForm.resx
?????文件?????653824??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Newtonsoft.Json.dll
?????文件?????674087??2017-06-18?13:57??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Newtonsoft.Json.xm
?????文件????1960448??2018-01-15?16:45??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe
?????文件????????189??2017-12-27?15:42??有個求職網源碼\客戶端代碼C#?visualstudio\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe.config
............此處省略249個文件信息
- 上一篇:緬甸語的字體Zy-My
- 下一篇:黑客學習資料大集合.txt
評論
共有 條評論