12 2019 档案

摘要:#【Python】ParserError: Error tokenizing data. C error: Expected 13 fields in line 45, saw 23 https://blog.csdn.net/Asher117/article/details/89357932 #T 阅读全文
posted @ 2019-12-27 16:38 Fake_coder 阅读(468) 评论(0) 推荐(0) 编辑
摘要:百度音乐 https://blog.csdn.net/qq_41730930/article/details/79327757 https://www.jianshu.com/p/a6718b11fdf1 全民k歌 https://blog.csdn.net/qq_41730930/article/ 阅读全文
posted @ 2019-12-23 16:13 Fake_coder 阅读(173) 评论(0) 推荐(0) 编辑
摘要:数据库表设计 DROP TABLE IF EXISTS ; CREATE TABLE ( BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, VARCHAR(200) NOT NULL, VARCHAR(200) NOT NULL, PRIMARY KEY ( ) ) 阅读全文
posted @ 2019-12-19 15:25 Fake_coder 阅读(376) 评论(0) 推荐(0) 编辑
摘要:dockerCompose安装 验证 使用准备 修改ip 修改主机名 vi /etc/cloud/cloud.cfg 允许更改主机名生效 preserve_hostname: true 设置hostname hostnamectl set hostname deployment 查看 hostnam 阅读全文
posted @ 2019-12-15 11:11 Fake_coder 阅读(207) 评论(0) 推荐(0) 编辑
摘要:![](https://img2018.cnblogs.com/blog/895672/201912/895672-20191213200520036-1414751345.png) 阅读全文
posted @ 2019-12-13 20:05 Fake_coder 阅读(95) 评论(0) 推荐(0) 编辑
摘要:向github添加sshkey 创建SSH key 查看公钥 阅读全文
posted @ 2019-12-08 16:51 Fake_coder 阅读(90) 评论(0) 推荐(0) 编辑
摘要:2 2.1简介 协同过滤的方法可以分为两类:基于领域的方法和基于模型的方法。在基于领域的协同过滤方法中,系统中用户对物品的历史评分数据可以用来预测用户对新物品的评分。基于领域的方法包括两种著名的推荐方法:基于用户的推荐和基于物品的推荐。在基于用户的推荐系统中,如GroupLens、Bellcore 阅读全文
posted @ 2019-12-07 10:53 Fake_coder 阅读(231) 评论(0) 推荐(0) 编辑
摘要:配置系统环境变量 用户环境变量 使环境配置生效 阅读全文
posted @ 2019-12-06 19:03 Fake_coder 阅读(123) 评论(0) 推荐(0) 编辑
摘要:为root账户设置密码 切换到root账户 允许远程root账户连接linux 阅读全文
posted @ 2019-12-06 18:42 Fake_coder 阅读(906) 评论(0) 推荐(0) 编辑
摘要:axios API axios(config) axios(url[,config]) 请求方法的别名 所有支持的请求方法都有别名 axios.request(config) axios.get(url[,config]) axios.delete(url[,config]) axios.head( 阅读全文
posted @ 2019-12-03 23:04 Fake_coder 阅读(148) 评论(0) 推荐(0) 编辑
摘要:#1遇见vuejs ##第一个HelloWorld程序 <div id="didi-navigator"> <ul> <li v-for="tab in tabs">{{ tab.text}}</li> </ul> </div> new Vue({ el:'#didi-navigator', dat 阅读全文
posted @ 2019-12-03 22:42 Fake_coder 阅读(447) 评论(0) 推荐(0) 编辑
摘要:安装npm 安装yarn 安装cnpm 安装vue脚手架 安装package.json 创建一个基于webpeck模版的项目 安装iviewUI 阅读全文
posted @ 2019-12-01 18:03 Fake_coder 阅读(566) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示