摘要:
public class NumberUtils { public static bool IsNumber(string strNumber) { Regex objTwoDotPattern = new Regex(@"[0-9]+[.][0-9]+[.][0-9]+"); Regex objT 阅读全文
摘要:
问题描述: 將ireport4.5中字體改為 ‘標楷體’后,進行報表列印會報出如下異常訊息: net.sf.jasperreports.engine.util.JRFontNotFoundException: Font '標楷體' is not available to the JVM. See t 阅读全文