引言: 由于在c代码中看到过打印彩色字, 又对PS1 想进一步了解,才有了这篇博文。----------------------------------------Linux 终端控制台字体颜色 ----------------------------------------Linux 终端控制台字...
分类:
系统相关 时间:
2014-10-31 06:20:14
阅读次数:
225
当进入的目录比较深时, cmd的提示符几乎会占据整行, 很烦, 于是Google之... 参考: A better PROMPT for CMD.EXE ... 更改方式: 1. prompt 新提示符 2. set prompt 新提示符 我还是比较喜欢Linux的简洁方式: prompt $$....
============问题描述============ 有关actionBar自定义样式...我希望自定义ActionBar中Tab标签页标题的字体样式,应该是在style.xml中添加android:actionBarTabTextStyle样式吧?但是实际却并没有效果.PS1:style.xm...
分类:
其他好文 时间:
2014-10-22 00:42:52
阅读次数:
244
在powershell命令行里依次运行1. (new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex2. install-module posh-git如果你的系统是64位的,可能会报错"D:\我...
分类:
其他好文 时间:
2014-10-05 14:47:08
阅读次数:
843
注意:使用方法:# PS1='自定义内容'注意两边的单引号示例: PS1='(\u@\H \d \t)\$'------------------------------------------------------------------------------------------------...
分类:
其他好文 时间:
2014-09-27 13:34:49
阅读次数:
177
shell 十三问:1) 为何叫做 shell ?2) shell prompt(PS1) 与 Carriage Return(CR) 的关系?3) 别人 echo、你也 echo ,是问 echo 知多少?4) " "(双引号) 与 ' '(单引号)差在哪?5) var=value?export ...
分类:
其他好文 时间:
2014-09-19 13:39:15
阅读次数:
298
Powershell profile.ps1 cannot be loaded because its operation is blocked by software restriction policies解决方法:修改注册表[HKEY_LOCAL_MACHINE\SOFTWARE\Wow643...
分类:
其他好文 时间:
2014-09-18 18:05:14
阅读次数:
424
在fedora发行版linux中安装mono,编译powershell(ps1)脚本运行环境。
用mono和脚本运行环境,运行powershell脚本
分类:
系统相关 时间:
2014-09-15 22:37:19
阅读次数:
277
简介
简单来说pash就是bash+powershell
在linux中编译powershell脚本运行环境。在linux,mono中运行powershell脚本(*.ps1)
分类:
其他好文 时间:
2014-09-15 17:38:49
阅读次数:
338