码迷,mamicode.com
首页 >  
搜索关键字:linux指令 查找文件 find whereis which locate    ( 33554个结果
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
Pset_AlarmTypeCommon
Pset_AlarmTypeCommon 报警类型公共:报警类型公共属性。历史:在IFC4中添加。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Reference Reference ID for this specifie ...
分类:其他好文   时间:2021-07-21 17:42:30    阅读次数:0
SQLServer字符串查找(判断字符串是否含数字或字母)
从sqlserver中提取数据如何截取字符 1、LOCATE(substr , str ):返回子串 substr 在字符串 str 中第一次出现的位置,如果字符substr在字符串str中不存在,则返回0;2、POSITION(substr IN str ):返回子串 substr 在字符串 st ...
分类:数据库   时间:2021-07-20 16:24:17    阅读次数:0
Apache OpenNLP的初探
https://blog.csdn.net/Richard_vi/article/details/78909939?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7Edefaul ...
分类:Web程序   时间:2021-07-19 16:54:29    阅读次数:0
Linux下使用Ansible处理批量操作
Ansible介绍: ansible是一款为类unix系统开发的自由开源的配置和自动化工具。它用python写成,类似于saltstack和puppet,但是不同点是ansible不需要再节点中安装任何客户端。它使用ssh来通信。它基于python的paramiko开发,分布式,无需任何客户端,轻量 ...
分类:系统相关   时间:2021-07-14 18:45:06    阅读次数:0
mongodb排序
使用sort即可,如下: db.adu.find().sort({"Age":-1}) 其中,Age为排序字段,-1表示降序,1表示升序 ...
分类:数据库   时间:2021-07-14 18:44:18    阅读次数:0
树莓派3b的raspberrypi系统更改默认的python版本
输入python看默认版本,一般是2.7。 1、删除软链接命令 pi@raspberrypi:~ $ sudo rm /usr/bin/python 2、查看本机安装的python版本及路径 pi@raspberrypi:~ $ whereis python python: /usr/bin/pyt ...
分类:编程语言   时间:2021-07-14 18:43:59    阅读次数:0
检测configMap,重载Pod内的业务容器
Usage: 使用sidecar模式,跟业务进程运行在同一个Pod内,检测到configMap更新后,会自动触发Hook - name: prometheus-server-configmap-reload image: 'jimmidyson/configmap-reload:v0.3.0' ar ...
分类:其他好文   时间:2021-07-05 19:01:41    阅读次数:0
1046 Shortest Distance (20 分)
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 ...
分类:其他好文   时间:2021-07-05 17:06:44    阅读次数:0
CUDA -- nvvp无法新建New Session(报错:can't find dependent DLL)
打开nvvp并新建session时弹窗报错 解决方法: 添加环境变量Path: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.1\extras\CUPTI\lib64 完成后,重启nvvp即可 ...
分类:其他好文   时间:2021-07-02 16:14:21    阅读次数:0
33554条   1 2 3 4 ... 3356 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!