Possible Duplicate:
Code won’t run. [not]
我已撰写并汇编了方案,并想将其编成册,以便从单壳中可以找到方案名称,而不是把方案放在名册上。 如果有可能,请让我知道。
Possible Duplicate:
Code won’t run. [not]
我已撰写并汇编了方案,并想将其编成册,以便从单壳中可以找到方案名称,而不是把方案放在名册上。 如果有可能,请让我知道。
您必须学习PATH,如果你与我一起去Alderaan。
http://www.troublefireers.com/linux/prepostpath.htm 您所汇编的节目由您负责。
例如,如果你在<条码>内/家庭/家庭/家庭/家庭/家庭/家庭/家庭/企业编码>内。 名录
(单位:美元)
PATH=$PATH:`pwd`
$myprog
阅读 rel=“nofollow noreferer”> 出口> 各种变量和bashrc file,使这一变化永久化。 (假定现金是你的损失)
www.un.org/Depts/DGACM/index_spanish.htm 关于将<代码>(>(现行名录)列入<代码>的详细讨论 PATH 这是一种坏的想法。
Lets say you re being attacked by an adversary on your machine.
He authors a malicious program, and puts it in a directory, hoping that you ll stumble on it eventually. To increase his chances, he names it something common like mv
.
如果您在行程开始时添加了<代码><>>>>>>>,如果在您的打字栏上出现,那么,则当地<代码>mv(/mv
)的操作而不是mv
。 我们大家也用了! 这是因为.
在您的行程中,当地<代码>mv将在<代码>/usr/bin/mv之前找到。 简言之,你的用户账户或整个机器可能受到严重破坏。
(注:mv可能为已建指挥部之一,并幸免。) 不能肯定......但原则是坚实的
因此,你学习了这个教训,现在将.
放在你行程的末尾,以便所有“官方”名录都将在当地名录上查询。
但袭击者现在来到你们! 他不采用<代码>mv的方案,而是在<代码>mc上设定,该编码是<代码>mv的一个通用标记。 您还打算打上<代码>mv 1file 2,但将打上一个简单的打字,打上<代码>mc。 现在,所有“官方”名录都进行了搜索,因此没有发现节目mc
,最后可见于当地名录。 恶毒的法典正在运行,你再次失去。
经验教训是,你的<代码>PATH只应涵盖已知的正统软件,而且由于您目前的目录变化频繁,你从未确切知道该软件是什么,也永远不应使用该软件,除非你用<代码>/对预设装置(例如> /IMeanToRun this)重新明确。
rel=“nofollow noreferer” http://s64.com/bash/alias.html
e.g.
alias progname=/path/to/program/progname
在个人方面,我使用<代码>$HOME/bin作为我所写的公用事业的个人收集点,但赢得所有用户的利用。 否则,<代码>/usr/ local/bin<>/code>往往是所有用户使用are<>>的当地书面方案的适当场所。 无论如何,我已经核实,后一位置在我的道路上,并添加了<>HOME/bin。
除非您真的are <>>>>>----------------------------------------------------------------------------------------- 这将等同于在<条码>C:Windows/code>或C:Windows System32
上安装你的节目。 这实际上永远不是正确的答案。
明确建议更多地了解PATH环境变量,并了解如何寻找方案。 另外,正如在另一项评论中指出的那样,仅仅不增加<条码>。
<><>Edit>: 顺便说一句,我对我的视窗箱做了非常相似的事情。 我总是在<代码>C:Program 文件/代码>上打造一个纤维,名称为<代码>C:Programs。 在这里,我翻了一番,标题是bin
,并在系统的道路上加。 页: 1 远如我使用$HOME/bin
on a *nix 方框,并填写任何手表(即real)。 视窗安装器被使用,或从*nix开出,能够在其道路上容忍诸如<代码>C:Programsmingw、C:programsMSYS
、或C:programscygwin/code>等其他文件夹中的空间。
主要从指挥部门使用的任何小型公用事业通常在<代码>C:programsin 上结束,但对于在PCI以上使用的任何Im认真计划,一般都创建了一个配有。
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...
I have been searching for sample code creating iterator for my own container, but I haven t really found a good example. I know this been asked before (Creating my own Iterators) but didn t see any ...
Is there an equivalent to tidy for HTML code for C++? I have searched on the internet, but I find nothing but C++ wrappers for tidy, etc... I think the keyword tidy is what has me hung up. I am ...
I m new to C++ and am wondering how much time I should invest in learning how to implement template classes. Are they widely used in industry, or is this something I should move through quickly?
Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...
Why is it when i do the following i get errors when relating to with wchar_t? namespace Foo { typedef std::wstring String; } Now i declare all my strings as Foo::String through out the program, ...
I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...
Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?