https://www.cnblogs.com/RabbitHu/p/bitset.html
https://docs.microsoft.com/zh-tw/cpp/standard-library/bitset-class?view=vs-2019
這是我的工作酸甜苦辣,與大家分享,希望彼此都有收穫:) This is my working experience in my life. It is good to share with you :)
Thursday, September 12, 2019
Sunday, December 16, 2018
Sunday, September 2, 2018
Memory leak check command
valgrind --leak-check=full --show-leak-kinds=all --verbose opp_run -u Cmdenv -c uptp-2STAs-11ax-Udp-BoraFw-TPC -n ../..:../../../src -l ../../../src/inet biTp_fwcode_udp_tpc.ini -r 2 &> ul_twoSta_tpc_debug2.txt
Wednesday, July 18, 2018
open LibreOffice in CentOS command line
command:
oocalc xxx.xlsx
oocalc xxx.xlsx
Thursday, June 28, 2018
VIM 正規化 取代方法
0, 'biTp_fwcode_udp_tpc.ini', 'uptp-4STAs-11ax-Udp-BoraFw-TPC-Topology3', 'throughput_sum.awk', '394.80736', 0, 1, # IRUI, 4STA MU-OFDMA, Max power, PER-based RA
0, 'biTp_fwcode_udp_tpc.ini', 'uptp-4STAs-11ax-Udp-BoraFw-TPC-Topology4', 'throughput_sum.awk', '385.63856', 0, 1, # IRUI, 4STA MU-OFDMA, Max power, PER-based RA
0, 'biTp_fwcode_udp_tpc.ini', 'uptp-4STAs-11ax-Udp-BoraFw-TPC-Topology5', 'throughput_sum.awk', '380.11392', 0, 1, # IRUI, 4STA MU-OFDMA, Max power, PER-based RA
取代成
0, 'biTp_fwcode_udp_tpc.ini', 'uptp-4STAs-11ax-Udp-BoraFw-TPC-Topology3', 'throughput_sum.awk', '1', 0, 1, # IRUI, 4STA MU-OFDMA, Max power, PER-based RA
0, 'biTp_fwcode_udp_tpc.ini', 'uptp-4STAs-11ax-Udp-BoraFw-TPC-Topology4', 'throughput_sum.awk', '1', 0, 1, # IRUI, 4STA MU-OFDMA, Max power, PER-based RA
0, 'biTp_fwcode_udp_tpc.ini', 'uptp-4STAs-11ax-Udp-BoraFw-TPC-Topology5', 'throughput_sum.awk', '1', 0, 1, # IRUI, 4STA MU-OFDMA, Max power, PER-based RA
可以用
:'<,'>s/, '[0-9].*'/, '1'/g
0, 'biTp_fwcode_udp_tpc.ini', 'uptp-4STAs-11ax-Udp-BoraFw-TPC-Topology4', 'throughput_sum.awk', '385.63856', 0, 1, # IRUI, 4STA MU-OFDMA, Max power, PER-based RA
0, 'biTp_fwcode_udp_tpc.ini', 'uptp-4STAs-11ax-Udp-BoraFw-TPC-Topology5', 'throughput_sum.awk', '380.11392', 0, 1, # IRUI, 4STA MU-OFDMA, Max power, PER-based RA
取代成
0, 'biTp_fwcode_udp_tpc.ini', 'uptp-4STAs-11ax-Udp-BoraFw-TPC-Topology3', 'throughput_sum.awk', '1', 0, 1, # IRUI, 4STA MU-OFDMA, Max power, PER-based RA
0, 'biTp_fwcode_udp_tpc.ini', 'uptp-4STAs-11ax-Udp-BoraFw-TPC-Topology4', 'throughput_sum.awk', '1', 0, 1, # IRUI, 4STA MU-OFDMA, Max power, PER-based RA
0, 'biTp_fwcode_udp_tpc.ini', 'uptp-4STAs-11ax-Udp-BoraFw-TPC-Topology5', 'throughput_sum.awk', '1', 0, 1, # IRUI, 4STA MU-OFDMA, Max power, PER-based RA
可以用
:'<,'>s/, '[0-9].*'/, '1'/g
Thursday, October 26, 2017
Wednesday, September 27, 2017
Enable coredump file in Cent OS 7
Subscribe to:
Posts (Atom)