更换科大源 方案一:在命令行输入 sudo gedit /etc/apt/sources.list ,打开系统自带源文件。 将文件内源删除,更换为以下科大源: deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe ...
分类:
系统相关 时间:
2019-12-10 13:04:40
阅读次数:
142
18.4.6 源 # 中科大源 deb https://mirrors.ustc.edu.cn/ubuntu/ bionic main restricted universe multiverse deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-upda ...
分类:
系统相关 时间:
2019-11-28 19:23:12
阅读次数:
108
管理员用户登录sqlplus, 依次执行以下命令: shutdown immediate; startup mount; ALTER SYSTEM ENABLE RESTRICTED SESSION; ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0; ALTER SYS ...
分类:
数据库 时间:
2019-11-23 22:19:49
阅读次数:
134
sudo s cd /etc/apt gedit source.list deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb src http://mirrors.aliyun.co ...
分类:
系统相关 时间:
2019-11-17 17:42:20
阅读次数:
87
通过vs code 运行webpack进行打包时,报错webpack : 无法加载文件 D:\nodejs\node_global\webpack.ps1,因为在此系统上禁止运行脚本。 解决方案: 以管理员身份运行vs code 执行:get-ExecutionPolicy,显示Restricted ...
分类:
Web程序 时间:
2019-11-09 13:55:51
阅读次数:
679
shutdown immediate; startup mount; alter system enable restricted session; alter system set job_queue_processes=0; alter system set aq_tm_processes=0; ...
分类:
数据库 时间:
2019-11-07 09:50:20
阅读次数:
91
链接: https://codeforces.com/contest/1245/problem/B 题意: Let n be a positive integer. Let a,b,c be nonnegative integers such that a+b+c=n. Alice and Bob ...
分类:
其他好文 时间:
2019-11-05 13:21:51
阅读次数:
122
出现这个问题的原因可能是:PowerShell执行策略的问题 解决: 1. 右击VSCode图标,选择以管理员身份运行;2. 在终端中执行get-ExecutionPolicy,显示Restricted,表示状态是禁止的;3. 这时执行set-ExecutionPolicy RemoteSigned ...
分类:
其他好文 时间:
2019-11-04 11:55:10
阅读次数:
248
缺省离线环境安装的ocp4的Operatorhub是没有内容的。详细离线文档参考官网文档 https://docs.openshift.com/container-platform/4.2/operators/olm-restricted-networks.html 我这里以amq-stream为例 ...
分类:
其他好文 时间:
2019-11-01 16:15:42
阅读次数:
163
Blog地址:https://blog.51cto.com/13969817很多情况,Office365Admin需要使用PowerShell执行一些类似Mailbox相关的管理设置,当执行导入PSSession命令时,会弹出如下错误提示:这个问题产生的原因是:默认情况下执行策略是“Restricted”,你没有正确的配置Powershell执行策略。解决方案:可以通过下面命令解决问题:Set-E
分类:
其他好文 时间:
2019-10-29 14:12:18
阅读次数:
77