-
`IntelliSense`(智能提示) 在 IDE 中已经是标配功能,它能在某种程度上提高我们的开发效率,让我们可以更关注功能开发,而不用去来回翻看代码查看变量或者方法的定义。因此在 Egg 中我也在一直尝试更优的开发体验。而用过 Egg 的都知道,Egg 中的模块,都是 Egg Loader 自动加载进去的,因此 IDE 很难自动识别到那些被自动 load 进 egg 中的模块,Intelli…
-
# 声明式编程
声明式编程可以提高程序整体的可读性(面向人、机器),包括不限于声明类型、声明依赖关系、声明API路径/方法/参数等等。从面向机器的角度,声明式的好处在于可以方便的提取这些元信息进行二次加工。声明式也是对系统整体的思考,找到关注点,划分切面,提高重用性。从命令式到声明式,是从要怎么做,到需要什么的转变。
本文偏重于 Egg 中的实践、改造,偏重于系统整体,在具体实现功能的…
-
What thoughts on data topology? 3P3 gives six options:
1. Player-turn-stat
2. Player-stat-turn
3. Turn-player-stat
4. Turn-stat-player*
5. Stat-player-turn
6. Stat-turn-player
Implicit in any …
-
http://django-shop.readthedocs.io/en/latest/tutorial/intro.html
The problem here is an outdated pip / setuptools.
Proposed fix: document that user should update pip and setuptools.
```
rene@rene /t…
-
There are many old version dependencies in egg ecosystem, Please update all dependencies
# In a fresh egg
```
yarn install v1.22.10
info No lockfile found.
[1/5] Validating package.json...
[…
-
## 最小可复现仓库
https://github.com/hythl0day/eggjs_passport_test
## 复现步骤,错误日志以及相关配置
(类型文件安装自:@types/passport-local)
打开app.js文件
内容完全复制自[官方示例代码](https://eggjs.org/zh-cn/tutorials/passport.html…
-
* **操作系统**: win10
* **Node版本**: 6.11.0+
* **FIS版本**: fis3
* **解决方案**:
* **依赖插件**:
前后端未分离下,我们需要给后台静态页面:
1、大部分的页面html结构相同,只是里面的文字不同;
2、或者有的小地方 标签有无的情况;
3、后台用的是freemarker模板引擎,我们可能给后台的是freem…
J-env updated
6 years ago
-
记录一些平时看到的框架、类库等,便于需要时直接使用。
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
linux-mint
bash
node v20
```
### Which example …
-
### Describe the bug
Failed to build post-system update
```
darwin-rebuild switch --flake ~/src/system-config/.# --show-trace
```
### Steps To Reproduce
Steps to reproduce the behavior:
1. ru…