页面顶部 Top

世界那么大 我想去看看

定阅此目录的博客 或者 Feedburner

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

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

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

  以下为网易声明全文:

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

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

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

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

  以下为文章全文:

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

Top | 类别: 新闻资讯 | 评论 (0) | 标签: 控诉, 网易暴力, 裁员, Netease, 163, | 中文 | 88016 次阅读, 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, | 英文 | 79236 次阅读, 38127 次搜索 | 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, | 英文 | 77993 次阅读, 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, | 英文 | 78764 次阅读, 29328 次搜索 | 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, | 英文 | 76419 次阅读, 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, | 英文 | 79551 次阅读, 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, | 英文 | 76351 次阅读, 64818 次搜索 | 66 个单词

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

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

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

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

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

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

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

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

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

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

188 - 一个刚毕业的计算机相关专业学生,简历上有哪些经历会加分? - what-is-a-good-resume-for-programmer.txt

有同学问我如何让简历加分,事实上这个问题之前分享过,再总结一下。下面的描述更多的是偏向于社招,不过对学生而言也有一定的参考价值。

首先简历这个东西,只是一个敲门砖,我们的目的是让面试官看上去产生好感,然后给我们一个面试的机会,简历不需要表达全部的自己,面试官一定是从面试中获取大量的情报来深入了解你。所以简历写到什么程度,我们的目标是相当明确的。

如何从简历中让人看出你【做成了】什么,以及你未来【可能做成】什么,以下几点可以参考:
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 计算机, 简历, Computer Science, Good Resume, Programming, | 中文 | 87453 次阅读, 32970 次搜索 | 650 个汉字

189 - 刘强东辞去全国政协委员 - liuqiangdong.txt

据《新闻联播》报道,11月7日,政协第十三届全国委员会常务委员会第九次会议在京闭幕,接受了刘强东因个人原因请辞第十三届全国政协委员。

  《中国人民政治协商会议章程》第三十八条规定,因工作变动或其他原因不宜继续担任委员的,本人应当辞去委员。对违反社会道德或存在与委员身份不符行为的,应当及时约谈或函询,经提醒仍不改正的,应当责令其辞去委员。

  1998年6月18日,毕业于中国人民大学的江苏宿迁人刘强东,在北京中关村创办了京东公司,2014年5月,京东在美国纳斯达克成功上市。目前,京东商城已成为中国最大的自营式电商企业,而京东集团业务已涉及零售、数字科技、物流、健康、保险、物流地产、云计算、AI和海外等领域。
...
阅读全文>>

Top | 类别: 新闻资讯 | 评论 (0) | 标签: 刘强东, 全国政协委员, Qiangdong Liu, | 中文 | 85566 次阅读, 24206 次搜索 | 905 个汉字

190 - 每日算法题 Move Zeros - moving-zeros.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 an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements.
...
阅读全文>>

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

191 - 每日算法题 Remove k-th Last Element From Linked List - Remove-k-th-Last-Element-From-Linked-List.txt

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

You are given a singly linked list and an integer k. Return the linked list, removing the k-th last element from the list.

Try to do it in a single pass and using constant space.
...
阅读全文>>

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

192 - 每日算法题 Course Prerequisites - course.txt

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

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 hash table where the key is a course code, and the value is a list of all the course codes that are prerequisites for the key. Return a valid ordering in which we can complete the courses. If no such ordering exists, return NULL.
...
阅读全文>>

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


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

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