最新 最热

yii2怎么在视图里面输出是几小时前发布的

<?=Yii::$app->formatter->asRelativeTime($model->created_at);?> 必须在commonconfigmian.php里面设置:'lang

2022-03-25
1

Codis 基础6

使用 bin/codis-config dashboard 启动 dashboard

2022-03-22
1

Codis 基础4

可以使用 make gotest 进行测试 (可选操作,非必须)[root@h102 codis]# make gotestGOPATH=`godep path`:$GOPATH go test ./pkg/... ./cmd/...ok github.com/wandoulabs/codis/pkg/mod...

2022-03-22
0

hexo博客站内搜索功能

1.根目录安装插件 hexo-generator-searchdbnpm install hexo-generator-searchdb --save2.配置根目录文件_config.ymlsearch: path: search.xml;field: post;format: html;limit: 10...

2022-03-09
1

pydantic学习与使用-4.validator 验证器的使用(pre 和 each_itemm 验证器)

1.校验name字段包含空格2.校验username 必须是字母和数字组成3.校验密码1和密码2相等

2022-03-03
1

[Hyperf]Entry “xxxInterface“ cannot be resolved: the class is not instantiable

问题: [Hyperf]Entry “xxxInterface“ cannot be resolved: the class is not instantiable

2022-03-01
1

HexoMAC代码框样式美化

1.打开站点的主题配置文件_config.butterfly.yml,找到inject,在head处直接引入以下链接:

2022-02-22
1

Hexo增添上升气泡效果

找到主题配置文件_config.butterfly.yml,在inject的bottom处引入以下文件:

2022-02-16
1

Hexo页脚美化

在themesbutterflysourcejs目录下创建一个js文件,将如下代码写入该文件:

2022-02-16
0

Hexo增添公告栏计时器小部件

找到主题配置文件_config.butterfly.yml,在inject的bottom处引入该js文件:

2022-02-16
1