SELECT l.session_id sid, s.serial#, l.locked_mode, l.oracle_username, s.user#,l.os_user_name,s.machine, s.terminal,a.sql_text, a.actionFROM v$sqlarea ...
分类:
数据库 时间:
2019-08-14 12:25:43
阅读次数:
108
1、在pycharm下进入terminal; 2、pyinstaller -F xx.py 3、如果用到了pyqt,出现如下错误: 解决方法:将D:\Anaconda3\pkgs\qt-5.9.6-vc14h1e9a669_2\Library\plugins中的platforms文件夹拷贝到.exe ...
分类:
编程语言 时间:
2019-08-10 12:10:44
阅读次数:
93
``` XARGS(1) General Commands Manual XARGS(1) NAME xargs build and execute command lines from standard input SYNOPSIS xargs [ 0prtx] [ E eof str] [ e[ ...
分类:
其他好文 时间:
2019-08-06 00:40:45
阅读次数:
72
当想要在服务器上部署一个常驻程序时,不想让程序随着Terminal的退出而中止,你可以使用docker nohup supervisor 这些工具来实现。但是处于想学习Linux中Systemd的目的,我使用Systemd来实现把一个Golang程序作为一个系统服务 新建Systemd的Servic ...
分类:
其他好文 时间:
2019-08-05 12:20:34
阅读次数:
197
abstract 1. install wsl 2. install fluent terminal 3. install zsh 4. install oh my zsh 5. config oh my zsh 6. sudo for windows install wsl install flu ...
eclipse使用git的命令行很简单,无需额外配置,类似idea的方式 在eclipse的preferences中搜索terminal,可以看见git的配置(之前计算机上装过git),就类似于idea的terminal配置一样 之后,去打开eclipse的terminal,windows->sho ...
分类:
系统相关 时间:
2019-08-03 21:34:13
阅读次数:
166
修改远程端口: 为安全起见,服务器远程端口请改为:11005,具体修改步骤如下: 打开“开始→运行”,输入“regedit”,打开注册表,进入以下路径:[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TerminalServer\Wds\rd ...
分类:
其他好文 时间:
2019-07-29 14:31:56
阅读次数:
110
Java 8 中的 Stream 是对集合(Collection)对象功能的增强,它专注于对集合对象进行各种非常便利、高效的聚合操作(aggregate operation),或者大批量数据操作 (bulk data operation) 同时它提供串行和并行两种模式进行汇聚操作,并发模式能够充分利 ...
分类:
编程语言 时间:
2019-07-29 14:24:17
阅读次数:
120
问题:在pyqt界面运行中会异常退出,但是无出错代码追踪信息。 解决方法: 选中Emulate terminal in output console即可显示错误信息。 ...
分类:
其他好文 时间:
2019-07-28 17:39:21
阅读次数:
77
为学习Linux,在虚拟机中安装类ubuntu18.04,刚装完系统时间是不对的,系统中也没有gcc,g++。 关于安装软件无非就是: 修改系统时间: 回车后,根据提示依次输入相应国家地区,然后使用以下命令设置: 回车后你的时间已经设置过来了。 为了使用python要安装anaconda,系统自带的 ...
分类:
系统相关 时间:
2019-07-27 23:47:50
阅读次数:
285