Tag: 控制台

Java 控制台中文问题(windows平台)

nick | java, windows | 2012-02-01
Java 控制台中文问题(windows平台)
测试代码 import java.io.Console; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.nio.charset.Charset; public class JsTest { @SuppressWarnings("rawtypes") private static void outputCharset(){ Constructor[] ctors = Console.class.getDeclaredConstructors();... [阅读全文]

Flash Console 2.52

nick | as, flash | 2011-08-31
Flash Console 2.52
I have tested a new console for Flash called Flash-console v2.52 (created by Lu Aye Oo). This is by far the best console/monitor tool I’ve tried. With a few lines, you are up and running and have control over the FPS, memory, trace, channels, and more. You can open the command prompt, and modify instances at runtime. In t... [阅读全文]
ė 6Flash Console 2.52已关闭评论 0, , , ,

PyDebug – JS的调试控制台

nick | js, open | 2011-07-15
PyDebug 是一个只有一个文件的框架,这个框架可以帮助你调试页面的 Javascript 代码。 许多Jser 至今还在使用 alert 用来查看变量。 但alert 有以下缺点: 不适合大量输出、不适合查看非基础类型变量 (比如许多变量仅仅输出 [Object] ) 。 目前浏览器都有提供了开发者工具,然而仍有许多浏览器未提供此工具,或者提供的工具不容易用。且一旦开发工具未... [阅读全文]
Ɣ回顶部