摘要:
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接口。 阅读全文