朵朵盟盟 开发者_Go百科 2021-12-26 01:52 如果你签约,你写的同人小说收费的话,那是属于侵权行为。同人作品在标注说明是“同人作品”时,只要不用它来赚钱,就不会有事,只要用同人作品来赚钱,那就是侵权。如
this one creates an error: @settings = { :tab1 => { :name => { :required => true }, :description }
When I select a line in Textmate and do the shortcut for comment line (command-L on Mac), it uses C-style comments (ie. /* ... */). How do I change it to use C++ style comments (ie. // ...). I a开发者