当前位置:网站首页>疫情来袭--远程办公之思考|社区征文
疫情来袭--远程办公之思考|社区征文
2022-07-04 03:40:00 【InfoQ】
前言
远程办公的初识
本地办公有什么?
- sourceinsight------老牌阅读代码神器,只是每次代码更新都需要重新扫描,比较占用内存
- Beyond Compare------对比神器
- Notepad++------筛选log进行分析
想像中的远程办公
远程办公遇到的问题
1、硬件/软件差异
- 主机/笔记本:公司不一定给配置笔记本,那就只能主机扛回家了,为了保密,也是没有办法
- 网络:住所的网络还好,平时也够用,但是一搭配上公司的土豆VPN服务器,那就不太行了,早起没登上去,一天都难登,莫名被挤下线,或是突然断线......
- 远程操作主机,自然是卡得不行,更别提严重依靠UI或者录屏分析的问题。“我说这次录像比较卡顿,需要你分析一下”“哪里卡顿,我看着每一帧都卡”,遂卒......
- code:老软件也歇菜了,依靠远程UI 刷新,等你翻页发现没反应多翻了几次,到底了,定位一次代码,2min,干脆别看了,好在及时转VIM,直连服务器,Vim救我......
2、Work/Life
3、自我管理
内心的思考
1、工欲善其事,必先利其器
- Code阅读:这个就各有千秋了,喜欢SourceInSight的有,喜欢VSCode的也有,钟情于VIM的也有,推荐做好两手准备。一般我们的代码都在服务器上,使用VIM更方便,ssh连接即用,不需要多余的配置,VIM一次配置,后续基本不用太大改动,Geek首选。
- Log分析:Notepad++确有其可取之处,但也逃不过内存过小,远程加载较慢等,可以考虑使用http://textanalysistool.github.io/,一个好用的log筛选工具
- 远程控制手机:ADB 当仁不让,scrcpy工具也可进行尝试
- 云机器/模拟机器:https://www.genymotion.com/也是比较好用的工具
2、work life balance的尝试
3、制定计划,提升效率
结语
边栏推荐
- Third party login initial version
- Résumé des outils communs et des points techniques de l'examen PMP
- A review of reverse reinforcement learning at Virginia Tech (VT)
- Learning video website
- Package and download 10 sets of Apple CMS templates / download the source code of Apple CMS video and film website
- 2022-07-03:数组里有0和1,一定要翻转一个区间,翻转:0变1,1变0。 请问翻转后可以使得1的个数最多是多少? 来自小红书。3.13笔试。
- What is the difference between enterprise wechat applet and wechat applet
- MySQL query
- 機器學習基礎:用 Lasso 做特征選擇
- JSON string conversion in unity
猜你喜欢
1day vulnerability pushback skills practice (3)
[latex] production of complex tables: excel2latex and detail adjustment
2022-07-03:数组里有0和1,一定要翻转一个区间,翻转:0变1,1变0。 请问翻转后可以使得1的个数最多是多少? 来自小红书。3.13笔试。
Teach you how to optimize SQL
Third party login initial version
Defensive programming skills
(column 23) typical C language problem: find the minimum common multiple and maximum common divisor of two numbers. (two solutions)
[PaddleSeg 源码阅读] PaddleSeg 自定义数据类
Es network layer
The 37 year old programmer was laid off, and he didn't find a job for 120 days. He had no choice but to go to a small company. As a result, he was confused
随机推荐
Recent learning fragmentation (14)
ctf-pikachu-CSRF
JVM family -- monitoring tools
Formulaire day05
Zlmediakit compilation and webrtc push-pull flow testing
Day05 錶格
PHP database connection succeeded, but data cannot be inserted
[PaddleSeg 源码阅读] PaddleSeg计算 mIoU
The difference between MCU serial communication and parallel communication and the understanding of UART
MySQL maxscale realizes read-write separation
Hospital network planning and design document based on GLBP protocol + application form + task statement + opening report + interim examination + literature review + PPT + weekly progress + network to
Defensive programming skills
2022 attached lifting scaffold worker (special type of construction work) free test questions and attached lifting scaffold worker (special type of construction work) examination papers 2022 attached
Webhook triggers Jenkins for sonar detection
This function has none of DETERMINISTIC, NO SQL..... (you *might* want to use the less safe log_bin_t
No clue about the data analysis report? After reading this introduction of smartbi, you will understand!
logistic regression
(practice C language every day) pointer sorting problem
[.NET + mqtt]. Mise en œuvre de la communication mqtt dans l'environnement net 6 et démonstration de code pour l'abonnement et la publication de messages bilatéraux du serveur et du client
functools下的reduce函数