To the Top

Big Big World

Subscribe blog items in this category or Feedburner

Category: All | Others(52) | Computing(163) | Life(35) | Success(18) | Funny Stuffs(24) | Memory(4) | To Share(60) | Love and Romantics(14) | News(84) | Fortune Quotes(92) | Q & A(26) | Health(6) | Pictures(5) | Stories(6) | Videos(13) | Cryptocurrency-Blockchain(1) |
Total: 603 - Statistics | Archive
« Previous ( Page :  .. 3 4 5 6 7 8 9 10 11 12 13 .. ) Next »

113 - 2019年十大网络用语发布 - best-10-network-phrases-2019.txt.txt

12月2日,据教育部官网显示,国家语言资源监测与研究中心发布了“2019年度十大网络用语”。本次发布的十个网络用语依次为:不忘初心;道路千万条,安全第一条;柠檬精;好嗨哟;是个狼人;雨女无瓜;硬核;996;14亿护旗手;断舍离。

  据悉,“2019年十大网络用语”是基于国家语言资源监测语料库(网络媒体部分),采用“以智能信息处理技术为主,以人工后期微调为辅”的方式提取获得的。监测语料库包含了代表性网络论坛、网络新闻、博客等不同媒体形式的海量年度语言资源,用数据反映了年度流行网络用语的使用情况。其中,本次发布所涉及的网络论坛部分的数据就包含了超过40万个帖子,字符数超过5亿。

  “2019年十大网络用语”解读
...
Full Text>>

Top | Category: Funny Stuffs | Comments (0) | Tags: 网络用语, 2019, Top 10 Network Phrases, | 中文 | 207 Views, 16690 Search Bots | 983 Characters

114 - 一个公司即将要倒闭的征兆是什么? - when-a-company-is-about-to-fall.txt.txt

1、如果是小公司,你很明显就可以看出来。

比如工资突然拖欠,客户开始流失,你做的事情开始减少。

老板开始三天两头抓考勤,你迟到一分钟他可以训你一个小时。
...
Full Text>>

Top | Category: Q & A | Comments (0) | Tags: 公司, 倒闭, 征兆, Company, Collapse, | 中文 | 181 Views, 16216 Search Bots | 1285 Characters

115 - 微信拉黑和删除有啥区别? - wechat-block.txt.txt

相信很多使用微信的读者都曾经拉黑过某人,更不用说删除好友了,虽然拉黑和删除都能起到拒绝接收对方信息的效果,但它们具体有什么异同呢?拉黑和删除之后,还可以收发消息吗?聊天记录还在吗?还可以重新添加吗?对方知道自己被我拉黑/删除吗?

为了解答这个困扰良久的未解之谜,12月4日,腾讯微信团队官微在微博科普了拉黑与删除的区别。

问:还可以收发信息吗?
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 微信, 拉黑, 删除, 区别, Wechat, Block, | 中文 | 482 Views, 16679 Search Bots | 356 Characters

116 - 你见过哪些员工因为作死被开除的事情? - getting-fired.txt.txt

匿名用户:

老爹以前是某央企下的食用油生产基地的董事长,有天回来跟我说,他们的配电室被人扔了一颗炸弹。。。。。这个配电室可不是办公室的配电室,而是仓库的配电室,旁边全部都是油罐,如果发生了连环爆炸,后果将不堪设想。幸亏炸弹是有人自己用易拉罐制造的,威力不大才没有出大问题,只是暂时断了电。事发后配合警方各种追查,摄像头遭到破坏,不过通过绑易拉罐炸弹的透明胶带上的指纹,把目标锁定在了公司的某个刚入职半年的员工身上。小哥是工厂的加工员,刚入职半年。提审他的时候,他供认不讳。他表示他刚入职半年,从学校出来比较懒散,不适应公司的工作节奏。于是他做了个自制炸弹,趁没人的时候扔到配电箱里,想着只要公司发生了事故,他就能放假休息几天了。

匿名用户:
...
Full Text>>

Top | Category: Others | Comments (0) | Tags: 被开除, 作死, Get Fired, Stories, | 中文 | 463 Views, 15360 Search Bots | 2309 Characters

117 - 网易被裁员工已和网易达成和解 - netease-says-sorry.txt.txt

11月29日下午消息,网易与前员工纠纷事件又有最新进展,网易发布公告再次致歉,并表示双方已经达成和解,强调此次事件是对公司的重大警醒,将从严处分各环节责任人。

  同时,网易被裁员工也对事件进行了回应,他表示,非常感谢所有公众和媒体对他的事给予了巨大的关注与支持。这几天,网易高层几次联系他,当面做了很诚恳的道歉、沟通和慰问。目前,他和网易已经达成了和解:双方一致同意,放下争议,共同去关注眼下最重要的事情。

