AstonTambor

Results 21 issues of AstonTambor

``` 127.0.0.1:6379> json.set b . '{"name":"abcd"}' OK 127.0.0.1:6379> json.get b name age (error) ERR Path 'age' does not exist` ``` [issues address](https://github.com/dengliming/redis-modules-java/issues/37)

help wanted

I use the nginx + php fpm achieve, not using apache. If I forget the administrator password, how to amend? . X can be used to use htpasswd /path/to/htpasswd.db username...

Support

How does Java get multiple attributes? ` 127.0.0.1:6379> json.get a "{\"name\":\"abcd\",\"age\":1,\"type\":1}" 127.0.0.1:6379> json.get a name age "{\"age\":1,\"name\":\"abcd\"}" `

nacos-server:2.0.2 springboot2.0版以上 项目中使用依赖版本:nacos-config-spring-boot-starter:0.2.10 在远程yaml类型文件配置: ``` server: servlet: context-path: /demo port: 8089 #或 spring: mvc: servlet: path: /demo ``` 两种方式的配置都尝试,结果都失效仅端口配置有效,但在项目本地appliection.yaml中配置都正常,旧项目使用Properties类型文件配置都正常。

status/need feedback
area/Spring Boot
expired

同一张图多次上传,有时候成功,有时候是返回这个异常

demo地址 https://developer.open-douyin.com/ide/minicode/6uMw2sf ``` ttml: js: Page({ onLoad () { this.setData({ html: 'Hello World!' }) } }) ``` 如何显示这样: ![2EEBC5DB-CDA1-49D8-8AF4-B7C13C4C2AEC_1_102_o](https://user-images.githubusercontent.com/20204491/191000335-664113f4-c20f-451d-97ad-6026a220a8cc.jpeg)

### 当前使用版本(必填,否则不予处理) 3.5.1 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) ``` FastAutoGenerator.create("", "", "") .strategyConfig(builder -> { builder.addTablePrefix("m").addInclude("A","B");// 设置需要生成的表名 builder.entityBuilder().formatFileName("%sEntity").idType(IdType.ASSIGN_ID).enableLombok() .enableChainModel().enableTableFieldAnnotation().enableActiveRecord(); }) .templateEngine(new FreemarkerTemplateEngine()) .execute(); } ``` ### 重现步骤(如果有就写完整) 有两个表:A、B表 A表主键是Long 类型 //希望生成雪花数字id B表主键是String类型 //希望生成雪花字符串uuid,实际上生成的却是数字id...

weex init project中使用出错 ![default](https://user-images.githubusercontent.com/20204491/27670546-3983c5cc-5cc0-11e7-9f5b-ca807a53b22c.png)

### 相关平台 字节跳动小程序 **小程序基础库: 3.11.0** **使用框架: Vue 3** ### 复现步骤 抖音小程序 buttom标签的事件,不知如何使用才能有效,尝试使用过 bindpm 、@tappm、 ondpm 都无效 事件不会触发? 我应该如何使用? [官方文档:](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/component/open-capacity/button-private-message) **这是抖音官方的例子:** ``` 跳转私聊页 ``` taro vue3 实际代码: ``` ``` 应该如何使用什么样的语法才能触发 **pm...

V-3
F-vue3
T-tt

### 相关平台 字节跳动小程序 **小程序基础库: 3.11.0.1** **使用框架: Vue 3** ### 复现步骤 对接抖音小程序有一个功能需求,必须在package.json 中新增 "industrySDK": true配置,而taro不生成package.json文件。 尝试在本地项目目录创建了package.json并配置industrySDK属性,结果项目无法正常预览,编译渲染出错。 请教下我应该如何使用,麻烦指点下,感谢! ### 期望结果 可以支持新增 "industrySDK": true配置 ### 实际结果 无法支持 ### 环境信息 ``` Taro CLI 3.6.19...

V-3
F-vue3
T-tt