• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
小折腾
博客园    首页    新随笔    联系   管理    订阅  订阅
1 2 3 4 5 ··· 7 下一页
2013年3月23日
Generating PDFs for Fun and Profit with Flying Saucer and iText
摘要: http://today.java.net/pub/a/today/2007/06/26/generating-pdfs-with-flying-saucer-and-itext.html 阅读全文
posted @ 2013-03-23 01:16 小折腾 阅读(288) 评论(0) 推荐(0)
2012年10月24日
Un outil pour tester les webservice
摘要: www.soapui.org 阅读全文
posted @ 2012-10-24 23:42 小折腾 阅读(97) 评论(0) 推荐(0)
2012年6月14日
Unicode
摘要: http://www.tamasoft.co.jp/en/general-info/unicode.html 阅读全文
posted @ 2012-06-14 23:41 小折腾 阅读(139) 评论(0) 推荐(0)
2012年5月29日
Integration with FreeMarker( with Tiles)
摘要: http://tiles.apache.org/framework/tutorial/integration/freemarker.htmlFreeMarker is a templating framework that can be used as a replacement for JavaServer Pages (JSP). Tiles can be used with FreeMarker through the use of Tiles FreeMarker package.ConfigurationTo use FreeMarker together with TilesAdd 阅读全文
posted @ 2012-05-29 16:27 小折腾 阅读(1066) 评论(0) 推荐(0)
2012年5月22日
FreeMarker
摘要: list<#list animals as being><tr><td>${being.name}<td>${being.price} Euros</#list>include<html><head><title>Test page</title></head><body><h1>Test page</h1><p>Blah blah...<#include "/copyright_footer.html" 阅读全文
posted @ 2012-05-22 07:26 小折腾 阅读(12389) 评论(1) 推荐(1)
2012年5月4日
Mercurial tutorial
摘要: http://hginit.com 阅读全文
posted @ 2012-05-04 20:32 小折腾 阅读(106) 评论(0) 推荐(0)
2012年2月20日
Eclipse Regular Expression Tester
摘要: http://brosinski.com/regex/RegEx TesterEclipse Regular Expression TesterFeaturesTest and search for regular expressionMatches are colorized, for an easy visual clueSupport for pattern flags (e.g. Pattern.DOTALL)LiveEval evaluates your regular expression while you are typing it, gives feedback on pos 阅读全文
posted @ 2012-02-20 19:03 小折腾 阅读(1305) 评论(0) 推荐(0)
2012年2月15日
Auto-formatting XML files with bash scripts
摘要: #!/bin/bash for a do xmllint --format $a -o $a done exit 0http://www.slightlytallerthanaverageman.com/2008/10/14/auto-formatting-xml-files/ 阅读全文
posted @ 2012-02-15 18:48 小折腾 阅读(193) 评论(0) 推荐(0)
2012年1月7日
convert InputStream(or something else) to String (read all)
摘要: import java.util.Scanner;publicString convertStreamToString(InputStream is){ returnnewScanner(is).useDelimiter("\\A").next();}http://weblogs.java.net/blog/pat/archive/2004/10/stupid_scanner_1.htmlStupid Scanner tricks...Posted by pat on October 24, 2004 at 4:18 AM EDTOne of the things I 阅读全文
posted @ 2012-01-07 00:51 小折腾 阅读(625) 评论(0) 推荐(1)
2012年1月3日
posting XML request in java
摘要: Here's an example how to do it with java.net.URLConnection:String url ="http://example.com";String charset ="UTF-8";String param1 =URLEncoder.encode("param1", charset);String param2 =URLEncoder.encode("param2", charset);String query =String.format("pa 阅读全文
posted @ 2012-01-03 23:39 小折腾 阅读(235) 评论(0) 推荐(0)
1 2 3 4 5 ··· 7 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3