"131072"의 두 판 사이의 차이

 
5번째 줄: 5번째 줄:
* 2<sup>17</sup>
* 2<sup>17</sup>


<syntaxhighlight lang='python' run>
print(2**17)
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
root@localhost:~# sysctl -a | grep 131072
root@localhost:~# sysctl -a | grep 131072

2022년 12월 1일 (목) 00:19 기준 최신판

1 개요[ | ]

十三萬 千七十二
십삼만 천칠십이
131072
  • 217
print(2**17)
root@localhost:~# sysctl -a | grep 131072
net.ipv4.tcp_rmem = 4096        131072  6291456
vm.user_reserve_kbytes = 131072

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}