网易裁员
...
Full Text>>

Top | Category: News | Comments (0) | Tags: 网易, 裁员, 和解, Netease, 163, | 中文 | 336 Views, 15807 Search Bots | 581 Characters

118 - Daily Interview Problem: Get all Values at a Certain Height in a Binary Tree - get-all-values-at-a-certain-height-in-a-binary-tree.txt.txt

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

Given a binary tree, return all values given a certain height h.

Here's a starting point:
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | 199 Views, 19819 Search Bots | 81 Words

119 - Daily Interview Problem: Validate Binary Search Tree - validate-binary-search-tree.txt.txt

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

You are given the root of a binary search tree. Return true if it is a valid binary search tree, and false otherwise. Recall that a binary search tree has the property that all values in the left subtree are less than or equal to the root, and all values in the right subtree are greater than or equal to the root.

Here's a starting point:
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | 149 Views, 13614 Search Bots | 128 Words

120 - Daily Interview Problem: First Missing Positive Integer - first-missing-positive-integer.txt

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

You are given an array of integers. Return the smallest positive integer that is not present in the array. The array may contain duplicate entries.

For example, the input [3, 4, -1, 1] should return 2 because it is the smallest positive integer that doesn't exist in the array.
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | 156 Views, 16380 Search Bots | 89 Words

121 - Daily Interview Problem: Look and Say Sequence - look-and-say-sequence.txt

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

A look-and-say sequence is defined as the integer sequence beginning with a single digit in which the next term is obtained by describing the previous term. An example is easier to understand:

Each consecutive value describes the prior value.
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | 312 Views, 14119 Search Bots | 77 Words

122 - Daily Interview Problem: Deepest Node in a Binary Tree - deepest-node-in-a-binary-tree.txt

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

You are given the root of a binary tree. Return the deepest node (the furthest node from the root).

Example:
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | 180 Views, 16783 Search Bots | 106 Words

123 - Daily Interview Problem: Buddy Strings - buddy-strings.txt

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

Given two strings A and B of lowercase letters, return true if and only if we can swap two letters in A so that the result equals B.

Example 1:
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | 693 Views, 14860 Search Bots | 109 Words

124 - Daily Interview Problem: Trapping Rainwater - tapping-rainwater.txt

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

You have a landscape, in which puddles can form. You are given an array of non-negative integers representing the elevation at each location. Return the amount of water that would accumulate if it rains.

For example: [0,1,0,2,1,0,1,3,2,1,2,1] should return 6 because 6 units of water can get trapped here.
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | 388 Views, 14298 Search Bots | 85 Words

125 - Daily Interview Problem:Create a balanced binary search tree - create-a-balanced-binary-search-tree.txt

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

Given a sorted list of numbers, change it into a balanced binary search tree. You can assume there will be no duplicate numbers in the list.

Here's a starting point:
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | 174 Views, 15931 Search Bots | 111 Words

126 - Daily Interview Problem: Merge K Sorted Linked Lists - merge-k-sorted-linked-list.txt

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

You are given an array of k sorted singly linked lists. Merge the linked lists into a single sorted linked list and return it.

Here's your starting point:
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | 191 Views, 17086 Search Bots | 98 Words

127 - Daily Interview Problem: Contiguous Subarray with Maximum Sum - contiguous-subarray-with-maximum-sum.txt

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

You are given an array of integers. Find the maximum sum of all possible contiguous subarrays of the array.

Example:
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | 161 Views, 16333 Search Bots | 80 Words

128 - 网易认怂... - netease-says-sorry.txt

网易事件出结果了。网易基本上认怂,承认了被裁员工的说法,也承认自己裁员的做法简单粗暴,表示道歉并愿意进一步沟通补偿事宜。

简单介绍一下来龙去脉。

网易杭研所某游戏策划小哥工作5年,加班4000小时,长期劳累还得了心脏疾病。年初因业绩不佳被要求主动离职,但他不愿走。最终网易HR比较粗暴地开除了他,包括让保安采取强制措施等。从而引发了网络上广泛的支持和同情。
...
Full Text>>

Top | Category: News | Comments (0) | Tags: 网易, 认怂, Neteasy, apologizes, | 中文 | 409 Views, 15563 Search Bots | 1405 Characters


Category: All | Others(52) | Computing(163) | Life(35) | Success(18) | Funny Stuffs(24) | Memory(4) | To Share(60) | Love and Romantics(14) | News(84) | Fortune Quotes(92) | Q & A(26) | Health(6) | Pictures(5) | Stories(6) | Videos(13) | Cryptocurrency-Blockchain(1) |
Total: 603 - Statistics | Archive
« Previous ( Page :  .. 3 4 5 6 7 8 9 10 11 12 13 .. ) Next »

Page Edited: May 11 2024 14:46:11 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="noindex, follow" />