今天用uni-app的扫描二维码的时候,当二维码是中文的时候,插入的sql语句报错“ORA-00917: 缺失逗号”。 但是用调试的时候把语句拿出来在pl/sql上能正常运行。 但就是程序运行的时候报错“缺失逗号” 找啊找啊找,终于被我找到原因就是二维码扫描的中文的字符串最前面会隐藏一个空格,把空格 ...
分类:
移动开发 时间:
2020-06-09 18:12:41
阅读次数:
98
借鉴文章:https://blog.csdn.net/developer_qi/article/details/87803950 一、 处理文件流 ① 请求接口时,声明responseType: 'blob', 告诉后台需要返回的的报文是文件 export function writeWithHea ...
分类:
其他好文 时间:
2020-06-09 14:19:26
阅读次数:
204
基于ELK Nginx日志分析 - 云+社区 - 腾讯云 https://cloud.tencent.com/developer/article/1586589 ELK收集监控nginx请求日志_sdmei-CSDN博客_es采集nginx日志 https://blog.csdn.net/sdmei ...
分类:
其他好文 时间:
2020-06-08 13:08:36
阅读次数:
60
下载 在 https://developer.nvidia.com/nvidia-tensorrt-7x-download 选择对应设备型号 LINUX查看CUDA版本 cat /usr/local/cuda/version.txt LUNUX查看CUDNN版本 cat /usr/local/cud ...
分类:
其他好文 时间:
2020-06-08 11:08:51
阅读次数:
114
链接:https://cloud.tencent.com/developer/article/1546444 (基本用法) 链接:https://www.cnblogs.com/lychee/p/11214032.html (原理用法) 云同步的原理是找到在github远端保存一个gist文件,每创 ...
分类:
其他好文 时间:
2020-06-07 21:40:29
阅读次数:
85
(本文章内容仅在windows10下经测试能够运行,不能保证其他环境下的可靠性) 通过使用out关键字,使得存储过程能够返回数据 案例场景:使用存储过程实现计算emp表指定员工编号的员工的年薪 创建存储过程示例代码如下: create or replace procedure p_yearsal(e ...
分类:
数据库 时间:
2020-06-06 23:15:48
阅读次数:
87
轉自 https://cloud.tencent.com/developer/article/1512622 ES的常用查询与聚合 2019-09-242019-09-24 18:02:41阅读 1.1K0 0 说明 基于es 5.4和es 5.6,列举的是个人工作中经常用到的查询(只是工作中使用的 ...
分类:
编程语言 时间:
2020-06-06 18:43:32
阅读次数:
54
(本文章内容仅在windows10下经测试能够运行,不能保证其他环境下的可靠性) PL/SQL游标概念:类似于集合 定义游标关键字:cursor;1、不带参数游标语法:cursor 游标变量名 is 查询语句; 示例代码如下: cursor c1 is select * from emp; 2、带参 ...
分类:
数据库 时间:
2020-06-06 12:42:26
阅读次数:
93
参考资料: https://docs.gitea.io/en-us/install-from-binary/ https://cloud.tencent.com/developer/article/1198275 https://blog.csdn.net/rocshaw/article/detai ...
分类:
其他好文 时间:
2020-06-05 23:11:57
阅读次数:
112
I think the explanation from the Mozilla Docs describes it well: You can assign a different this object when calling an existing function. this refers ...
分类:
移动开发 时间:
2020-06-04 14:04:51
阅读次数:
92