修改以下三个配置文件数据库连接信息安装目录/config/config_global.php安装目录/config/config_ucenter.php安装目录/ucent/data/config.inc.php
分类:
数据库 时间:
2014-06-13 00:58:35
阅读次数:
330
1.HttpSessionContextIntegrationFilter位于过滤器顶端,第一个起作用的过滤器。用途一,在执行其他过滤器之前,率先判断用户的session中是否已经存在一个SecurityContext了。如果存在,就把SecurityContext拿出来,放到SecurityCon...
分类:
编程语言 时间:
2014-06-13 00:01:20
阅读次数:
313
SUMMARY OF THE INVENTION The present invention
pertains to a write combining buffer for use in a microprocessor. The
microprocessor fetches data and i...
分类:
其他好文 时间:
2014-06-12 23:38:04
阅读次数:
435
时间紧张,先记一笔,后续优化与完善。解决的问题:
使用GSON和泛型解析约定格式的JSON串。背景介绍: 1.使用GSON来进行JSON串与java代码的互相转换。 2.JSON的格式如下三种:
写道#第一种:{"success":true,"data":{"averageStar...
分类:
Web程序 时间:
2014-06-12 19:28:10
阅读次数:
322
TCP在网络OSI的七层模型中的第四层——Transport层,IP在第三层——Network层,ARP在第二层——Data
Link层,在第二层上的数据,我们叫Frame,在第三层上的数据叫Packet,第四层的数据叫Segment。
首先,我们需要知道,我们程序的数据首先会打到TCP的Seg.....
分类:
其他好文 时间:
2014-06-12 19:19:59
阅读次数:
316
Operating Cisco Routerconsider the hardware on
the ends of the serial link, in particular where the channel service unit/data
service unit (CSU/DSU) h...
分类:
其他好文 时间:
2014-06-12 19:10:26
阅读次数:
351
vimsendmail.pl
#!/usr/bin/perl-w
useMIME::Lite;
subperl_sendmail{
my$mail_to=shift;
#my$mail_to="$_[0]";
my$from=shift;
#my$from="$_[1]";
my$subject=shift;
#my$subject="$_[2]";
my$data=shift;
#my$data="$_[3]";
$sendmail=MIME::Lite->new(
From=>$from,..
分类:
其他好文 时间:
2014-06-10 18:50:19
阅读次数:
310