码迷,mamicode.com
首页 >  
搜索关键字:wine os x    ( 140323个结果
OS + linux nc shell / nc
s linux nc命令实现聊天室概念 nmap-ncat-6.40-7.el7.x86_64 服务端,苹果机输入:nc -l 9000 客户端,windows机器输入:telnet 苹果机IP地址 9000 这样双方就可以聊天了。 nc命令的作用 https://www.cnblogs.com/g ...
分类:系统相关   时间:2020-05-13 16:46:15    阅读次数:71
oracle sqlt(sqltxplain) 诊断工具
oracle sqlt(sqltxplain) 诊断工具 原创 Oracle 作者:selectshen 时间:2016-05-31 12:37:08 7813 0 文档Doc ID 1526574.1包含了下载,安装,参考资料,最佳实践等相关信息. 以下是一个简单的安装测试: OS:centos ...
分类:数据库   时间:2020-05-13 12:18:59    阅读次数:83
介绍一个可在deepin下直接运行exe的方法
此方法基于 deepin-wine 实现1、管理员权限打开 /usr/share/applications/2、新建文本文件 wine.desktop ,并输入以下内容: [Desktop Entry] Name=Deepin-wine Exec=deepin-wine %F Type=Applic ...
分类:其他好文   时间:2020-05-13 09:17:50    阅读次数:230
Linux下单机OGG同步oracle11g DB测试
一、安装goldengate软件 1.1测试环境 OS: redhat 6 64bit DB: oracle 11.2.0.3 64bit 查看OS和DB版本 [oracle@redhat6 ~]$ uname -aLinux redhat6 2.6.32-131.0.15.el6.x86_64 # ...
分类:数据库   时间:2020-05-12 13:47:39    阅读次数:72
NETAPP 基本操作
常用检查命令 environment status 查看环境信息 version 查看OS版本 sysconfig v 查看系统信息(设备序列号 系统软、硬件信息等) sysconfig a 查看系统信息详情 sysconfig av sysconfig r 查看RAID信息(spare盘及故障硬盘 ...
分类:移动开发   时间:2020-05-12 13:21:03    阅读次数:92
x01.editor: 语法高亮编辑器
学习《Tkinter GUI Programming By Example》时,发现了语法高亮编辑器和聊天程序还不错。语法高亮编辑器如下,聊天程序可在下载中获取。 1. 效果图 2. 代码 import os, sys CurrDir = os.path.dirname(__file__) sys. ...
分类:其他好文   时间:2020-05-12 11:52:51    阅读次数:81
GTK# tutorial
This is GTK tutorial for the C programming language. This tutorial is suitable for beginners and more advanced programmers. GTK\ GTK is a wrapper over ...
分类:其他好文   时间:2020-05-11 23:23:23    阅读次数:91
多行转一行脚本
# coding=utf-8 import os t = '' with open(r'E:\PycharmProjects\AppHttp\data\a.txt', 'rb') as lines: for line in lines: line = line.decode().replace(os ...
分类:其他好文   时间:2020-05-11 15:42:00    阅读次数:66
golang ---查看进程(Windows)
代码:其实主要是调用tasklist和taskkill package main import ( "fmt" "log" "os/exec" ) func main() { var inputStr string for { fmt.Println(" ") fmt.Print("1->退出 ") ...
分类:Windows程序   时间:2020-05-11 13:43:09    阅读次数:134
10行Python 代码,实现 AI 目标检测技术,你会吗?
只需10行Python代码,我们就能实现计算机视觉中目标检测。 from imageai.Detection import ObjectDetection import os execution_path = os.getcwd() detector = ObjectDetection() dete ...
分类:编程语言   时间:2020-05-11 12:53:41    阅读次数:88
140323条   上一页 1 ... 80 81 82 83 84 ... 14033 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!