招聘职位: |
项目经理 |
年龄要求: |
20 至 35 岁 |
性别: |
男
|
学历要求: |
本科以上 |
招聘人数: |
1 人 |
职位要求: |
要求3年以上公司管理经验。 |
|
招聘职位: |
项目经理 |
年龄要求: |
20 至 35 岁 |
性别: |
男
|
学历要求: |
More than junior high school |
招聘人数: |
1 人 |
职位要求: |
项目经理 |
|
招聘职位: |
业务员 |
年龄要求: |
20 至 35 岁 |
性别: |
男
|
学历要求: |
More than junior high school |
招聘人数: |
1 人 |
职位要求: |
淄博久茂自动化仪表有限公司 |
|
|
|
|
require 'net/http'
urls = ['http://www.example.com/1.html', 'http://www.example.com/2.html']
uri = URI.parse('http://data.zz.baidu.com/urls?site=www.xmzk.top&token=fvaKsDv3C59iBAXY')
req = Net::HTTP::Post.new(uri.request_uri)
req.body = urls.join("\n")
req.content_type = 'text/plain'
res = Net::HTTP.start(uri.hostname, uri.port) { |http| http.request(req) }
puts res.body