学习powershell 2周后,请慢慢解释。$oldMachineName通常由用户使用读主机设置.在下面的脚本中,我用不同的名称替换了它,以测试不同的场景。
我的剧本:
$oldPcName = Read-Host "Please enter the name or IP address of the old pc."
$oldNetworkPrinters = Get-WmiObject win32_printer -ComputerName "$oldPcName"
foreach ($printer in $oldNetworkPrinters)
我试图安装filezilla,但是缺少这个依赖项(libgnutls30 (>= 3.5.3))。在尝试从源代码安装依赖项时,我没有成功。有人能给我建议一下怎么修吗?在安装依赖项时,我能够配置它,使它,但make没有通过。
The following packages have unmet dependencies:
filezilla : Depends: libgnutls30 (>= 3.5.3) but 3.4.10-4ubuntu1.4 is to be installed
E: Unable to correct problems, you have held bro
我试图在表中获取null约束,因此我使用了以下sql请求:
select * from all_constraints
where owner='userx'
and constraint_type='C'
and search_condition='%IS NOT NULL';
问题是我得到了ORA-00997:非法使用长数据类型异常
在查看Oracle9i文档时,我意识到search_condition列是长数据类型的。
如何利用这个专栏?