摘要:
个人的笔记,不面向其他人。所以你看没用 1.python执行速度慢的原因 当前的语言分为: 编译型和解释型。 分为动态语言和静态语言 编译性就比如 C C++ JAVA ,将整个文件去编译,然后执行 快 解释型就比如 python,一句一句的去解释执行 慢 动态语言就比如python,每个变量都是不 阅读全文
摘要:
MySQL自动设置create_time update_time delete_flag https://bingozb.github.io/views/default/66.html#timestamp 阅读全文
摘要:
https://www.cnblogs.com/youcong/p/10216573.html https://juejin.im/entry/5a531b696fb9a01c9d31b55d 阅读全文
摘要:
https://www.w3cschool.cn/zookeeper/zookeeper_fundamentals.html https://colobu.com/2014/12/16/zookeeper-recipes-by-example-8/ https://gitee.com/liutong 阅读全文
摘要:
学习kibana 和 vega的链接如下: https://www.elastic.co/cn/webinars/vega-plugin-custom-visualizations-with-kibana https://www.elastic.co/cn/blog/getting-started- 阅读全文
摘要:
https://www.bilibili.com/video/BV1QE411N7kP?p=58 索引:索引的定义: 索引是mysql中为了快速查询而创造的一种数据结构索引: B+Tree形容一下B+Tree , 数据都保存在叶子节点,在其他节点只是保存多个元素和指针数据存储模型engine = m 阅读全文
摘要:
https://objcoding.com/2019/03/04/lambda/#collection%E4%B8%AD%E7%9A%84%E6%96%B0%E6%96%B9%E6%B3%95 请原谅我的不作为 阅读全文
摘要:
1.创建自己的分支, 在自己的分支上怎么搞都没人管。 git--》repository-->branches 2.切换到自己的新的分支上,在右下角,从master切换到新的分支上 3.写代码后,提交代码到新的分支上。 git--》commit Directory --》push 4.将分支代码 me 阅读全文
摘要:
主要看这个文档就可以了。 https://www.jianshu.com/p/59ac036b0d7b 请原谅我的投机取巧 阅读全文
摘要:
xshell4中的ftp不能用, chmod 777 /download/ 阅读全文