码迷,mamicode.com
首页 >  
搜索关键字:note about the work    ( 20899个结果
496. Next Greater Element I
You are given two arrays (without duplicates) nums1 and nums2 where nums1’s elements are subset of nums2. Find all the next greater numbers for nums1' ...
分类:其他好文   时间:2020-06-24 23:43:31    阅读次数:50
ESXi 常用命令
修改 IP 和 Gateway esxcli network ip interface ipv4 set -i vmk0 -I 10.124.29.32 -N 255.255.255.0 -g 10.124.29.1 -t static ...
分类:其他好文   时间:2020-06-24 22:02:22    阅读次数:65
IDEA中Project 和 Module的区别
IDEA中Project 和 Module的区别 1、IntelliJ IDEA 官方对于Project和Module的定义如下: (1)Project: A project is a top-level organizational unit for your development work i ...
分类:其他好文   时间:2020-06-24 21:55:44    阅读次数:146
mysql常用函数
1- DATEDIFF(date1,date2) 函数返回两个日期之间的天数。 date1 和 date2 参数是合法的日期或日期/时间表达式。 注释:只有值的日期部分参与计算。 SELECT DATEDIFF('2008-12-29','2008-12-28') AS DiffDate 结果:1 ...
分类:数据库   时间:2020-06-24 21:25:54    阅读次数:71
iOS 打包上线提交版本成功了,但是构建版本不出现
我上周发布第一个版本的时候,就遇到了这个问题,当时在网上找相关文章也没有找到,没想到我朋友今天打包发版本也遇到了这个问题,所以记录下解决方案 问题:打包上线时明明提交版本成功了,但是构建版本不出现 原因:打的包有问题,而且大概率时项目里面有使用苹果废弃了的UIWebview 具体原因,看开发者账号关 ...
分类:移动开发   时间:2020-06-24 19:35:15    阅读次数:209
学习httprunner记录03
使用httprunner3.x版本 python版本是3.6 测试环境是zen dao 以下为脚本: # NOTE: Generated By HttpRunner v3.1.0 # FROM: assign_me.har import re from httprunner import HttpR ...
分类:Web程序   时间:2020-06-24 19:33:41    阅读次数:54
ORA-00445: 后台进程 "J001" 在 120 秒之后仍没有启动
今天早上系统突然挂掉,查看数据库发现数据库内存使用完了,然后看trace日志发现: os thread scheduling delay history: (sampling every 1.000000 secs) 0.000000 secs at [ 08:58:05 ] NOTE: sched ...
分类:系统相关   时间:2020-06-24 19:29:27    阅读次数:122
Spring Boot快速搭建
#什么是Spring Boot 它使用 “习惯优于配置” (项目中存在大量的配置,此外还内置一个习惯性的配置,让你无须)的理念让你的项目快速运行起来。 它并不是什么新的框架,而是默认配置了很多框架的使用方式,就像 Maven 整合了所有的 jar 包一样,Spring Boot 整合了所有框架 #使 ...
分类:编程语言   时间:2020-06-24 18:06:54    阅读次数:48
CORS问题的处理策略
1、问题现象 Access to XMLHttpRequest at 'http://yyyy' from origin 'http://zzzz' has been blocked by CORS policy: Request header field xxxx is not allowed b ...
分类:其他好文   时间:2020-06-24 17:47:18    阅读次数:66
修改macos的启动LOGO
This is going to be a short post about how to change your Macintosh boot logo/start logo without using software like BootXChanger. Since this software ...
分类:系统相关   时间:2020-06-24 16:13:33    阅读次数:109
20899条   上一页 1 ... 76 77 78 79 80 ... 2090 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!