本系列探讨了在从0开始构建3D引擎和编辑器的过程中,每一个重要的功能点、设计方案的思考、讨论、总结和延伸。本文是开篇序言。 ...
分类:
其他好文 时间:
2019-05-01 12:02:37
阅读次数:
147
原文: Tea for two。 question:Does Susan have tea by herself? Can't you come in and have tea now Piter? Not yet. I must water the garden first. Do you hav ...
分类:
其他好文 时间:
2019-04-30 14:18:25
阅读次数:
119
X is a good number if after rotating each digit individually by 180 degrees, we get a valid number that is different from X. Each digit must be rotate ...
分类:
其他好文 时间:
2019-04-26 22:26:54
阅读次数:
143
在selenium webdriver实现自动化抓取数据过程中,发现无法从webdriver获取页面response 查来查去最终在 stackoverflow 上找到了这一篇文章 文章中说:webdriver是不可能提供页面response接口的,这件事是经过反复讨论的 连接如下: https:/ ...
分类:
Web程序 时间:
2019-04-26 18:05:40
阅读次数:
580
Kafka consumer中poll(0)与poll(Duration.ofMills(0))的区别 ...
分类:
其他好文 时间:
2019-04-26 13:05:50
阅读次数:
872
题目如下: There are 2N people a company is planning to interview. The cost of flying the i-th person to city A is costs[i][0], and the cost of flying the ...
分类:
其他好文 时间:
2019-04-24 23:30:32
阅读次数:
179
VIM note "Vim Chinese Documentation" "Vim documentation: help" "VIM: index" "Vim documentation : vim online" "vim/runtime/doc at master · vim/vim · Gi ...
分类:
系统相关 时间:
2019-04-24 14:50:17
阅读次数:
167
1、编写更多视图:添加polls/views.pydefdetail(request,question_id):returnHttpResponse("You‘relookingatquestion%s."%question_id)defresults(request,question_id):response="You‘relookingattheresultsofquestion%s."ret
分类:
其他好文 时间:
2019-04-23 17:35:51
阅读次数:
133
一、提供的类型 QMessageBox.information 信息框 QMessageBox.question 问答框 QMessageBox.warning 警告 QMessageBox.ctitical危险 QMessageBox.about 关于 二、引用 from PyQt5.QtWidg ...
分类:
编程语言 时间:
2019-04-23 09:41:20
阅读次数:
1258
此文由博主前两天的提问及 dudu 的回答整理,地址:https://q.cnblogs.com/list/myquestion 情况说明 基于 .net core 写了一个 Web API,用 postman 测试时,能够 POST 返回数据,但是用 ajax 调用 API 时就会报错(400)。 ...