English 中文(简体)
如果以下特征不需要放弃,那么越狱的性质就应当是什么?
原标题:What should an escape character do if the following character doesn t need escaping?

提出申请的Im在现场工作,可以进入地段。

插图中的特殊性在评估扼杀时将插入不同的东西,但这种特殊性在先是逃逸(反弹),造成特殊性在字面上是输出,而不是其特殊含义。

这一概念与定期表述相类似:.与任何特性相符,但.对应。

在越狱之后,有某种不需要放弃的特性,怎么办? 例如,如果说:

  1. The escape character "escapes" the literal as itself: f becomes f ("an escaped f")
  2. The escape character isn t an escape character unless it s followed by a special character: f remains as f
  3. Error! Throw an exception because the it s invalid to have an escape character not escaping anything

所有这些都是可能的,我认为是正当的。 但是,这更有意义,而其他语文已经非常常见?

最佳回答

我对第一项解决办法投了票。 这使得形成扼制容易: 如果你不知道某一特性是否在你看来具有特别的意义,那就只是逃脱了。 它赢得了一定的伤害。

问题回答

归根结底,正确的答案可能不是语言上的分歧。 在阿达,我期望选择三,因为它在很大程度上涉及严格执行严格的规则。 在Perl,我期望选择一个或两个,因为这个办法通常更具有宽容性。

自2006年以来 I m 多数为C++方案管理员,我对方案4投票:安排在此种情况下要求履行职务。 “违约”顺序作为参数传递给它,它预计要么收回解释的结果,要么放弃一个例外。

如果是本土的“视窗软件”软件,那么我只想到与C++解决方案相近的东西,那么,它只能从最近添加的链条开始,并在链条下工作,直到功能恢复解释的结果,或者回到链条末,而违约功能会带来例外。





相关问题
XML-RPC Standard and XML Data Type

I was looking at XML-RPC for a project. And correct me if I m wrong, but it seems like XML-RPC has no XML datatype. Are you supposed to pass as a string? or something else? Am I missing something? ...

Is it exists any "rss hosting" with API for creating feeds

I am creating a desktop app that will create some reports. I want to export these reports as RSS or ATOM feeds. I can easily create feeds with Rome lib for Java. But I have no idea how to spread them. ...

Improving Q-Learning

I am currently using Q-Learning to try to teach a bot how to move in a room filled with walls/obstacles. It must start in any place in the room and get to the goal state(this might be, to the tile ...

High-traffic, Highly-secure web API, what language? [closed]

If you were planning on building a high-traffic, very secure site what language would you use? For example, if you were planning on say building an authorize.net-scale site, that had to handle tons ...

Def, Void, Function?

Recently, I ve been learning different programming langages, and come across many different names to initalize a function construct. For instance, ruby and python use the def keyword, and php and ...

热门标签