页面顶部 Top

世界那么大 我想去看看

定阅此目录的博客 或者 Feedburner

分类: 所有 | 乱七八糟(55) | 计算机科学(175) | 生活(35) | 成功(21) | 有意思(25) | 怀念(4) | 分享(63) | 情与爱(17) | 新闻资讯(96) | 名人名言(92) | 知识问答(26) | 健康(7) | 图片(5) | 故事(6) | 视频(13) | 虚拟货币-区块链(6) | 人工智能(3) |
共: 649 - 统计 | 存档
« 前一页 ( 页数 :  .. 12 13 14 15 16 17 18 19 20 21 22 .. ) 后一页 »

177 - 网易回应暴力裁员事件 - netease-reply.txt

  25日,针对暴力裁员一事,网易公司回应称,确实存在简单粗暴、不近人情等诸多行为,向相关前同事及家人道歉。网易表示,接下来,将继续尝试和他进行积极有效的沟通,推进事件妥善处理,也愿意为这位前同事提供一切可行的援助。

  以下为网易声明全文:

  网易公司发布的说明
...
阅读全文>>

Top | 类别: 新闻资讯 | 评论 (0) | 标签: 控诉, 网易暴力, 裁员, Netease, 163, | 中文 | 84070 次阅读, 24938 次搜索 | 2563 个汉字

178 - 员工控诉网易暴力裁员将患病员工赶出公司 - netease.txt

  近日,一篇名为《网易裁员,让保安把身患绝症的我赶出公司,我在网易亲身经历的噩梦》的文章被广泛转发。作者在文章中称,自己是网易游戏的员工,身患扩张型心肌病。在职期间遇到了一系列不公正待遇,包括认为绩效与个人实际工作情况不符,在其生病后,网易采用各种方式希望其离职,避免进行N+1的离职赔偿,其间遇到了“逼迫、算计、监视、陷害、威胁,甚至被保安赶出公司”。

  以下为文章全文:

  网易裁员,让保安把身患绝症的我赶出公司。我在网易亲身经历的噩梦!
...
阅读全文>>

Top | 类别: 新闻资讯 | 评论 (0) | 标签: 控诉, 网易暴力, 裁员, Netease, 163, | 中文 | 88019 次阅读, 28527 次搜索 | 10490 个汉字

179 - 《奇葩说》薛兆丰道破996真相:我们都在为自己的简历打工 - you-are-working-for-your-resume.txt

@人力资源研究:《奇葩说》薛兆丰道破996真相:我们都在为自己的简历打工

上周四《奇葩说》开始了首场导师带队赛,辩题是:感兴趣的工作总是996,我该不该886(说再见)?

这个话题还比较接地气,双方的论述老实说都有点无聊,最后热门新选手许吉如被淘汰了,听许吉如的论述,恐怕她自己都说服不了自己,她的论点毫无力量感。
...
阅读全文>>

Top | 类别: 成功 | 评论 (0) | 标签: 奇葩说, 薛兆丰, 996, 简历打工, Resume, | 中文 | 86932 次阅读, 29605 次搜索 | 1505 个汉字

180 - 每日算法题: Queue Using Two Stacks - queue-using-two-stacks.txt

Hi, here's your problem today. This problem was recently asked by Apple:

Implement a queue class using two stacks. A queue is a data structure that supports the FIFO protocol (First in = first out). Your class should support the enqueue and dequeue methods like a standard queue.

Here's a starting point:
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 79241 次阅读, 38128 次搜索 | 93 个单词

181 - 每日算法题: Maximum Profit From Stocks - maximum-profit-from-stocks.txt

Hi, here's your problem today. This problem was recently asked by Apple:

You are given an array. Each element represents the price of a stock on that particular day. Calculate and return the maximum profit you can make from buying and selling that stock only once.

For example: [9, 11, 8, 5, 7, 10]
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 77999 次阅读, 23435 次搜索 | 92 个单词

182 - 每日算法题: Merge Overlapping Intervals - merge-overlapping-intervals.txt

