如何使用Job alert [英] How can use Job alert

查看:344
本文介绍了如何使用Job alert的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



所有

i开发hia求职申请。

i想在用户邮箱中使用工作邮件提醒。



当发布新工作时

那些可以获得警报的用户

i有一个带有电子邮件文本框和提交按钮的弹出框



i想要用户输入电子邮件地址并提交。



在电子邮件中重新获得新匹配的工作。<


喜欢Codeproject每日新闻提醒。



plz帮我这个我有很多搜索但是解决方案什么都找不到。



我怎么能这样做。



请帮助我。


all
i develop hia job application.
i want to use job mail alerts in user email box.

when a new job is posted the
those user who can get alerts
i have a popupbox with email textbox and submit button

i want when user enter a email address and submit.

recived newly matched jobs in email.

like Codeproject daily news alerts.

plz help me this i have lot of search but solution find nothing.

how can i do this.

plz help me.

推荐答案

我将尽我所能回答这个问题。事实上,它是您可能正在处理的任何系统的完整解决方案,尽管事实上我只有50%确定您的问题需要什么。无论如何,这里是:



I'm going to answer this as best as I can. In fact, it is a full solution for any system you are likely to work on, ever, despite the fact I'm only 50% sure of what you need from your question. Anyway, here is goes:



  1. 带你到系统并将其分解为单独的任务。 (例如发布新作业,存储作业,电子邮件用户等)。
  2. 如果您无法启动这些任务 - 将其分解为子任务,例如电子邮件用户可能变为:获取收件人列表,获取电子邮件模板,填写带有职位信息的电子邮件模板,填充电子邮件收件人,通过smtp发送电子邮件或某些
  3. 重复步骤1& 2直到你觉得你可以开始和开始。你的计划可能会随着这样做而改变,这是正常的,因为设计系统很难,如果/当你遇到困难时应用相同的原则。
  4. 你现在的问题是:我如何写这整个系统,没有人会为你做这件事,这只是太多的工作而且只有你或你的团队可以做出太多的设计决定。您可能能够找到框架来帮助减少您需要做的工作 - 我敢说他们有几个完成这项任务,并非所有都是免费的。然后你可以选择集成到你的系统中。



    一旦你开始编码,你会遇到问题,谷歌首先如果你不能在那里得到帮助然后在这里问。简单的原子问题更有可能得到答案,特别是如果你提供代码并说明它不起作用的话。也可以说我需要通过SMTP服务器发送电子邮件,但不知道从哪里开始,我已经尝试使用Google搜索 x y ,和 z 但是找不到我要找的东西。我该如何开始/应该搜索什么。

  1. Take you system and break it down into individual tasks. (e.g. "Post a new job", "Store the job", "e-Mail users" etc).
  2. If you can't start these task - break those down into sub tasks, e.g. "e-Mail users" could become: "Get list of recipients", "Get e-mail template", "fill e-mail template with job info", "populate e-mail recipients", "Send email via smtp" or somesuch
  3. Repeat steps 1 & 2 until you feel you cans start and get going. Your plans may change as you do this, that is normal as designing a system is hard, apply the same principles if/when you get stuck.
  4. Your question as it currently stands reads: "How do I write this whole system", no-one is going to do that for you, it is simply too much work and there are too many design decisions only you or your team can make. You might be able to find frameworks to help reduce the work you need to do - I dare say they are several for this task, not all are free. You then have the option of integrating into your system.

    Once you've started coding, you will hit problems, google first and if you can't get help there then aske here. Simple, "atomic" questions are more likely to get answers especially if you provide code and state what it is that isn't working. It is also OK to say something like "I need to send an e-mail via an SMTP server, but don't know where to start, I've tried googling x,y, and z but couldn't find what I'm looking for. How do I start/what should I search for".


这篇关于如何使用Job alert的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