码迷,mamicode.com
首页 >  
搜索关键字:sdk version    ( 33447个结果
Spring Boot 整合 PageHelper
Spring Boot 整合 PageHelper 依赖导入 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version> ...
分类:编程语言   时间:2021-01-25 10:44:33    阅读次数:0
Type 'System.Data.DataTable, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not allowed here.
<?xml version="1.0"?> <configuration> <configSections> <sectionGroup name="system.data.dataset.serialization" type="System.Data.SerializationSettingsS ...
分类:其他好文   时间:2021-01-25 10:44:15    阅读次数:0
Spring Boot 整合Swagger2
Spring Boot 整合Swagger2 依赖导入 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </depend ...
分类:编程语言   时间:2021-01-25 10:42:42    阅读次数:0
Sentry(v20.12.1) K8S 云原生架构探索,JavaScript 性能监控之采样 Transactions
系列 Sentry-Go SDK 中文实践指南 一起来刷 Sentry For Go 官方文档之 Enriching Events Snuba:Sentry 新的搜索基础设施(基于 ClickHouse 之上) Sentry 10 K8S 云原生架构探索,Vue App 1 分钟快速接入 Sentr ...
分类:编程语言   时间:2021-01-25 10:39:12    阅读次数:0
Docker执行php脚本,可写shell定时任务
docker exec -it php php /www/my_project/think version >> my.log docker exec -it php 执行容器 php /www/my_project/think version 执行php指令 并将执行结果写入日志 ...
分类:Web程序   时间:2021-01-25 10:34:25    阅读次数:0
sql分组排序row_number() over()
sql分组排序函数 row_number() over(partition by 分组列 order by 排序列 desc) select tmp.pk_order from(select pk_order, row_number() over(partition by vbillcode ord ...
分类:数据库   时间:2021-01-22 12:30:09    阅读次数:0
EasyExcel进行读写操作
1、导入Pom依赖 <!--引入EasyExcel,同时需要引入poi的包--> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>2.1.1</version> </dep ...
分类:其他好文   时间:2021-01-21 10:52:39    阅读次数:0
windows server 2008 R2 x64 部署.net core 3.1项目
1、安装 vc_redist.x64 https://www.microsoft.com/en-us/download/details.aspx?id=48145 2、安装Windows Hosting 和 Net Core SDK https://dotnet.microsoft.com/down ...
分类:Windows程序   时间:2021-01-21 10:36:58    阅读次数:0
android中uiautomatorviewer monkeyrunner脚本地址
uiautomatorviewer monkeyrunner脚本地址: sdk/tools/bin目录下面 android 启动DDMS: 双击 sdk/tools/monitor.bat 即可启动 (androidStuido3.0之后的启动方式) 参考:https://blog.csdn.net ...
分类:移动开发   时间:2021-01-21 10:34:43    阅读次数:0
springcloud 集成Sentinel 1.8持久化到nacos
1、客户端pom引入 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> <version>2.2.4.RELEASE</ve ...
分类:编程语言   时间:2021-01-21 10:31:19    阅读次数:0
33447条   上一页 1 ... 49 50 51 52 53 ... 3345 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!