摘要:
fckeditor是老牌的东西,之前用ewebeditor的,最近一个项目里是fckeditor,则其实可以这样用. 1 当然要先准备好fckeditor目录了. 2 在editor中,可以如下代码: //调用编辑器主体 include('editor/fckeditor.php') ; //设置内容区域 $oFCKeditor = new FCKeditor('content');... 阅读全文
摘要:
fckeditor是老牌的东西,之前用ewebeditor的,最近一个项目里是fckeditor,则其实可以这样用. 1 当然要先准备好fckeditor目录了. 2 在editor中,可以如下代码: //调用编辑器主体 include('editor/fckeditor.php') ; //设置内容区域 $oFCKeditor = new FCKeditor('content');... 阅读全文
摘要:
2.2. 一级缓存的管理: 当应用程序调用Session的save()、update()、savaeOrUpdate()、get()或load(),以及调用查询接口的list()、iterate()或filter()方法时,如果在Session缓存中还不存在相应的对象,Hibernate就会把该对象加入到第一级缓存中。当清理缓存时,Hibernate会根据缓存中对象的状态变化来同步更新数据库... 阅读全文
|