笑傲股市1:can slim选股法 威廉欧奈尔,是can slim选股法的创始人。欧奈尔不是什么长期价值投资者,但它也会去参考基本面,他也不是技术分析者,但他却强烈要求执行止损战术,他会告诉大家只有在基本面和技术面都形成完美搭配的时候,才会爆发出完美的行情。这些方法,有助于那些就是喜欢买卖股票的投资 ...
分类:
其他好文 时间:
2019-02-23 10:38:55
阅读次数:
199
计算机书籍控:http://bestcbooks.com/ 转自:http://bestcbooks.com/free-programming-books 英文世界有人整理出史上最全的免费计算机书籍放到了github上:free-programming-books,列表很长,其中的电子书都是作者或者 ...
分类:
Web程序 时间:
2019-02-21 14:17:07
阅读次数:
330
百度云及其他网盘下载地址:点我 作者简介 Herb Sutter is the author of three highly acclaimed books, Exceptional C++ Style, Exceptional C++, and More Exceptional C++ (Addi ...
分类:
编程语言 时间:
2019-02-16 20:49:20
阅读次数:
245
百度云及其他网盘下载地址:点我 作者简介 Herb Sutter is the author of three highly acclaimed books, Exceptional C++ Style, Exceptional C++, and More Exceptional C++ (Addi ...
分类:
编程语言 时间:
2019-02-16 20:43:24
阅读次数:
219
思路: 用结构体book存作者的名字和状态,vector存所有书的名字,利用map<string,book>books(string是书名)联系书名和作者、状态; 存下来后按要求排序,输入命令进行操作 ,比如 SHELVE 操作:从前往后找还了没有上架的书, 然后从此书往前找有没有在架的书,有就放到 ...
分类:
其他好文 时间:
2019-02-15 22:37:18
阅读次数:
208
#下面两种是基于QuerySet查询 也就是说SQL中用的jion连表的方式查询books = models.UserInfo.objects.all() print(type(books)) > <class 'django.db.models.query.QuerySet'> 查询出来是一个对象 ...
分类:
其他好文 时间:
2019-02-13 21:19:53
阅读次数:
541
一.REST 1.什么是编程? 数据结构和算法的结合 2.什么是REST? 首先我们回顾下我们之前的图书管理系统,我们设计了这样的URL,如下: 127.0.0.1:9001/books/ 127.0.0.1:9001/get_all_books/ 访问所有的数据 127.0.0.1:9001/bo ...
https://pintia.cn/problem-sets/994805342720868352/problems/994805480801550336 A Digital Library contains millions of books, stored according to their ...
分类:
其他好文 时间:
2019-02-12 21:22:33
阅读次数:
120
题目: A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstracts, publishers, and published y ...
分类:
其他好文 时间:
2019-02-02 19:30:18
阅读次数:
126