Struts 2框架提供了良好的预配置,并准备使用的盒拦截。下面列出了几个重要的拦截器: 完整的细节上面提到的拦截,请loook到Struts2文档。但我会告诉你如何使用拦截器,一般在你的Struts应用程序。 ...
分类:
其他好文 时间:
2018-08-19 20:07:56
阅读次数:
206
Compressed and uncompressed copies of jQuery files are available. The uncompressed file is best used during development or debugging; the compressed f ...
分类:
Web程序 时间:
2018-08-17 23:32:08
阅读次数:
431
mysql -u root -p mysql>use mysql; mysql>update user set host =’%'where user =’root’; mysql>flush privileges; mysql> use mysql Reading table informatio ...
分类:
数据库 时间:
2018-08-16 19:55:56
阅读次数:
224
kbmMW的更高版本包含越来越多的功能,可用于通常的日志记录,审计,运行期发生异常时的堆栈跟踪以及现在的内存使用调试。这些功能实际上可用于任何应用程序,不仅限于基于kbmMW开发的多层应用系统。我已经在kbmMW上写了一些关于日志记录和审计系统的文章,其中还介绍了如何在处理异常时的堆栈跟踪,最近新增 ...
分类:
其他好文 时间:
2018-08-16 13:41:35
阅读次数:
133
Intro to IntelliJ https://www.youtube.com/watch?v=c0efB_CKOYo https://www.youtube.com/watch?v=S764o0mAXhg Debugging in IntelliJ https://www.youtube.co ...
分类:
其他好文 时间:
2018-08-09 19:23:47
阅读次数:
89
实例 列出所有端口 (包括监听和未监听的) 列出所有处于监听状态的 Sockets 显示每个协议的统计信息 在netstat输出中显示 PID 和进程名称 netstat -p可以与其它开关一起使用,就可以添加“PID/进程名称”到netstat输出中,这样debugging的时候可以很方便的发现特 ...
分类:
Web程序 时间:
2018-08-07 23:53:19
阅读次数:
242
一.Mac OS X内核编程开发官方文档: I/O Kit Fundamentals: I/O Kit基础 - Mac OS X系统内核编程 https://developer.apple.com/library/mac/#documentation/devicedrivers/conceptual ...
分类:
其他好文 时间:
2018-08-07 19:02:21
阅读次数:
185
1.Kernel hacking > Kernel low-level debugging functions --> Early printk 2.boot option中你需要添加 earlyprintk项。类似于:console=ttySAC0,115200 root=/dev/mtdbloc ...
分类:
其他好文 时间:
2018-08-07 00:31:01
阅读次数:
170
1. Build from source cd GOPATH mkdir k8s.io cd k8s.io git clone https://github.com/kubernetes/kubernetes.git Note : make the location of sure source c ...
分类:
Web程序 时间:
2018-08-01 14:25:48
阅读次数:
355
Confluence 支持一些可以从 Java 系统属性中配置的配置参数和调试(debugging )设置。系统属性通常是使用 -D 为参数选项,这个选项是 Confluence 在运行后设置到 JVM 虚拟机中的。请参考:Configuring System Properties 页面中的内容来获得更多的信息。开始版本默认值模块...作用和影响atlassian.forceSchemaUpdat
分类:
其他好文 时间:
2018-07-30 11:31:10
阅读次数:
201