如果我错了请纠正我,在CoffeeScript中取消缓冲(不输出到.js)注释的唯一方法是
# This is the only way to mute this single-line comments
###缓冲多行的注释
### This will be outputted to the .js
For things like copyright notices.
###
但是有没有办法有无缓冲的多行注释?
# This is the only way to mute
# multiple-lines
谢谢。
我想运行代码的某些部分,而不是所有代码,而我不想执行的代码可以外包出去,但保留在程序中以备将来使用。
当前代码:
for i in v:
with open('text.txt'.format(i), 'w') as in_file:
in_file.write(xxx)
with open('text.txt'.format(i), 'w') as in_file:
in_file.write(xxx)
我知道的一种方法是使用"#“将其作为注释,但这非常浪费时间,因为有
通知不适用于Linux独立窗口管理器(Openbox、Awesome和类似的)。我试着安装通知守护程序和邓斯特,但是用notify-send "something"发送不会使任何窗口弹出。
我试着运行polkit-gnome代理并直接运行通知守护进程,但是它没有帮助(之前我用这种方式解决了类似的问题,但现在它什么也没做)。
除非我用python发送琐碎的通知,否则没有任何错误的迹象,然后我只得到模糊的错误消息:
File "/usr/lib/python3.3/site-packages/gi/types.py", line 113, in function
我试图找到解决方案,如何隐藏和取消隐藏的评论在VS2010。我发现的是:
# region
comments for code
#endregion
和:
但是这个在VS2010中不起作用,或者我不知道如何...
所以也许任何人都可以提供帮助,并提供一些如何隐藏评论的解决方案,比如:
string x = "...." //comment