Rails 的 transaction 事务处理最近太做一个数据排名统计,统计过程中需要删除旧的缓存统计数据,最开始写的时候就直接CachePostTotal.connection.execute("truncate table cache_post_totals")先把这个表给重置了,然后再循环往...
分类:
其他好文 时间:
2014-07-22 22:52:34
阅读次数:
238
public static String addStudent(Student student) { Configuration config = new Configuration().configure(); SessionFactory sessionFactory = config.b...
分类:
数据库 时间:
2014-07-22 22:49:55
阅读次数:
305
eclipse还原默认的面板设计:Window > Reset Perspective> OK1\1、多个Activity之间的关系;2、Intent的基本作用;3、在一个Activity当中启动另一个Activity;4、使用Intent在Activity之间传递数据的基本方法;Intent的基本...
分类:
其他好文 时间:
2014-07-19 23:17:13
阅读次数:
210
A method for optimizing the throughput of TCP/IP applications by aggregating user application data and consolidating multiple TCP/IP connection stream...
分类:
Web程序 时间:
2014-07-19 17:17:57
阅读次数:
428
import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement;public class...
分类:
数据库 时间:
2014-07-19 00:37:26
阅读次数:
232
CDbConnection:path:/framework/db/CDbConnection.phpoverview:CDbConnection represents a connection to a database.工作原理:CDbConnection works together with ...
分类:
数据库 时间:
2014-07-18 18:38:26
阅读次数:
196
在Eclipse 调试 springside showcase项目中,tomcat报异常 Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen space在google半天后,找到解决方法...
分类:
编程语言 时间:
2014-07-18 15:37:53
阅读次数:
307
用网上各种复制粘贴来的base.css,经常忘记某个标签的名称(因为标签多为简写模式),当调用某个class时,不得不去查看css源码,基于此,我写了一套见名知意的base.css源码如下:@charset "utf-8";/* CSS Document *//*CSS reset重置浏览器默认cs...
分类:
Web程序 时间:
2014-07-18 10:07:42
阅读次数:
399
MySQL字符集设置? 系统变量:– character_set_server:默认的内部操作字符集– character_set_client:客户端来源数据使用的字符集– character_set_connection:连接层字符集– character_set_results:查询结果字符集...
分类:
数据库 时间:
2014-07-18 00:03:16
阅读次数:
315
虚拟机无法联网,service network start 启动eth0报错:
Error: Connection activation failed: Device not managed by NetworkMan
错误的原因是:网络管理装置不被允许。
解决方法:
运行下列命令
chkconfig network off
chkconfig ...
分类:
其他好文 时间:
2014-07-17 19:17:29
阅读次数:
212