2019年4月2日

调试Java程序持续占cpu问题

摘要: 1、先用top查看占用cpu的进程id 2、再用ps -ef | grep PID定位具体的进程主体;3、用ps -mp pid -o THREAD,tid,time打印出该进程下的线程占用cpu情况 4、其次将需要的线程ID转换为16进制格式:printf "%x\n" tid 5、最后打印线程的堆栈信息:jstack pid | grep tid -A 30 阅读全文

posted @ 2019-04-02 14:16 Mark Jiao 阅读(521) 评论(0) 推荐(0) 编辑

2017年11月27日

Freemarker notes | Freemarker学习笔记

摘要: 对比 JSP Freemarker Velocity, FreeMarker Reference, FreeMarker模板开发指南, 所有内建函数, 所有指令, 程序开发指南 阅读全文

posted @ 2017-11-27 16:05 Mark Jiao 阅读(1322) 评论(0) 推荐(0) 编辑

2017年4月13日

Spring Struts Hibernate trouble shooting | 一些问题的记载

摘要: Struts项目上传文件失败 阅读全文

posted @ 2017-04-13 16:26 Mark Jiao 阅读(153) 评论(0) 推荐(0) 编辑

2016年7月13日

MySQL 性能调优之查询优化

摘要: MYSQL查询优化总结,Query优化相关方法,影响性能的解决方法,Mysql索引介绍及常见索引的区别 阅读全文

posted @ 2016-07-13 09:45 Mark Jiao 阅读(6316) 评论(1) 推荐(1) 编辑

2016年4月8日

Tomcat性能调优 | Tomcat Performance Tuning

摘要: Tomcat Connector运行模式,线程池配置,APR (Apache Portable Runtime)配置,。。。 阅读全文

posted @ 2016-04-08 16:29 Mark Jiao 阅读(2595) 评论(0) 推荐(0) 编辑

Tomcat配置、管理和问题解决 | Tomcat Configuration, Manangement and Trouble Shooting

摘要: 中文乱码问题,Tomcat无法shutdown进程,注册Windows服务,运行状态war增加jar,... 阅读全文

posted @ 2016-04-08 16:09 Mark Jiao 阅读(3751) 评论(0) 推荐(0) 编辑

2016年3月23日

SWT Browser & XULRunner

摘要: xulrunner, swt browser, profile 阅读全文

posted @ 2016-03-23 13:36 Mark Jiao 阅读(3987) 评论(0) 推荐(0) 编辑

2016年3月9日

Windows应用安装制作工具调查报告

摘要: Windows应用安装方式,安装制作工具比较,Installer Features,Java程序安装基本需求,NSIS (Nullsoft Scriptable Install System) 阅读全文

posted @ 2016-03-09 11:26 Mark Jiao 阅读(629) 评论(0) 推荐(0) 编辑

2016年1月25日

CentOS Configuration | CentOS配置

摘要: CentOS,用户和权限,Java, 阅读全文

posted @ 2016-01-25 11:27 Mark Jiao 阅读(717) 评论(0) 推荐(0) 编辑

2015年2月5日

命令行加载IE ActiveX插件

摘要: 网页中用到的ActiveX插件是怎样加载的,手工加载,更改注册项改变插件行为,以及用命令加载插件的办法。 阅读全文

posted @ 2015-02-05 16:00 Mark Jiao 阅读(2016) 评论(0) 推荐(0) 编辑

2015年1月30日

Java那些事儿

摘要: 动态加载类库,JCE 阅读全文

posted @ 2015-01-30 14:56 Mark Jiao 阅读(489) 评论(0) 推荐(0) 编辑

2014年10月19日

互联网技术要考虑的事情

