This is an old revision of the document!


Programming

  • search code grep - grep -inIEr -C1 –include=“*.java” “codere*” ./src/

Programming.stacks стэк

Programming.concepts

O notation

  • O notation


#memory use of PHP https://serverfault.com/questions/1055507/php-fpm-using-100-cpu-on-a-server-that-has-16-threads
ps --no-headers -o "rss,cmd" -C php-fpm | awk '{ sum+=$1 } END { printf ("%d%s\n", sum/NR/1024,"M") }'
echo "
pm = static
pm.max_children = 25
pm.start_servers = 5
pm.min_spare_servers = 5
pm.max_spare_servers = 10
pm.max_requests = 1000
" >> to_php_ini
  • install pip from wheels python3 ./pip-19.2.2-py2.py3-none-any.whl/pip install ./pip-19.2.2-py2.py3-none-any.whl

Python psycopg3

Python.date_time_tuple

https://realpython.com/intro-to-pyenv/

Python.pyenv virtualenv

  • programming.1671423853.txt.gz
  • Last modified: 2022/12/19 04:24
  • by admin