码迷,mamicode.com
首页 >  
搜索关键字:any    ( 7409个结果
Hello World Hexo
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
分类:其他好文   时间:2021-07-23 17:39:58    阅读次数:0
消除 if else 判断
1.if..else public int calculate(int a, int b, String operator) { int result = Integer.MIN_VALUE; if ("add".equals(operator)) { result = a + b; } else ...
分类:其他好文   时间:2021-07-15 18:58:38    阅读次数:0
Cobra框架使用手册
cobra框架使用手册 cobra是go语言的一个库,可以用于编写命令行工具。 概念 Cobra 结构由三部分组成:命令 (commands)、参数 (arguments)、标志 (flags)。最好的应用程序在使用时读起来像句子,要遵循的模式是APPNAME VERB NOUN --ADJECTI ...
分类:其他好文   时间:2021-07-07 17:55:53    阅读次数:0
你所不知道的 C# 中的细节
前言 有一个东西叫做鸭子类型,所谓鸭子类型就是,只要一个东西表现得像鸭子那么就能推出这玩意就是鸭子。 C# 里面其实也暗藏了很多类似鸭子类型的东西,但是很多开发者并不知道,因此也就没法好好利用这些东西,那么今天我细数一下这些藏在编译器中的细节。 不是只有 Task 和 ValueTask 才能 aw ...
分类:Windows程序   时间:2021-07-07 17:49:06    阅读次数:0
vmware安装windows11操作系统时,提示:press any key to boot from CD or DVD......
参考:虚拟机安装windows10操作系统时,提示:press any key to boot from CD or DVD...... vmware安装windows11操作系统时,提示:press any key to boot from CD or DVD...... 错误截图如下图示: 先来 ...
分类:Windows程序   时间:2021-07-05 17:37:53    阅读次数:0
2个视图基类,5个视图扩展类,9个视图子类,视图集,drf自动生成路由
两个视图基类 APIView ?? GenericAPIView # 导入from rest_framework.generics import GenericAPIView??类GenericView 继承了APIView,?class GenericAPIView(views.APIView): ...
分类:其他好文   时间:2021-07-05 17:10:35    阅读次数:0
[部署日记]GO在Visual Studio Code初次运行时提示go: go.mod file not found in current directory or any parent directory; see 'go help modules'
我裂开,一波未平一波又起... 按照MS教程上填写 package main import "fmt" func main() { fmt.Println("Hello World!") } 然后无脑搜索教程,其中修改了launch.json无济于事,按理来说新手入门的话应该VSC的配置文件是不需要 ...
分类:其他好文   时间:2021-06-28 19:44:16    阅读次数:0
1046 Shortest Distance (20 分)
The task is really simple: given N exits on a highway which forms a simple cycle, you are supposed to tell the shortest distance between any pair of e ...
分类:其他好文   时间:2021-06-25 16:53:38    阅读次数:0
解决error: src refspec main does not match any
出错的git命令: git push -u origin main解决方法:git show-ref8c4c7afc8d831dcba4f8989e39eb8286c1657439 refs/heads/master新命令:git push -u origin master成功解决参考:https: ...
分类:其他好文   时间:2021-06-24 17:31:05    阅读次数:0
Nessus扫描操作系统漏洞
主机IP: 靶机IP: 访问https://www.tenable.com/downloads/nessus#nessus-7-2-0-for-unix-linux根须系统版本下载相对应的Nessus安装包(下载之前使用uname -a查看系统架构) 显示的是64位操作系统,然后到官网下载相对应的版 ...
分类:其他好文   时间:2021-06-23 17:14:08    阅读次数:0
7409条   1 2 3 4 ... 741 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!