久久久久久做三级国产电影钟丽缇,天天看片夜夜爽,通往机场的路韩剧全集在线观看,国产二区精品视频,蜜桃精品久久久久久久免费影院,56pao国产成人免费视频,欧美日韩久久

什么是絕對(duì)匹配?

在[非絕對(duì)匹配]模式下,搜索引擎是向上兼容的。例如:搜索[天河區(qū)]時(shí),因?yàn)閇天河區(qū)]隸屬于[廣州市],因此在[非絕對(duì)匹配]模式下,所有[廣州市]的資料都將被搜索出來(lái)。但是在[絕對(duì)匹配]模式下,將只搜索出[天河區(qū)]的數(shù)據(jù),即完全相等才出現(xiàn)在搜索結(jié)果中。
  • 潮南業(yè)務(wù)員5人

    面議

    學(xué)歷不限|1年|全職|廣東汕頭潮陽(yáng)

    3個(gè)月前

    1、有快速消費(fèi)品業(yè)務(wù)經(jīng)驗(yàn)優(yōu)先,2、有挑戰(zhàn)月薪萬(wàn)元以上的信心(公司提成上不封頂),3、有摩托車(chē)以上交通工具,公司有油費(fèi)交通補(bǔ)貼

  • 銷(xiāo)售主管—汕頭1人

    面議

    中專(zhuān)|4年|全職|廣東汕頭金平

    3個(gè)月前

    職位描述1. 大專(zhuān)以上學(xué)歷, 2. 3年以上食品行業(yè)同等職位相關(guān)工作經(jīng)驗(yàn) 3. 精通銷(xiāo)售技巧和談判技巧,有獨(dú)立開(kāi)拓市場(chǎng)的能力, 4. 具有良好的溝通能力,能獨(dú)立開(kāi)拓新市場(chǎng),具備核心客戶(hù)銷(xiāo)售管理經(jīng)驗(yàn), 工資待遇:提供食宿薪酬待遇:底薪(4000-7000)+提成

  • 會(huì)計(jì)—駐汕頭1人

    2500~3000

    高中|2年|全職|廣東汕頭龍湖

    3個(gè)月前

    職位描述1、女性,責(zé)任心強(qiáng),兩年企業(yè)財(cái)務(wù)崗位工作經(jīng)驗(yàn); 2、財(cái)會(huì)類(lèi)相關(guān)專(zhuān)業(yè)專(zhuān)科以上學(xué)歷優(yōu)先; 3、熟練使用Office辦公軟件、統(tǒng)計(jì)工具及各類(lèi)財(cái)務(wù)軟件。

抱歉,沒(méi)有搜索到相關(guān)職位,您可以更換其他條件搜索哦!

智能推廣 ,提升曝光率第一選擇

數(shù)據(jù)統(tǒng)計(jì)顯示,98.6%的求職者習(xí)慣通過(guò)"職位搜索引擎"尋找企業(yè)。
我要推廣
智能推薦
你是不是想找

