10 2018 档案

摘要:人心是个无底洞,填不满也掏不空 《Working at Google seemed like a dream job. The reality has been a tedious, pointless nightmare.》 现实是如此的乏力,就像毫无意义的噩梦。 《工作三年后,我选择离开腾讯》 阅读全文
posted @ 2018-10-26 15:15 brookin 阅读(261) 评论(0) 推荐(0)
摘要:粘贴格式化数据 数据如下 需要将上面的数据粘贴到 excel 中的4列中。 粘贴后文本的右下角,提示是否使用 如下图 操作步骤 1. 选中使用 文本导入向导。 2. 接下来的动作和导入 csv 的动作选择就一样了,依次操作完成即可。 阅读全文
posted @ 2018-10-26 15:07 brookin 阅读(214) 评论(0) 推荐(0)
摘要:mac Allow invalid certificates for resources loaded from localhost 阅读全文
posted @ 2018-10-25 17:36 brookin 阅读(231) 评论(0) 推荐(0)
摘要:编辑器 阅读全文
posted @ 2018-10-17 12:03 brookin 阅读(173) 评论(0) 推荐(0)
摘要:进程 查看端口进程 lsof lsof i tcp: 示例 查看本机监听的端口进程列表 lsof i P | grep i "listen" 示例 netstat 线程 查看进程的线程列表 ps M 命名解释 M Print the threads corresponding to each tas 阅读全文
posted @ 2018-10-17 11:43 brookin 阅读(5109) 评论(0) 推荐(0)