-
The user is unable to input any names with n/,a/ or those that are used as a field prefix. It is only stated in the DG that the the substring m/ is a known issue. However, it is not stated for the rem…
-
The user is unable to input any names with n/,a/ or those that are used as a field prefix. It is only stated in the DG that the the substring m/ is a known issue. However, it is not stated for the rem…
-
# 프론트엔드 장인의 서재
Web site created using create-react-app
[https://frontend-master-library.vercel.app/detail/computerscience/2](https://frontend-master-library.vercel.app/detail/computerscience/2)
-
When opening "https://raw.githubusercontent.com/H2020-OpenModel/ontologies/master/computation.ttl" with protege the following error message is given:
"The system couldn't locate the ontology
https:…
-
https://marchboy.github.io/about/
可怕的是自己内心的堕落
-
https://marchboy.github.io/2020/08/29/hexo-notes/#more
Hexo是一个快速、简洁而又高效的博客框架。Hexo使用Markdown解析文章,常与Github、gitlab结合组成静态网页托管服务。 基本环境准备1、首先分别安装Git和Node.js,然后在命令行中输入相应的命令验证是否成功。
-
https://marchboy.github.io/2020/08/30/sql-notes/
窗口函数【over partition by】窗口函数功能1)同时具有分组和排序的功能 2)不减少原表的行数 3)语法如下:
-
https://marchboy.github.io/2020/09/08/recommend-system/
什么是推荐系统随着信息技术和互联网的发展,人们逐渐从信息匮乏的时代走到了信息过载的时代。无论是信息消费者还是信息生产者都遇到了很大的挑战: 其一,作为消费者,如何从大量信息中找到自己感兴趣的信息; 其二,作为生产者,如何让自己的信息脱颖而出,受到广大用户的关注。 推荐系统的基本任务…
-
https://marchboy.github.io/2020/09/01/hive-notes/
hive 的一些配置12345678//显示所在数据库名set hive.cli.print.current.db=true;//显示字段名set hive.cli.print.header=true;//不显示表名set hive.resultset.use.unique.column.na…
-
https://marchboy.github.io/2020/10/10/Windows%E5%AE%89%E8%A3%85Hadoop/
环境主机:Windows 10Hadoop:2.7.7Java:1.8.0_241 步骤1、确认Java已经安装,并已经添加到环境变量中,测试方法:cmd中输入java -version,显示如下: