thinkphp 前后端分离 简单记录一下之前学习tp的历程吧。 前端HTML页面渲染 这样的话,你需要将你的前端文件放到application/index/view,view文件夹默认是没有的,需要你自己新建了,如:application/index/view/index.html 前端js/cs ...
分类:
Web程序 时间:
2020-01-29 10:48:48
阅读次数:
213
一.Fetch抓取 Fetch抓取是指,Hive 中对某些情况的查询可以不必使用MapReduce计算。 在 hive-default.xml.template 文件中 hive.fetch.task.conversion 默认是 more,老版本 hive默认是 minimal,该属性修改为 mo ...
分类:
其他好文 时间:
2020-01-28 23:21:26
阅读次数:
87
avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt): 1)将原始数据包作为解码器的输入 2)该函数在内部会复制AVCodecContext的相关字段(具体有哪些字段,起什么用,俺也不知道。。。),这些字段会影响每个包的解 ...
分类:
其他好文 时间:
2020-01-28 09:26:23
阅读次数:
416
安装gin: go get -u github.com/gin-gonic/gin 出现错误: package gopkg.in/yaml.v2: unrecognized import path "gopkg.in/yaml.v2" (https fetch: Get https://gopkg. ...
分类:
其他好文 时间:
2020-01-27 23:46:36
阅读次数:
71
1 题目 2 思路 3 代码事项 用户类 子类:群主类 调用 ...
分类:
编程语言 时间:
2020-01-27 22:22:11
阅读次数:
101
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.Native ...
分类:
其他好文 时间:
2020-01-25 18:17:32
阅读次数:
135
This roundtrip is used to render the navigation list when the Opportunity tile is clicked by launchpad. It is mandatory, could not be eliminated. 2: 1 ...
分类:
编程语言 时间:
2020-01-25 10:36:34
阅读次数:
130
OSI七层协议在生产中使用的很少,大多用于教学。 OSI七层协议每一层只认识对方的同一层次的数据。在七层协议中,每层都有自己独特的头部数据(header),告知对方这里面的信息是什么,而真正的数据就附在后头。 其中第二层(数据链路层)主要是位于软件包(packet)以及硬件数据帧(frame)中间的 ...
分类:
其他好文 时间:
2020-01-24 12:04:15
阅读次数:
90
SELECT * FROM EMP -- 偏移n行 OFFSET ? ROWS -- 获取n行 FETCH NEXT ? ROWS ONLY ...
分类:
数据库 时间:
2020-01-23 09:15:05
阅读次数:
89
创建在线安装程序 联机安装程序获取二进制安装文件中的内容以及存储库描述(Updates.xml)。请创建一个存储库,并将其上传到Web服务器。然后在用于创建安装程序的config.xml文件中指定存储库的位置。 创建存储库 使用 repogen 工具创建一个package文件夹中所有包的在线存储库: ...
分类:
其他好文 时间:
2020-01-22 22:01:19
阅读次数:
83