YuYan's PWX 工作筆記 PWX的機器研究,研究他如何透過master跟slave傳指令,他的 Network Communication Interface 是如何實現的。 2019-06-04 ezio_worklog
933. Number of Recent Calls Link: https://leetcode.com/problems/number-of-recent-calls/ Write a class Recent 2019-05-22 LeetCode c/c++ Easy
1046. Last Stone Weight Link: https://leetcode.com/problems/last-stone-weight/ We have a collection of r 2019-05-22 LeetCode c/c++ Easy
Ubuntu 建立 net-snmp cross-complier 開發環境 以下文章參考 (net-snmp5.7.3 移植到 arm-linux 平台)https://www.cnblogs.com/quliuliu2013/p/7 2019-05-20 Linux net-snmp snmp ubuntu cross-compiler
Ubuntu 建立 gdb cross-complier 開發環境 一、系統配置 gdb run on PC (test on Ubuntu LTS 16.04 64 bit ) gdbserver(cross complier 2019-05-17 Linux ubuntu cross-compiler gdb gdbserver
Ubuntu 開發 net-snmp 繼上篇文章 “Ubuntu 編譯 net-snmp”,我們將 net-snmp 建立在/usr/local/net-snmp,本篇將介紹如何撰寫 subage 2019-05-14 Linux net-snmp snmp ubuntu
Pandora FMS 使用筆記 熟悉 snmp 協定應用,再來使用 Pandora FMS 做監控。 配置環境 Vmware 下載 .iso CentOS Appliance ISO 2019-05-11 Linux note snmp pondora FMS
VC++ emWin 使用 VS2015_2017 執行 emWin 測試版本ver-548 官方文件 HowTo_RunSimulationUnderVS2015_2017.txtMake sure the sele 2019-04-15 Windows visual-studio emWin
Ubuntu 使用 PuTTY 一、參考 Ubuntu putty and serial port ubuntu 下 putty 的安装及使用 二、安裝$sudo apt-get insta 2019-04-15 Linux ubuntu tools PuTTY
Ubuntu 設定 Samba 分享檔案 Link: https://www.arthurtoday.com/2015/04/ubuntu-server-share-folder-samba.html 2019-04-09 Linux ubuntu samba
Ubuntu 安裝 NFS Server Link: https://www.opencli.com/linux/debian-ubuntu-install-nfs-server NFS (Netwo 2019-04-09 Linux ubuntu nfs
Ubuntu Adding Eclipse to Launcher Link: http://donovanbrown.com/post/Adding-Eclipse-to-Launcher-on-Ubuntu-1604 Op 2019-04-09 Linux ubuntu
419. Battleships in a Board Link: https://leetcode.com/problems/battleships-in-a-board/ Given an 2D board, c 2019-03-28 LeetCode c/c++ Medium
617. Merge Two Binary Trees Link: https://leetcode.com/problems/delete-columns-to-make-sorted/ Given two bin 2019-03-27 LeetCode c/c++ Easy