Code Monkey home page Code Monkey logo

blog's People

Contributors

ztj1993 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

lidwt721

blog's Issues

c++

scoop install cygwin

cygwin-setup --quiet-mode --packages gcc-g++ --packages make --packages gdb --packages binutils --site http://mirrors.163.com/cygwin/

pecl install redis mongodb swoole

pecl install redis
# enable igbinary serializer support? [no] : no
# enable lzf compression support? [no] : no
# echo 'no' | pecl install -f redis

pecl install mongodb

pecl install swoole
# enable sockets supports? [no] : yes
# enable openssl support? [no] : yes
# enable http2 support? [no] : yes
# enable mysqlnd support? [no] : yes
php_version=$(php-config --version)
php_etc_path=/etc/php/${php_version:0:3}

echo "extension=redis.so" | tee ${php_etc_path}/mods-available/redis.ini
echo "extension=mongodb.so" | tee ${php_etc_path}/mods-available/mongodb.ini
echo "extension=swoole.so" | tee ${php_etc_path}/mods-available/swoole.ini
phpenmod redis
phpenmod mongodb
phpenmod swoole

Git

专业名词

  • Workspace:工作区
  • Index / Stage:暂存区
  • Repository / Repo:本地仓库
  • Remote:远程仓库

vscode

# 列出已经安装的扩展
code --list-extensions
# 安装一个扩展
code --install-extension ms-vscode.cpptools
# 卸载一个扩展
code --uninstall-extension ms-vscode.csharp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.