上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页
摘要: 1.创建一个Maven工程 2.点击java,右键-新建一个类 阅读全文
posted @ 2018-05-07 22:55 taotao12 阅读(6374) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-05-06 22:15 taotao12 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-05-06 22:02 taotao12 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-05-06 20:02 taotao12 阅读(1) 评论(0) 推荐(0) 编辑
摘要: where pip cd 切换这个目录 pip install redis import redis r = redis.Redis(host='127.0.0.1', port=6379) user1=r.get('user1') print(user1) 阅读全文
posted @ 2018-05-03 14:20 taotao12 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1.用途 数据库、缓存和消息中间件 2.类型 字符串(strings) set 设置值 get--获取值 mset--设置多个键值对 append--添加字符串 del--删除 incr/decr --增加/减少 1 设置值有效时间 5秒 散列(hashes) hset/hget --设置/获取散列 阅读全文
posted @ 2018-05-03 12:23 taotao12 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1.安装pycharm python3.6 pip 在windows+R cmd where pip pip install mysql-client 如何看自已mysql-client有没有装成功 python import mysql-client import MySQLdb con = My 阅读全文
posted @ 2018-05-03 11:39 taotao12 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1.创建其他分支 git checkout -b mergedemo 创建文件 vi 123.text 12334 1233 ESC 冒号 wq cat 123.text git add 123.text 追踪下这个文件 git commit -m "增加合并的内容" git push --set- 阅读全文
posted @ 2018-05-02 12:45 taotao12 阅读(726) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-05-02 12:33 taotao12 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-05-02 11:03 taotao12 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页