command
Various types of commands
LtMamba
这个作者很懒,什么都没留下…
展开
-
PowerShell -- Command
PowerShell 命令称为 cmdlet(读作 command-let)可以用任何编译的 .NET 语言或 PowerShell 脚本语言本身来编写 cmdlet。它是在PowerShell环境中使用的轻量级命令。 这些是在PowerShell环境中实现特殊功能的特殊命令。cmdlet遵循“动词-名词”模式,例如:set-childItem。----------------------------------------start-process PowerShell -verb ...原创 2023-12-19 11:15:25 · 686 阅读 · 0 评论 -
Linux--Command
Linux Command原创 2023-02-04 10:48:32 · 3152 阅读 · 0 评论 -
Command——SQL
----修改表的数据类型Alter table [表名] Alter column [列名] [列类型]--查看当前正在运行的sql进程SELECT distinct [Spid] = session_Id, ecid, [Database] = DB_NAME(sp.dbid), [User] = nt_username, [Status] = er.status, [Wait] = wait_type, [Individual Query] = SUBSTRING(qt.原创 2021-12-14 15:17:38 · 749 阅读 · 0 评论 -
Command--Windows
【代码】Command--Windows。原创 2023-07-10 18:30:00 · 86 阅读 · 0 评论 -
FTP--Command
ftp command原创 2023-02-04 20:15:30 · 518 阅读 · 0 评论
分享