摘要:
show VARIABLES like 'character_%';先查看一下,各個設置的編碼是否是 utf8set character_set_client=utf8;set character_set_server=utf8;set character_set_connection=utf8; 閱讀全文
摘要:
原文地址:http://quartznet.sourceforge.net/tutorial/lesson_2.htmlLesson 2: Jobs And Triggers第二課:任務與觸發器As mentioned previously, you can make .NET component executable by the scheduler simply by making it implement the IJob interface. Here is the interface:我們之前提過,我們可以通過實現IJob接口,很容易地使.net組件按照計劃執行,下面是IJob接口。 閱讀全文