Hi, here's your problem today. This problem was recently asked by Microsoft:

You are given an array of intervals - that is, an array of tuples (start, end). The array may not be sorted, and could contain overlapping intervals. Return another array where the overlapping intervals are merged.

For example:
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 78767 次阅读, 29330 次搜索 | 76 个单词

183 - 每日算法题: Largest Product of 3 Elements I - largest-product-of-3-elements.txt

Hi, here's your problem today. This problem was recently asked by Microsoft:

By the way, check out our NEW project AlgoPro (http://algopro.com) for over 60+ video coding sessions with ex-Google/ex-Facebook engineers.

You are given an array of integers. Return the largest product that can be made by multiplying any 3 integers in the array.
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 76422 次阅读, 25580 次搜索 | 95 个单词

184 - 每日算法题: Spiral Traversal of Grid - spiral-traversal-of-grid.txt

Hi, here's your problem today. This problem was recently asked by Amazon:

By the way, check out our NEW project AlgoPro (http://algopro.com) for over 60+ video coding sessions with ex-Google/ex-Facebook engineers.

You are given a 2D array of integers. Print out the clockwise spiral traversal of the matrix.
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 79554 次阅读, 31487 次搜索 | 90 个单词

185 - 每日算法题: Find the k-th Largest Element in a List - find-the-k-th-largest-element-in-a-list.txt

Hi, here's your problem today. This problem was recently asked by Facebook:

By the way, check out our NEW project AlgoPro (http://algopro.com) for over 60+ video coding sessions with ex-Google/ex-Facebook engineers.

Given a list, find the k-th largest element in the list.
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 76354 次阅读, 64822 次搜索 | 66 个单词

186 - 读博人员的家属 - phd.txt

读博人员的家属。至今育有一娃,肚子里还怀了一个,老公读博还未毕业。全靠自己的工资维持自己的花销,偶尔帮娃买点衣服玩具。其他全靠家庭还算富裕的娘家支持。当初认识我老公的时候只知道这人还在读博,将来出来会做医生,虽然家境在魔都算非常差的,但人比较简单,以后应该是个潜力股,所以嫁人的时候没有太多犹豫。

但到现在一年半了,读博这件事在我眼里越来越没有意义。感觉学术成就终究敌不过柴米油盐,更何况我老公目前还没做出什么学术成就…

现在住在娘家的房子里,我妈心疼我都不愿意收我们饭前和生活补贴,让我自己留着用。本身家境好的我,快到30了还是0存款,现在开始慢慢收拢购物欲,开始省钱学着过日子。
...
阅读全文>>

Top | 类别: 生活 | 评论 (0) | 标签: 博士, 家属, PhD, | 中文 | 94949 次阅读, 25199 次搜索 | 1209 个汉字

187 - 里皮和他的十一个废物点心 - chinese-football.txt

叙利亚队对中国队说:百因必有果,你的报应就是我。

三番五次倒在叙利亚面前的中国队有多烂?

烂到里皮甘愿放弃世界足球教练第一年薪,甘愿放弃巨额违约金,急不可耐地走人。
...
阅读全文>>

Top | 类别: 乱七八糟 | 评论 (0) | 标签: 中国足球, 里皮, Chinese Football, | 中文 | 89178 次阅读, 24848 次搜索 | 1124 个汉字


分类: 所有 | 乱七八糟(55) | 计算机科学(175) | 生活(35) | 成功(21) | 有意思(25) | 怀念(4) | 分享(63) | 情与爱(17) | 新闻资讯(96) | 名人名言(92) | 知识问答(26) | 健康(7) | 图片(5) | 故事(6) | 视频(13) | 虚拟货币-区块链(6) | 人工智能(3) |
共: 649 - 统计 | 存档
« 前一页 ( 页数 :  .. 12 13 14 15 16 17 18 19 20 21 22 .. ) 后一页 »


最后更新: May 11 2024 14:46:15 | RSS Subscription
牛排怎么做才好吃? | <meta name="机器人" content="不索引, 跟踪" />