Easy

Results 12 issues of Easy

**Is your feature request related to a problem? Please describe.** in the past i used capture, and it have a switch when i close this switch it default to insert...

enhancement

https://www.readwithu.com/Article/PythonBasis/python6/5.html ``` 这主要在于 lambda 表达式中的 num2 是一个自由变量,在运行时绑定值,而不是定义时就绑定,这跟函数的默认值参数定义是不同的。所以建议还是遇到这种情况还是使用第一种解法。 ``` 这里的表达一开始不是很理解。自己尝试了下面的例子,加深理解。 书中例子为如下: ``` # -*- coding: UTF-8 -*- num2 = 100 sum1 = lambda num1 : num1 + num2 ; num2 =...

路由下面带log-viewer如何带上权限控制?

vertu 和 vuehelper 都有Snippet,如何关闭 vertu都snippet?

可否提供PDF版本?或者epub版本,可以离线学习? 尝试编译,缺少database file。感谢!

新增 foundry cast 的使用 对foundry章节进行补充 * cast的基本使用 * cast的使用技巧

我觉得换页的样式可以改变下。。。 换页的样式 跟整个web调调不符合。。。不知道是不是只有我一个人这么感觉。。

``` // 获取并增加访问计数 let count = await LINKS.get(path + "_count"); if (count === null) { await LINKS.put(path + "_count", "1"); // 初始化为1,因为这是首次访问 } else { count = parseInt(count) + 1;...

``` * test * test2 * test3 ``` it can work but when bulleted list more than four it don't work to upload to notion ``` * test * test2...

`status_container.text.find(UPLOADED)` With this we can get the progress text and output it on the command line。

enhancement