由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - Java有没有define, ifdef?
相关主题
Re: yes....1413问个两个.h文件互相include的问题
Re: 想起几年前Re: run servlet from command li本周Python module 学习:logging (日志记录)
C# equivalent of #ifdef _DEBUGa dump method in Java
AOP 中的 self-invocation 问题请教如何可以配置不同的项目源码
aspectJ + ant , how to define task?关于C++中 extern "C"的问题。
我看VW事件Urgent question: AIX, C++11, Shared Object
Question about Tomcat请教一个C++试题!
怎样清理不要的C代码用一个C++面试题challenge一下大家
相关话题的讨论汇总
话题: java话题: ifdef话题: define话题: logger话题: 有没有
进入CS版参与讨论
1 (共1页)
x*****o
发帖数: 28
1
Java有没有跟C++类似的
#define
#ifdef
之类的宏命令?
查了下,似乎没有? 不确定。
double thanks. ;)
w***f
发帖数: 75
2
没有。

【在 x*****o 的大作中提到】
: Java有没有跟C++类似的
: #define
: #ifdef
: 之类的宏命令?
: 查了下,似乎没有? 不确定。
: double thanks. ;)

x*****o
发帖数: 28
3
oo. thx.
不爽,debug的代码只能注释掉了...

【在 w***f 的大作中提到】
: 没有。
w*******g
发帖数: 9932
4
use aspectJ to weave in debugging code.

【在 x*****o 的大作中提到】
: oo. thx.
: 不爽,debug的代码只能注释掉了...

y***u
发帖数: 101
5
有assert,用来debug也不错

【在 x*****o 的大作中提到】
: oo. thx.
: 不爽,debug的代码只能注释掉了...

s*********b
发帖数: 815
6
There is something in this world called logger

【在 x*****o 的大作中提到】
: oo. thx.
: 不爽,debug的代码只能注释掉了...

x*****o
发帖数: 28
7
both assertion and logger are good.
I just read over these two.
I prefer the #define, because I am doing the performance
study. I don't even like the debug code to have impact over
the processing time.

【在 s*********b 的大作中提到】
: There is something in this world called logger
P*****f
发帖数: 2272
8
But if you are really concerned with performance, why Java?

【在 x*****o 的大作中提到】
: both assertion and logger are good.
: I just read over these two.
: I prefer the #define, because I am doing the performance
: study. I don't even like the debug code to have impact over
: the processing time.

x*****o
发帖数: 28
9
I also think so now.
previously I think java huge library is good, easy for implementation.
but now for performance, I already throw out those libraries...
only use raw array and math/io package... han~.

【在 P*****f 的大作中提到】
: But if you are really concerned with performance, why Java?
1 (共1页)
进入CS版参与讨论
相关主题
用一个C++面试题challenge一下大家Question about Tomcat
请教一个C++编程问题怎样清理不要的C代码
Re: yes....1413问个两个.h文件互相include的问题
Re: 想起几年前Re: run servlet from command li本周Python module 学习:logging (日志记录)
C# equivalent of #ifdef _DEBUGa dump method in Java
AOP 中的 self-invocation 问题请教如何可以配置不同的项目源码
aspectJ + ant , how to define task?关于C++中 extern "C"的问题。
我看VW事件Urgent question: AIX, C++11, Shared Object
相关话题的讨论汇总
话题: java话题: ifdef话题: define话题: logger话题: 有没有