摘要:
版权声明:蜜蜂采花酿蜂蜜,奶牛吃草产牛奶。 https://blog.csdn.net/codehxy/article/details/52175186 案例1 报错信息如下 C:\Users\linux>adb shell adb server version (31) doesn’t match 阅读全文
摘要:
远程连接MYSQL提示Host is not allowed to connect to this MySQL server 2014年05月05日 17:51:03 阅读数:31892 2014年05月05日 17:51:03 阅读数:31892 阅读数:31892 如果你想连接你的mysql的时 阅读全文
摘要:
安装: 1.获取redis资源 wget http://download.redis.io/releases/redis-4.0.8.tar.gz 2.解压 tar xzvf redis-4.0.8.tar.gz 3.安装 cd redis-4.0.8 make cd src make instal 阅读全文
摘要:
show dbs show tables show collections use user db.createCollection('config_collection') use user db.user_collection.insert({username:'tom'}) db.user_c 阅读全文