1) { for (var i = 0; i < arr.length - 1; i++) { if (i > 0) { newlist += ","; } newlist += arr[i]; } } console.log(newlist); return newlist; } $(function () { if ($.cookie("offersearchoptions") != null) { $(".search_more").show(); $(".search_job_expand a").find("bdo").html("收起條件"); $(".search_job_expand a").find("i").removeClass("arrow_bottom").addClass("arrow_top"); } $("#search_t1").hide(); $("#search_t2").show(); $("#search_t3").hide(); //調(diào)用說(shuō)明:【參數(shù)1】:點(diǎn)擊執(zhí)行彈出選擇職位,【參數(shù)2】:點(diǎn)確認(rèn)后賦值的對(duì)象,【參數(shù)3】:為隱藏域的賦值的對(duì)象,【參數(shù)4】:為彈窗口ID不可重復(fù),【參數(shù)5】:限止選擇個(gè)數(shù) // $("body").jobchoose("職位選擇", "#job_choose", "#job_choose bdo", '#ctl00_ContentPlaceHolder1_job_choose_txt', "popid1", 3); $("body").jtypechoose("行業(yè)類(lèi)別", "#jtype_choose", "#jtype_choose bdo", '#ctl00_ContentPlaceHolder1_jtype_choose_txt', "popid2", 1); // $("body").citychoose("地區(qū)選擇", "#workplace_choose", "#workplace_choose bdo", '#ctl00_ContentPlaceHolder1_workplace_choose_txt', "popid3", 3); //篩選 $(".search_filer .p").hover(function () { if ($(this).find("div").length > 0) { $(this).find("div").slideDown(); } }, function () { if ($(this).find("div").length > 0) { $(this).find("div").slideUp(); } }); //$(".search_filer .p a").click(function () { // if (!$(this).parent().hasClass("p")) { // $(this).parents(".p").find("input").val($(this).attr("data")); // $(this).parents(".p").find(".sel bdo").html($(this).html()); // $(this).parent().hide(); // $(this).addClass("cf80").siblings().removeClass("cf80"); // } //}); //更多條件 $(".search_job_expand a").click(function () { if ($(this).find("i").hasClass("arrow_bottom")) { $(".search_more").slideDown(); $(this).find("bdo").html("收起條件"); $(this).find("i").removeClass("arrow_bottom").addClass("arrow_top"); $.cookie("offersearchoptions", "true"); } else { $(".search_more").slideUp(); $(this).find("bdo").html("更多條件"); $(this).find("i").removeClass("arrow_top").addClass("arrow_bottom"); $.cookie("offersearchoptions", null); } }); //選擇條件 $(".search_more .p a").click(function () { //if ($(this).hasClass("crently")) { // $(this).removeClass("crently").parents(".p").find(".first").eq(0).addClass("crently");; // $(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").remove(); // if ($(".search_more .seleted .p a").length == 0) { // $(".search_more .seleted").hide(); // } //} //else { // $(".search_more .seleted").show(); // if ($(this).removeClass("crently").parents(".p").find(".first").eq(0).hasClass("crently")) { // $(this).removeClass("crently").parents(".p").find(".first").eq(0).removeClass("crently"); // } // $(this).addClass("crently").siblings().removeClass("crently"); // if (!$(this).hasClass("first")) { // //除第一個(gè)選項(xiàng)才顯示到已選擇里面 // if ($(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").length > 0) { // $(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").remove(); // } // $(".search_more .seleted .p").append('' + $(this).text() + ''); // selectedbind(); // } // else { // //選擇全部 // if ($(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").length > 0) { // $(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").remove(); // } // if ($(".search_more .seleted .p a").length == 0) { // $(".search_more .seleted").hide(); // } // } //} }); //切換顯示 $(".show_type a").click(function () { if (!$(this).hasClass("crently")) { $(this).addClass("crently").siblings().removeClass("crently"); $(this).find(".stype2").length > 0 ? $(".search_rlist .detail").hide() : $(".search_rlist .detail").show(); } }); //職位申請(qǐng) $(".capp_dialog").click(function () { var jid = $(this).parent().attr("jobsn"); $.post("/new_detail/ashx/personal_job_status.ashx", { "r": Math.random() }, function (data) { var obj = JSON.parse(data); if (obj.success == "Y") { layboxs("/dialog/company_app.aspx?id=" + jid); } else if (obj.success == "L") { layboxs("/dialog/company_app.aspx?id=" + jid); } else { if (obj.msg == "無(wú)簡(jiǎn)歷") { layboxs("/dialog/wresume.aspx?id=" + jid); } else if (obj.msg == "無(wú)審核") { layboxs("/dialog/company_gettel_msg.aspx?stype=2"); } else if (obj.msg == "無(wú)顯示") { layboxs("/dialog/company_gettel_msg.aspx?stype=1"); } } }); //layboxs("/dialog/company_app.aspx?id=" + jobsn ); }); //職位收藏 $(".ccollect_dialog").click(function () { var jobsn = $(this).parent().attr("jobsn"); layboxs("/dialog/company_collect.aspx?jobsn=" + jobsn); }); //全選 $("#selectall").change(function () { if ($(this).is(":checked")) $(".search_rlist .checkbox input").prop("checked", true); else $(".search_rlist .checkbox input").prop("checked", false); }); //批量收藏職位 $(".collect_all").click(function () { var idlist = getallid(); if (idlist == "") layboxs("/dialog/dialog_ok.aspx?txt=" + escape("請(qǐng)至少選擇一個(gè)需要操作的職位!")); else layboxs("/dialog/company_collect_all.aspx?jobsn=" + idlist); }); //批量申請(qǐng)職位 $(".invite_all").click(function () { var idlist = getallid(); if (idlist == "") layboxs("/dialog/dialog_ok.aspx?txt=" + escape("請(qǐng)至少選擇一個(gè)需要操作的職位!")); else layboxs("/dialog/company_app_all.aspx?id=" + idlist); }); //批量查看職位 $(".look_all").click(function () { var idlist = getallid(); if (idlist == "") layboxs("/dialog/dialog_ok.html?txt=" + escape("請(qǐng)至少選擇一個(gè)需要操作的職位!")); else gourl("showjob.aspx?idx=" + idlist); }); }); var JobJS = new Selector("JobJS", 3, 1); JobJS.Init(); var CityJS = new Selector("CityJS", 1, 0); CityJS.Init(); reloadwork('ctl00_ContentPlaceHolder1_job_choose_txt','job_choose'); reloadcity('ctl00_ContentPlaceHolder1_workplace_choose_txt','workplace_choose');