摘要:
动态库不能直接运行,也不能接受消息,他提供一些函数供执行他的程序或者动态库调用。 windows API中的所有函数都包含在DLL中,其中有几个最为重要:Kernel32.dll,用户管理内存、进程和线程的各个函数;User32.dll,它包含用于执行用户界面任务(如窗口的创建和消息的传送)的各个函... 阅读全文
摘要:
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment).log4j:WARN Please initialize the log4j system properly.%%%% Error Cr... 阅读全文
摘要:
Could not execute JDBC batch update这个是不能执行批量更新,看看配置文件里 batch-size 属性有没有设置Cannot add or update a child row: a foreign key constraint fails、这个是由于更新数据,违反... 阅读全文