摘要:
I'm trying to setup virtualenvwrapper on OSX, and all the instructions and tutorials I've found tell me to add a source command to .profile, pointing 阅读全文
摘要:
install the react-native here comes a questions :: npm WARN react-native@0.41.2 requires a peer of react@~15.4.0 but none is installed. You must insta 阅读全文
摘要:
方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql> set password for 用户名@localhost = password('新密码'); 例子:mysql> set password for root@localhost = password('123' 阅读全文