Django的orm操作数据库 Django的orm操作数据库 django学习链接:https://www.cnblogs.com/clschao/articles/10526431.html 单表操作学习链接:https://www.cnblogs.com/clschao/articles/10 ...
分类:
数据库 时间:
2020-01-12 00:05:15
阅读次数:
88
结论: 随便起个名,某某,xxx,这种随意起名的意思。 资料一: https://softwareengineering.stackexchange.com/questions/69788/what-is-the-history-of-the-use-of-foo-and-bar-in-source ...
分类:
编程语言 时间:
2020-01-12 00:00:21
阅读次数:
131
React:Virtual DOM,Component,声明式渲染等。 命令式编程:命令“机器”如何去做事情(how),这样不管你想要的是什么(what),它都会按照你的命令实现。 声明式编程:告诉“机器”你想要的是什么(what),让机器想出如何去做(how) https://github.com ...
分类:
其他好文 时间:
2020-01-11 23:59:19
阅读次数:
148
使用Qt的https(get,post,put等)请求时报 错误。 开发环境 Windows10 64位 Qt 5.12.1 MSVC 2017编译器(版本:15.0) 发现问题 在带开发环境的电脑上运行没问题,而移植到其他系统则有问题,报SSL错误,导致https请求不工作。 问题分析 1. 根据 ...
分类:
Web程序 时间:
2020-01-11 23:57:14
阅读次数:
320
问题描述 Tomcat启动默认为45秒 解决方法 ...
分类:
系统相关 时间:
2020-01-11 23:54:54
阅读次数:
134
参考: https://chenguolin.github.io/2019/03/02/Fluentd-5-Fluentd%E6%8F%92%E4%BB%B6%E5%BC%80%E5%8F%91/ http://denghb.com/wiki/ELKstack-guide-cn/logstash/s ...
分类:
其他好文 时间:
2020-01-11 23:48:34
阅读次数:
102
Mac 安装配置php xdebug 本地调试 0、原理图 https://paper.seebug.org/308/ 测试demo构建方法 新建空白项目,目录选择Apache默认项目目录 1、下载xdebug https://xdebug.org/files/xdebug-2.9.0.tgz 具体 ...
分类:
Web程序 时间:
2020-01-11 22:38:12
阅读次数:
344
为什么他能成为谷歌新当家?皮查伊的登顶之路 https://tech.sina.com.cn/it/2019-12-10/doc-iihnzhfz4783261.shtml 新浪科技美国 郑峻 “自我们创办谷歌以来,没有比他更让我们放心的人,也没有比他更适合领导谷歌和Alphabet的人。”在宣布交 ...
分类:
其他好文 时间:
2020-01-11 22:31:17
阅读次数:
119
D Dr. Evil Underscores 题目大意:给一组数,找一个x使的x和所有给的数的异或值的最大值max最小,求这个max 解题思路:参考了https://codeforces.com/blog/entry/72950。从每个数的二进制第30位开始到第1位,如果这一位对于所有的数来说都是0 ...
分类:
其他好文 时间:
2020-01-11 22:27:11
阅读次数:
102
24. 两两交换链表中的节点 https://leetcode cn.com/problems/swap nodes in pairs/ | 难度 | 完成日期 | 耗时 | 提交次数 | | | | | | | 中等 | 2020 1 11 | 0.5小时 | 2 | 问题描述 给定一个链表,两两 ...
分类:
其他好文 时间:
2020-01-11 22:19:03
阅读次数:
86