博客新增音乐播放器,点击打开捷径,切换或暂停音乐。
随笔分类 - Blog Tools
摘要:MySql: select * from TABLE_NAME limit A, B; 解释: A,查询起点 B,你需要的行数 Oracle: --1:无ORDER BY排序的写法。(效率最高)--(经过测试,此方法成本最低,只嵌套一层,速度最快!即使查询的数据量再大,也几乎不受影响,速度依然!)
阅读全文
摘要:Atlassian ID has become the new Atlassian Account. Read more about it here. After some great community feedback, we are releasing SourceTree for Mac 1
阅读全文
摘要:1. Groovy : Groovy Console The Groovy Swing Console allows a user to enter and run Groovy scripts. This page documents the features of this user inter
阅读全文
摘要:HiveMind is a comprehensive ERP application for service organizations. It includes a project management application featuring project/task, request, a
阅读全文
摘要:原文地址:http://blog.csdn.net/hiarcs/article/details/6621623 其实很多软件都可以把PDF导出成文本,甚至很多支持批量操作,这里不赘述。本文的内容是如何在Java环境下用代码来完成这个功能。 用到的api是apache的pdfbox:官网下载页面 例
阅读全文
摘要:This post would look into how to tackle and debug issues in scenarios where they only occur in production (or other remote environment) but not in dev
阅读全文