工作筆記
2019年12月19日 星期四
[Wireshark] error : Please wait while Wireshark is initializing
›
error message error : An error message appears when opening Wireshark 開啟 wireshark 後一直停留在下面這個畫面
2018年5月16日 星期三
Leetcode - 657. Judge Route Circle
›
Question: Initially, there is a Robot at position (0, 0). Given a sequence of its moves, judge if this robot makes a circle, which means...
Leetcode - 520. Detect Capital
›
Question Given a word, you need to judge whether the usage of capitals in it is right or not. We define the usage of capitals in a word to...
Leetcode - 1. Two Sum
›
Question: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that e...
Leetcode - 283. Move Zeroes
›
Question: 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 ...
2018年3月13日 星期二
Vim - 移動游標
›
gg ( = 1G ) - 跳到檔案第一行 G - 跳到檔案最後一行 :5 ( = 5G ) - 跳到第5行
2018年2月13日 星期二
[C] error : static declaration follows non-static declaration (2)
›
error message error: static declaration of 'set_radio' follows non-static declaration set_radio(radio_cfg_db radio) ^
›
首頁
查看網路版