c*e
2 楼
看一哥们,用的不知道什么软件在调试code,不能走近看,但是绝对不象是visual
studio.一個用c#,aspx的公司里,还有什么常用软件来调试,test,debug?
studio.一個用c#,aspx的公司里,还有什么常用软件来调试,test,debug?
c*t
3 楼
I am trying to render int[] in a hex format, but couldn't find a way.
I'd like output { 0,16,2,15 } to the following output
0x00, 0x10, 0x02, 0x0f
I just couldn't seem to find a way from the documentation. Any one
knows?
I'd like output { 0,16,2,15 } to the following output
0x00, 0x10, 0x02, 0x0f
I just couldn't seem to find a way from the documentation. Any one
knows?
c*e
5 楼
看一哥们,用的不知道什么软件在调试code,不能走近看,但是绝对不象是visual
studio.一個用c#,aspx的公司里,还有什么常用软件来调试,test,debug?
studio.一個用c#,aspx的公司里,还有什么常用软件来调试,test,debug?
W*n
8 楼
Xamarin studio和mono ide
n*x
11 楼
windbg可以看dump,c#调试也凑活
c*t
22 楼
我在弄 code generation 。可能是 xml / plain text / c 等输出。
所以弄个文件比如
...declarations..
myTable = { $array$ };
...rest
就能方便一些。不用把 declaration / myTable = 之类的全放进 Java 里。
算了。我还是用 Velocity 得了。有一点我不喜欢 velocity 的就是太多的
scripting 。但是刚发现几个严重的 StringTemplate 的问题。很多
bug/feature 。比如 int[][] array
$array:{r|$r;separator=","$|};separator="\n"$
不工作。里面 StringTemplate 干脆就没认出 $r$ 是 int[]。这个很讨厌,
不需要它自动识别 int[] 的时候它不自动,需要的时候它偏偏又不了。。。
奇怪,难道用 StringTemplate 的人从来不输出 hexadecimal 和输入
multi-dimensional array ?Google 了半天没结果 :(
【在 h**j 的大作中提到】
: 不知道这样算不算
: $array;format=\"hex\",separator=\", \"$
: 然后自己写一个hex format
: 你那这个库干啥呢 好像拼json不错用...
所以弄个文件比如
...declarations..
myTable = { $array$ };
...rest
就能方便一些。不用把 declaration / myTable = 之类的全放进 Java 里。
算了。我还是用 Velocity 得了。有一点我不喜欢 velocity 的就是太多的
scripting 。但是刚发现几个严重的 StringTemplate 的问题。很多
bug/feature 。比如 int[][] array
$array:{r|$r;separator=","$|};separator="\n"$
不工作。里面 StringTemplate 干脆就没认出 $r$ 是 int[]。这个很讨厌,
不需要它自动识别 int[] 的时候它不自动,需要的时候它偏偏又不了。。。
奇怪,难道用 StringTemplate 的人从来不输出 hexadecimal 和输入
multi-dimensional array ?Google 了半天没结果 :(
【在 h**j 的大作中提到】
: 不知道这样算不算
: $array;format=\"hex\",separator=\", \"$
: 然后自己写一个hex format
: 你那这个库干啥呢 好像拼json不错用...
m*t
24 楼
Freemarker, man, freemarker...
【在 c*****t 的大作中提到】
: 我在弄 code generation 。可能是 xml / plain text / c 等输出。
: 所以弄个文件比如
: ...declarations..
: myTable = { $array$ };
: ...rest
: 就能方便一些。不用把 declaration / myTable = 之类的全放进 Java 里。
: 算了。我还是用 Velocity 得了。有一点我不喜欢 velocity 的就是太多的
: scripting 。但是刚发现几个严重的 StringTemplate 的问题。很多
: bug/feature 。比如 int[][] array
: $array:{r|$r;separator=","$|};separator="\n"$
相关阅读
Which Web service is better EJB or RPCUnix: where to execute java program?Java大侠们:Hashtable help please!stupid questions:XP中,双击.jar文件,为什么不运行为什么要用RMI?about java -D option?how to do this???怎么用java作alert message啊?JDBC怎样连接FoxPro数据库?求教 java.lang.outofMemorya garbage collection questionAnother Image quesSilent java installation on LinuxJava做界面能做成这样吗?大家考Sun那个Programmer证书吗?Re: [转载] Java Regular Expression Questiocom.sun.tools.javac.Main 问题[转载] howto uninstall java in debian?如何改变JDK 的语言设置how do I get parameters passed by text area (form