首页
学习
活动
专区
工具
TVP
发布

note

专栏成员
10
文章
6013
阅读量
16
订阅数
Haskell doctest
一定要注意格式 第一行很重要,-- |这行没有就不是一个 test。 可以对比 >>> 的个数 和 terminal里的 Examples 个数确认是否自己的所有 test 都测试了
莫听穿林
2022-05-20
2700
本地使用 Haskell CodeWorld Locally
下载好之后注意看下载的版本,因为在之后的 .cabal 文件中要指定 codeworld-api 的版本
莫听穿林
2022-05-20
4720
(Mac) Git push fatal: Authentication failed
以下解决方案适用于 GitHub Desktop 可以正常 push 但 terminal 却不行
莫听穿林
2022-04-21
1.1K0
Jupyter Notebook 更改主题
Customize your Jupyter Notebook Theme in 2 lines of code
莫听穿林
2022-02-16
7740
零基础学 Java ?
参考:https://programmerah.com/how-to-solve-intellij-idea-error-cannot-determine-path-to-tools-jar-library-for-17-cprogram-filesjavajd-38877/
莫听穿林
2022-01-11
4110
Pandas DataFrame 取整列
使用 df = pd.read_csv("csv_file.csv") 读出来的数据 就是 DataFrame 格式 ? <class 'pandas.core.frame.DataFrame'>
莫听穿林
2022-01-10
1.6K0
机器学习相关
总结:先用 ReLU (有 dead neuron 的时候 用 leaky ReLU)分类用 sigmoid
莫听穿林
2021-12-29
1950
MongoDB mongosh terminal 常用命令 Mac
use help to get access to the frequent commands
莫听穿林
2021-12-24
2820
Terminal 常用命令
control-C will kill the current prompt, abort what you're typing and start a new prompt, and set the return code to 1.
莫听穿林
2021-12-23
2830
MongoDB 安装 Mac
(这句算是预处理?) brew tap mongodb/brew 下面这句非常耗时 brew install mongodb-community@5.0 开启 brew services start mongodb-community@5.0 停止 brew services stop mongodb-community@5.0 启动 MongoDB shell mongosh 退出 MongoDB shell control + D image.png或者 旧的进入 MongoDB shell 的命
莫听穿林
2021-12-22
5820
没有更多了
社区活动
【纪录片】中国数据库前世今生
穿越半个世纪,探寻中国数据库50年的发展历程
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档