搜索资源列表
webim163
- Mibew Messenger 是一个开源的在线客服应用系统。 Mibew Messenger 可以让客户或访问者与管理员在线聊天(所有聊天记录都将被记录)。该系统支持无限个客服人员、访问 者和聊天记录。提供一个Web管理界面,让管理员可以:设置自动回复信息,跟踪访问人员是从哪里点进来的,搜索历史聊天记录,将信息转发给其它管理员,标 记“变态”访问者,查看当前所有通话情况,当客服人员离线时访问人员还可以留言。聊天窗口外观完全可利用模板自定义。-Mibew Messenger is an op
Logback_manual_chs
- Logback提供独特而实用的特性,比如Marker、参数化记录语句、条件化堆栈跟踪和强大的事件过滤功能。以上列出的仅仅是logbook实用特性的一小部分。 对于自身的错误报告,logback依赖状态(Status)对象,状态对象极大地简化了故障查找。你也许想在上下文中使用状态对象而不是记录。 Logback-core附带了Joran,Joran是个强大的、通用的配置系统,你可以在自己的项目里使用Joran以获得巨大的作用。-Logback provide unique and usef
operation
- how to analyze NS2 trace file using Java
jwebap_0.6.1_all
- 对j2ee系统进行监控,带有可视化的web页面显示。包括http访问记录,方法记录等-monitor the system based on the j2ee,it can record the http trace ,call method trace
agressive
- * Descr iption: This example shows how to create a resource using an aggressive * backfilling policy without advance reservation features. The jobs are * read from a trace file. To test this example, you can use one of the traces * includ
Thinking-in-Java-4st
- 本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从Java的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。 -This book won wide acclaim from the world of programmers, even the most obscure concept in Bruce Eckel' s text affini
BeautifulCode
- Java已经成为了编程语言的骄子。我们可以看到,越来越多的大学在教授数据结构、程序设计和算法分析等课程时,选择以Java语言为载体。这本<Java编程思想>赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。-Java programming language has become the pride. We can see that more and more universities in the teach
DBAnywhereForLinux
- swing开发的数据库管理工具,支持常用的几大主流数据库,其他数据库可以自己扩展添加(只要有此数据库jdbc驱动的jar包就行),可以查看用户表(数据可导出成Excel,可以下载或以图片格式直接查看blob字段),主键,索引,视图,触发器,存储过程等,可以生成对表增,删,改,查的sql语句,还可以生成对表操作的代码,支持批量表的数据导入和导出(支持blob/clob),写sql有自动提示功能,像pl/sql developer一样,还有其他功能不再多描述,是开发mis系统的好帮手-trace D
TraceAnalysis
- trace analysiser in java for ns2
spring-test
- Cache模拟器 程序运行时,都会对内存进行相关操作,所访问的内存地址可以被记录下来,形成memory trace文件。在本实验中,你将使用benchmark程序产生的memory trace文件来测试Cache命中率,文件可以在http://cseweb.ucsd.edu/classes/fa07/cse240a/proj1-traces.tar.gz上获得。-Cache simulation
raytracer20100402
- ray trace 代码 非常好用,学习图形的必备软件-ray trcae code very useful
SerializerTraceWriter
- This class wraps the real writer, it only purpose is to send CHARACTERTOSTREAM events to the trace listener.
LilyEnhancementScript-master
- 南京大学小百合论坛增强脚本,包含功能: 1.显示性别 显示为 (男生/女生/赛亚人) 赛亚人表示无法识别 仅供参考 2.显示地址 会显示发帖人的地址 需要外网访问! 3.追踪用户发言 在当前页面内 用红色框标注某个用户发的帖子,默认跟踪楼主,特别适合看G版的各种苦情贴。。。 4.帖子折叠 单击右边的 楼层号 就可以将此楼折叠/展开 -Enhanced scr ipt for BBS of Nanjing University contains functions: 1 s
dEFAULTfAILUREdETAILvIEW.RAR
- A view that shows a stack trace of a failure.
StackOverflowError
- Constructs a new {@code StackOverflowError} that includes the current stack trace.
VMDebug
- Specifies the default method trace data file name.
TestDefaults
- Stack Trace Element Original Source Code for Java scr ipt.
LossGenerator
- The attached java code LossGenerator.java and Random.java may be used to generate the loss traces independently. The java trace file can be d as follows java LossVectorGenerator p q gBLER bBLER subsamp n seed offset vectorfile -The attached java
AuditService_01
- Camel Java Audit Example: This example shows how to use the Camel Tracer functionality, to trace how messages are routed in Camel in real time.
java_contours
- 给入DEM数据,生成等高线,算法上先采用反平方加权采样,然后在追踪出边缘的算法。-Import DEM data, generate contours.The algorithm acoording to reverse weight sampling and trace the edge of the contours.