当前位置:首页 > 高老师 第37页
高老师

高老师 管理员

暂无介绍

920 篇文章 0 次评论

SQLSTATE[SL009]: : 0 [Microsoft][ODBC 游标库] 在调用 SQLFetchScroll/S QLExtendedFetch 之前,

高老师3年前 (2023-01-06)976
SQLSTATE[SL009]: : 0 [Microsoft][ODBC 游标库] 在调用 SQLFetchScroll/S QLExtendedFetch 之前,
原因是无法处理此字段的类型,原sql如下:SELECT  DEPOTID_JTBB  FROM修正后SELECT  CAST(DEPOTID_JTBB as NVARCHAR(35))  AS&nbs...

springboot配置定时任务

高老师3年前 (2023-01-05)551
springboot配置定时任务
(1).在类上开启注解@Component @EnableScheduling public class DepotSyncToErp {}(2).在要执行的方法上配置表达式,5秒执行1次@Scheduled(cron = "0/5&n...

springboot切换数据源

高老师3年前 (2023-01-05)551
springboot切换数据源
数据库配置如下:spring:   datasource:     dynamic:       primary: ds1 #设置默认的数据源或者数据源组...

springboot、MyBatis-Plus、hana数据库模型查询的处理

高老师3年前 (2023-01-04)546
springboot、MyBatis-Plus、hana数据库模型查询的处理
hana数据库查询语句如下:SELECT  *  FROM   "_SYS_BIC"."ellassay.public/AT_DIM_SAP_DEPOT_ALL_NEW_JTBB" ...

springboot配置文件包含特殊字符的处理

高老师3年前 (2023-01-04)576
springboot配置文件包含特殊字符的处理
由于新增的erp数据库密码包含特殊字符,无法识别,只需要添加单引号即可解决,密码为!-uPtbn1588opop=!,加了单引号okspring:   datasource:     dynamic:   &nbs...

git 使用alias别名

高老师3年前 (2022-12-24)524
git 使用alias别名
vim ~/.bashrcalias php74='C:/phpEnv/php/php-7.4/php.exe'source ~/.bashrcphp74 -...

fastadmin确定按钮事件

高老师3年前 (2022-11-29)1302
fastadmin确定按钮事件
fastadmin在添加页面点击确定按钮,新增数据成功,触发上级页面刷新。先看确定按钮的代码逻辑,来自源码var that = this, submitBtn = $(".layer-footer [type=submi...

php spreadsheet 复制工作表

高老师3年前 (2022-11-28)734
php  spreadsheet 复制工作表
       $file = 'C:/Users/gao/Documents/WXWork/1688857048324134/Cache/File/2022-08/集团报数数据差异明细对比.xlsx&#...

php sphinx 全文检索 中文分词

高老师3年前 (2022-11-26)710
php sphinx 全文检索 中文分词
(1).下载3.4.1版本http://sphinxsearch.com/downloads/current/(2).配置数据源和索引(超精简版本)# # Minimal Sphinx configuration sample (clean,&nb...

Sap Ds Data is not available. Increase the time-out interval values in Debug | Options

高老师3年前 (2022-11-21)528
Sap  Ds Data is not available. Increase the time-out interval values in Debug | Options
软件顶部 debug->options 所有时间设置为50...