1、app.js var Koa = require('koa') router = require('koa-router')() views = require('koa-views') bodyParser = require('koa-bodyparser') static = requir ...
                            
                            
                                分类:
其他好文   时间:
2021-06-28 17:46:13   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    使用 StringBuilder 或者 stringBuffer 的 reverse() 方法。 示例代码: // StringBuffer reverse StringBuffer stringBuffer = new StringBuffer(); stringBuffer. append("a ...
                            
                            
                                分类:
其他好文   时间:
2021-06-28 17:39:09   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                方案说明 canal是阿里云开源的解析binlog组件,同步到ES需要deployer和adapter两部分: deployer解析MySQL binlog,adapter将数据写入到ES 优点 开源成熟稳定 简单易用 缺点 不支持全量数据初始化 部署 logstash进行全量 /etc/hosts ...
                            
                            
                                分类:
数据库   时间:
2021-06-28 17:36:08   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    新建MybatisPlusConfig 配置文件 package com.luna.demo.config; import com.baomidou.mybatisplus.annotation.DbType; import com.baomidou.mybatisplus.extension.pl ...
                            
                            
                                分类:
其他好文   时间:
2021-06-25 17:27:00   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                windows10系统mysql5.7 安装 下载mysql-5.7.34-winx64 https://dev.mysql.com/downloads/file/?id=502363 解压mysql-5.7.34-winx64.zip 进入解压文件,创建my.ini文件 my.ini文件编写 [m ...
                            
                            
                                分类:
数据库   时间:
2021-06-25 17:12:30   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    // 获取用户收货地址。调起用户编辑收货地址原生界面,并在编辑完成后返回用户选择的地址 chooseAddr(){ const that = this uni.chooseAddress({ success(res){ that.inputData.ToAddress = res.provinceN ...
                            
                            
                                分类:
微信   时间:
2021-06-25 17:05:07   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    源码抢先看: https://github.com/jdf2e/nutui NutUI 3.0 官网:https://nutui.jd.com/3x/#/ 小程序多端适配 设计初衷 在跨端小程序的开发过程中,我们发现没有合适的组件库可以使用,尤其在做电商商城类场景的业务时,没有符合京东 App 规范 ...
                            
                            
                                分类:
微信   时间:
2021-06-25 17:01:13   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    在测试APP时异常测试是非常必要的。 安装卸载中的异常测试 一、安装 安装过程中设备重启 安装过程中息屏 安装过程中断网 安装过程中切换网络 安装过程中收到短信提醒 安装过程中收到来电提醒 安装过程中收到闹铃提醒 安装过程中收集系统内存不足 已安装的情况下重复安装,查看安装目录与应用是否正常使用 已 ...
                            
                            
                                分类:
移动开发   时间:
2021-06-25 16:34:32   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    逐行入栈,排序后直接输出第k小的数据 # Definition for a binary tree node. # class TreeNode: # def __init__(self, val=0, left=None, right=None): # self.val = val # self. ...
                            
                            
                                分类:
编程语言   时间:
2021-06-25 16:32:21   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    The NuGet package sources are configured through Visual Studio, but they're stored in a per-user configuration file, found at c:\Users\$USER\AppData\R ...
                            
                            
                                分类:
其他好文   时间:
2021-06-24 18:32:12   
                                阅读次数:
0