在日常編碼當中,我們經常要處理一些錯誤,為了更好的方便得到錯誤資訊,我仿一些**寫了如下的類。:-)
源**:
/** created by sharpdevelop.
* user: [email protected]& [email protected]
* date: 2006-2-3
* time: 13:57
* * to change this template use tools | options | coding | edit standard headers.
*/using system;
using system.collections;
namespace jframework
public static string tomessagestring()
return error;
}catch(system.exception e)
}public static void writelog()
public static void writelog(string xml)
writer.writeendelement();
writer.writeenddocument();
writer.writecomment("author: [email protected]");
writer.flush();
writer.close();
tmp.clear();
}catch(system.exception e)
}public static void push(message message)
public static message pop()
else
return _message;
}public static void clear()
public static object clone()
public static string body
}public static system.datetime time
}public static bool state
}public static int count
}public static int totalofpush}}
public sealed class message
public message(string body)
public string body
}public system.datetime time
}public bool state}}
}引用舉例:
trycatch(system.exception e)
",jframework.messagestack.tomessagestring());
}
Qt中捕獲Windows訊息
最初打算發展wxwidgets,一樣是跨平台,速度還可以。之前一直對qt的license抱有偏見,感覺不夠linux精神,一直沒瞧得上它。甚至因此kde在我桌面上出現的機率遠遠小於gnome。後來,在跨平台 ide 介面設計工具等多方面因素考慮下,我選擇了曾被我忽略了n年的qt 我最先接觸的ui是g...
springBoot全域性異常捕獲類
controlleradvice 宣告當前類為乙個全域性異常處理類 在異常捕獲類中可以進行檢視跳轉和json響應 restcontrolleradvice 宣告當前類為乙個全域性異常處理類 所有方法的都新增 responsebody 類中所有的方法的返回值都會被以json形式響應 restcontr...
網頁訊息類
分享個現在系統正在用的網頁訊息類,簡單但是實用。using system using system.data using system.configuration using system.web using system.web.security using system.web.ui using...