Giter Club home page Giter Club logo

sourcecodeofmongoredis's Introduction

sourcecodeofmongoredis's People

Contributors

5t4r1i9ht avatar dependabot[bot] avatar janetat avatar kingname avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sourcecodeofmongoredis's Issues

点赞无法超越

如果页面有两个问题A,B
A的点赞数是20
B的点赞数是19
(如果是其他点赞数也可以复现这个问题,但是要接近并且只差1)

那么当A和B的点赞数十分接近的时候,
此时点赞B两次,A的点赞数会先上升,然后B的点赞数会后上升
如果不停点赞,那么B的点赞数永远无法超越A.

求告知热部署和冷部署的区别的资料

作者大大:
您好!

13.3.1 “多Redis实例”与“单Redis实例多数据库”的差异
中提到了热部署和冷部署.

①请问热部署和冷部署的区别是什么?

②"新版本又涉及 Redis 键值的修改",新版本的redis不能直接连接旧版本的redis库吗?这个修改是redis升级导致的自动修改吗?

如果不方便阐述,有相关资料亦可,自己有事先百度过,但是没找到匹配的资料,
感谢

第7章 import_example_data_1.py 数据导入问题

age、id、salary字段变成字符串,而非数字。需手动转换。
需在csv文件读取后,写入数据库前,手动进行数据转换。

for i in rows:
    i['age'] = int(i['age'])
    i['id'] = int(i['id'])
    i['salary'] = int(i['salary'])

chapter_4

I got werkzeug TypeError when I run code in chapter_4.
image
These are the versions of my python packages.

第12章希望顯示自帶數據集

作者大大:
您好!
目前代碼一切正常,
有些小缺憾:
doc_to_redis.py這個文件夾是用來讓書中自帶數據集生效的,
裏面有兩個for循環,
第1個用來在redis中導入“自帶問題集”
第2個用來在redis中導入“自帶答案集”
目前已經修復了第一個,希望作者修復第2個for循環,感謝~!
修復第一個for循環後的代碼是:
https://paste.ubuntu.com/p/7bBwFxq3jY/

总共包含三个问题:
自带数据集-question在页面不显示
自带数据集-answer在页面不显示
自带数据集-vote在页面显示数据与mongodb中记录的不同.

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.