会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LilyLiya
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
11
下一页
2021年5月27日
Python String find()
摘要: not found, return -1; if found, return the lowest index of the substring.
阅读全文
posted @ 2021-05-27 01:33 LilyLiya
阅读(176)
评论(0)
推荐(0)
2021年5月25日
Python Lambda Functions
摘要: filter, map, reduce
阅读全文
posted @ 2021-05-25 01:20 LilyLiya
阅读(76)
评论(0)
推荐(0)
randint() , numpy.sum() , Pandas DataFrame.loc[], numpy.argpartition()
摘要: argpartition->find top k loc np.sum randint
阅读全文
posted @ 2021-05-25 00:59 LilyLiya
阅读(121)
评论(0)
推荐(0)
2021年4月1日
latex公式里面想要手动加空格符隔开字母?
摘要: 斜杠加空格。 \
阅读全文
posted @ 2021-04-01 02:24 LilyLiya
阅读(398)
评论(0)
推荐(0)
等号上面有字母怎么用latex编辑
摘要: \begin{equation} h(S) \ \overset{\mathrm{def}}{=} \ \{h(\textbf{x}_i^S)\}_{i=1}^m. \end{equation}
阅读全文
posted @ 2021-04-01 02:17 LilyLiya
阅读(1478)
评论(0)
推荐(0)
2021年3月26日
Neural Network Basics
摘要: reference: https://gupea.ub.gu.se/handle/2077/65590 1.
阅读全文
posted @ 2021-03-26 08:21 LilyLiya
阅读(18)
评论(0)
推荐(0)
2021年2月14日
Adding Images
摘要: refer to: https://www.udemy.com/course/the-web-developer-bootcamp image source: https://source.unsplash.com/ models/campground.jsconst mongoose = requ
阅读全文
posted @ 2021-02-14 05:44 LilyLiya
阅读(52)
评论(0)
推荐(0)
1_adding basic styles
摘要: ejs-mate(a ejs tool for layouts); bootstrap 5!Boilerplate; Navbar Partial; Footer Partial(怎么让footer固定在页面底部,使用copyright)
阅读全文
posted @ 2021-02-14 02:20 LilyLiya
阅读(57)
评论(0)
推荐(0)
2021年2月13日
0_campgrounds CRUD
摘要: refer to: https://www.udemy.com/course/the-web-developer-bootcamp npm init -y npm i express mongoose ejs npm i method-override nodemon app.js nodemon
阅读全文
posted @ 2021-02-13 14:58 LilyLiya
阅读(98)
评论(0)
推荐(0)
2021年2月12日
Delete Product
摘要: const product = await Product.findByIdAndDelete(id)
阅读全文
posted @ 2021-02-12 02:59 LilyLiya
阅读(101)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
11
下一页