摘要: 交互设计 Interaction Design, IxD 用户体验设计 User Experience Design, UxD GUI设计师与UI设计师的区别 UI与UE的区别具体工作有什么不同UI(用户界面)是广义概念,包含软硬件设计,囊括了GUI 、UE以及ID(交互设计)。GUI(用户图形界面 阅读全文

posted @ 2014-10-19 11:38 Mark Jiao 阅读(186) 评论(0) 推荐(0) 编辑

2014年7月29日

Parameterized Testing | 参数化测试

摘要: JUnit Parameterized testshttps://github.com/junit-team/junit/wiki/Parameterized-tests 1 package org.ut.parameter; 2 public class Fibonacci { 3 pub... 阅读全文

posted @ 2014-07-29 13:54 Mark Jiao 阅读(1355) 评论(0) 推荐(0) 编辑

2014年4月22日

Git usage | Git 使用

摘要: Git 用法小结: Revert a file change, Sync a fork, ... 阅读全文

posted @ 2014-04-22 21:56 Mark Jiao 阅读(1385) 评论(0) 推荐(0) 编辑

Introduce products I worked on | 介绍一下我做过的产品

摘要: 介绍我工作过的产品 Search&Promote, LiveCycle ES 阅读全文

posted @ 2014-04-22 21:43 Mark Jiao 阅读(250) 评论(0) 推荐(0) 编辑

2013年12月3日

PHPUnit manual note | PHPUnit手册笔记

摘要: PHPUnit http://phpunit.de/manual/3.7/zh_cn/index.html 阅读全文

posted @ 2013-12-03 11:24 Mark Jiao 阅读(765) 评论(0) 推荐(0) 编辑

PHP manual notes | PHP手册笔记

摘要: PHP手册基本语法 阅读全文

posted @ 2013-12-03 11:16 Mark Jiao 阅读(339) 评论(0) 推荐(0) 编辑

2013年9月9日

Globalization, Localization, Internationalization and Translation

摘要: Localization, Internationalization, Globalization 阅读全文

posted @ 2013-09-09 10:26 Mark Jiao 阅读(366) 评论(0) 推荐(0) 编辑

2013年7月18日

HTTP 超文本传输协议

摘要: HTTP协议Status Code, 请求方法, Http headers ... 阅读全文

posted @ 2013-07-18 15:02 Mark Jiao 阅读(336) 评论(0) 推荐(0) 编辑

2013年6月29日

Design Patter

摘要: 23种经典的Golf设计模式Java Design PatternSpring中的设计模式 http://www.uml.org.cn/j2ee/201301074.asp 阅读全文

posted @ 2013-06-29 09:47 Mark Jiao 阅读(189) 评论(0) 推荐(0) 编辑

2013年5月27日

Selenuim Webdriver notes

摘要: Selenuim Webdriver API commands and operations, all actions, window switch methods, ... 阅读全文

posted @ 2013-05-27 16:45 Mark Jiao 阅读(749) 评论(0) 推荐(0) 编辑

2013年4月8日

Performance Testing

摘要: Difference Between Performance Testing, Load Testing and Stress Testing – With Exampleshttp://www.softwaretestinghelp.com/what-is-performance-testing-load-testing-stress-testing/Performance testing is the testing, which is performed, to ascertain how the components of a system are performing, given 阅读全文

posted @ 2013-04-08 14:14 Mark Jiao 阅读(413) 评论(0) 推荐(0) 编辑

2012年8月21日

Android 4 SDK

摘要: http://www.cnbeta.com/articles/182064.htm 阅读全文

posted @ 2012-08-21 12:20 Mark Jiao 阅读(141) 评论(0) 推荐(0) 编辑

2012年6月20日

Perl notes | Perl语言入门(第四版)笔记

摘要: Perl语言入门(第四版) notes 阅读全文

posted @ 2012-06-20 15:04 Mark Jiao 阅读(495) 评论(0) 推荐(0) 编辑

2012年6月14日

Linux useful commands gallery | Linux常用命令集锦

摘要: Linux基础, 系统管理, 文件管理, 网络通信, 磁盘管理 阅读全文

posted @ 2012-06-14 11:15 Mark Jiao 阅读(773) 评论(0) 推荐(0) 编辑

2012年3月31日

In memory of LiveCycle

摘要: My two blogs which won the top clicks of the month 阅读全文

posted @ 2012-03-31 21:45 Mark Jiao 阅读(167) 评论(0) 推荐(0) 编辑

2012年3月21日

Web Monitor/Dev/Test Tool Collection 网站/网页监控/开发/测试工具集合

摘要: HttpWatch, HttpRequester, Firebug, Selenium, Watir, JMeter 阅读全文

posted @ 2012-03-21 20:55 Mark Jiao 阅读(657) 评论(0) 推荐(0) 编辑

2012年3月3日

Java Programmer Q&A | Java程序员问答

摘要: 为什么this 或 super必须在第一行? 为什么this 和 super不能同时存在于构造函数? 阅读全文

posted @ 2012-03-03 17:48 Mark Jiao 阅读(330) 评论(0) 推荐(1) 编辑

2011年11月17日

GUI Automation Test Distilled 图形用户界面自动化测试精粹

摘要: Summary on automation test framework setup 自动化测试框架搭建摘要 阅读全文

posted @ 2011-11-17 17:14 Mark Jiao 阅读(836) 评论(0) 推荐(0) 编辑

Selenium quick start note

摘要: Quick start note on Selenium IDE, WebDriver, ... 阅读全文

posted @ 2011-11-17 16:23 Mark Jiao 阅读(349) 评论(0) 推荐(0) 编辑

2011年11月16日

Software Testing Essentials 软件测试精要

摘要: Which test methods to use? What's a good test case? How to make a test strategy? If you can't answer these 3 questions, look into this article. 阅读全文

posted @ 2011-11-16 16:41 Mark Jiao 阅读(443) 评论(0) 推荐(0) 编辑

2011年11月7日

Review Java advanced features

摘要: Java knowledges: generics, reflection, ... 阅读全文

posted @ 2011-11-07 13:45 Mark Jiao 阅读(301) 评论(0) 推荐(1) 编辑

2009年10月30日

Fedora 11 Configuration and Management

摘要: Fedora 11 install guide, Partition Recommendation, Configuration(Network/Telnet/VNC/FTP/Samba) 阅读全文

posted @ 2009-10-30 13:57 Mark Jiao 阅读(473) 评论(0) 推荐(0) 编辑

2009年10月21日

Flex notes

摘要: Resources:  Flex Developer Center: http://www.adobe.com/devnet/flex/?navID=gettingstarted  Flex Examples: http://blog.flexexamples.com/  Flex in a Week: http://www.adobe.com/devnet/flex/videotraining/... 阅读全文

posted @ 2009-10-21 15:48 Mark Jiao 阅读(231) 评论(0) 推荐(0) 编辑

2009年8月21日

Windows Tips

摘要: Some useful tips on Windows: import/export Windows registry through cmd 阅读全文

posted @ 2009-08-21 18:18 Mark Jiao 阅读(177) 评论(0) 推荐(0) 编辑

2009年8月13日

Useful Products and Tools | 实用的产品和工具

摘要: 工欲善其事,必先利其器! These are some useful products and tools, like XMind, ... 阅读全文

posted @ 2009-08-13 22:58 Mark Jiao 阅读(302) 评论(0) 推荐(0) 编辑

2009年7月27日

Python: execute an external program (zz)

摘要: os.system, os.popen, subprocess.Popen ... 阅读全文

posted @ 2009-07-27 11:45 Mark Jiao 阅读(505) 评论(0) 推荐(0) 编辑

2009年7月10日

SilkTest 2006 sp2 Notes of GettingStartedTutorial (2008,07)

摘要: Chapter 1 Introducing SilkTest Chapter 2 Preparing to Use this Tutorial Chapter 3 Planning a Testing Strategy Chapter 4 Capturing Your Application Chapter 5 Creating Testcases Chapter 6 Running Testcases Chapter 7 Reviewing and Reporting Test Results Chapter 8 Testing Databases 阅读全文

posted @ 2009-07-10 19:00 Mark Jiao 阅读(491) 评论(0) 推荐(0) 编辑

2009年7月7日

Python notes

摘要: Some book notes from "Python tutorial 3.0" and "Dive Into Python" 阅读全文

posted @ 2009-07-07 18:27 Mark Jiao 阅读(714) 评论(0) 推荐(0) 编辑

2009年2月26日

Ant Notes of usage and failures

摘要: Ant Notes of usage and failures: java.lang.OutOfMemoryError, use propertyregex to operate a string, use replaceregexp to operate a file ... 阅读全文

posted @ 2009-02-26 19:43 Mark Jiao 阅读(1196) 评论(1) 推荐(0) 编辑

导航