码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
【HTML5】弃用标签与新增标签
NO.1 弃用标签 <acronym> 允许作者明确地声明一个字符序列,,它们构成一个单词的首字母缩写或简略语。 <applet> 标志着包含了Java的applet。 <basefont> 定义页面中文本的默认字体、颜色或尺寸。 <bgsound> 是IE浏览器中设置网页背景音乐的元素。 <big ...
分类:Web程序   时间:2021-02-19 13:26:25    阅读次数:0
如何快速定位 Redis 热 key?
背景 在 Redis 中,热 key 指的是那些在一段时间内访问频次比较高的键值,具体到业务上,商品的限时抢购、瞬时的新闻热点或某个全局性的资源,都极有可能产生热点 key。 热点 key 的出现可能会对系统的稳定性和可用性造成影响,比如对应节点的网卡带宽被打满,出现丢包重传,请求波动耗时大幅上升, ...
分类:其他好文   时间:2021-02-19 13:18:59    阅读次数:0
基本的git/linux/g++/ 等指令
0 引言 本文将常用的指令记录下来,以备查询。 1 git Command Meaning Reference Linking git status view all files' state, tracked or untracked, commited or un commited git st ...
分类:系统相关   时间:2021-02-19 13:10:17    阅读次数:0
FWT 小记录
神仙的博客 https://www.luogu.com.cn/blog/command-block/wei-yun-suan-juan-ji-yu-ji-kuo-zhan qwq ...
分类:其他好文   时间:2021-02-19 12:55:53    阅读次数:0
GO学习-(21) Go语言基础之Go性能调优
Go性能调优 在计算机性能调试领域里,profiling 是指对应用程序的画像,画像就是应用程序使用 CPU 和内存的情况。 Go语言是一个对性能特别看重的语言,因此语言中自带了 profiling 的库,这篇文章就要讲解怎么在 golang 中做 profiling。 Go性能优化 Go语言项目中 ...
分类:编程语言   时间:2021-02-18 13:47:16    阅读次数:0
IDEA基本操作
psvm或者main main方法 sout --system.out 输出 ctrl+鼠标左键,进入类 左侧structure,查看类的结构,方法 tools --generate javadoc --other command line arguments:-encoding utf-8 -ch ...
分类:其他好文   时间:2021-02-18 13:17:46    阅读次数:0
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog 新建Maven项目,遇到警告: No archetype found in remote catalog. Defaulting to inter ...
分类:其他好文   时间:2021-02-18 13:05:15    阅读次数:0
解决idea__Maven:No archetype found in remote catalog. Defaulting to internal catalog
解决idea创建Maven项目时 No archetype found in remote catalog. Defaulting to internal catalog 下载archetype-catalog.xml下载地址:https://repo1.maven.org/maven2/arche ...
分类:其他好文   时间:2021-02-17 14:41:35    阅读次数:0
Command "python setup.py egg_info" failed with error code 1
问题 在进行python环境配置的时候,发现以下问题: 解决 更新setuptools和pip ...
分类:编程语言   时间:2021-02-17 14:34:33    阅读次数:0
tensorflow-gpu:Could not load dynamic library 'cusolver64_10.dll'; dlerror: cusolver64_10.dll not found
之前下载了cuda11.1想要使用tensorflow的gpu版本,不料调试的时候出了问题,使用tf.test.is_gpu_available()命令测试的时候出现了如下错误: 错误日志: WARNING:tensorflow:From <ipython-input-2-17bb7203622b> ...
分类:其他好文   时间:2021-02-17 14:13:19    阅读次数:0
16044条   上一页 1 ... 13 14 15 16 17 ... 1605 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!