码迷,mamicode.com
首页 >  
搜索关键字:skype 离线消息 offline im    ( 3820个结果
干掉端口被占用的进程
1、查看端口被占用的进程: netstat -ano |findstr "端口号" 查看“4300”端口被占用的进程: 2、kill对应的进程: taskkill /f /t /im "进程id或者进程名称" 3、如果因为权限问题导致失败。请以管理员权限运行cmd ...
分类:系统相关   时间:2021-06-03 18:19:08    阅读次数:0
abapGit
常见的abap代码备份及还原工具有:Mass Download; SAP Link和 abapGit https://docs.abapgit.org/guide-install.html 登陆语言请使用 EN 下载单机版本, 地址:https://raw.githubusercontent.com ...
分类:其他好文   时间:2021-06-02 19:05:31    阅读次数:0
Java MinIO 集成
完整的项目在 GitHub-mlb 配置类 package com.seliote.mlb.fs.config; import com.seliote.mlb.common.config.PropertiesInjector; import io.minio.BucketExistsArgs; im ...
分类:编程语言   时间:2021-06-02 17:42:43    阅读次数:0
Axios异步通信
#概念 #环境导入 不想下载了 直接用在线的。 <script src="https://unpkg.com/axios/dist/axios.min.js"></script> #简单例子 编写一个data.json { "name": "jie", "url": "https://www.cnb ...
分类:移动开发   时间:2021-05-24 02:19:43    阅读次数:0
Python面试题
1、Python的特点和优点? 可解释、开源、动态特性、简洁明了、面向对象(可开动碱面) 详细特点可查看:https://data-flair.training/blogs/python-tutorial/ 2、深拷贝、浅拷贝和直接赋值的区别? 1)深拷贝,把一个对象复制给另外一个对象, 2) im ...
分类:编程语言   时间:2021-05-23 23:43:25    阅读次数:0
train_data
for images, labels in train_data: for images, labels in train_data: img = images[0] img = img.numpy() img = np.transpose(img, (1, 2, 0)) plt.imshow(im ...
分类:其他好文   时间:2021-05-23 23:01:36    阅读次数:0
常用Windows cmd命令
(目录) 本文列出一些常用的 windows cmd命令,使用windows + r键后输入命令或者打开cmd.exe命令提示符输入,其中cmd命令提示符可以通过使用windows + r键后输入cmd打开 杀掉进程 $ taskkill /im chromedriver.exe /f # 或者 $ ...
分类:Windows程序   时间:2021-05-04 15:37:33    阅读次数:0
os.makedirs()遇到的报错解决
os.makedirs()遇到的报错解决 本文基于Windows 10提出解决办法 先贴出遇到的错误: PermissionError Traceback (most recent call last) <ipython-input-29-273e681a3508> in <module> 1 im ...
分类:其他好文   时间:2021-05-03 13:18:49    阅读次数:0
0745. Prefix and Suffix Search (H)
Prefix and Suffix Search (H) 题目 Design a special dictionary which has some words and allows you to search the words in it by a prefix and a suffix. Im ...
分类:其他好文   时间:2021-05-03 12:54:25    阅读次数:0
Impacket 如何使用
首先我们要先去GitHub下载源码,或者直接使用 git clone https://github.com/CoreSecurity/impacket.git 然后解压缩,进入impacket cd impacket/ 然后运行 python setup.py install 工具都在这个目录里im ...
分类:其他好文   时间:2021-04-27 15:22:31    阅读次数:0
3820条   上一页 1 2 3 4 ... 382 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!