修改以下三个配置文件数据库连接信息安装目录/config/config_global.php安装目录/config/config_ucenter.php安装目录/ucent/data/config.inc.php
分类:
数据库 时间:
2014-06-13 00:58:35
阅读次数:
330
今儿个发现Page_Load执行了两次,想不通。后来,经找资料,总算查出原因。1、在aspx页面上写了AutoEventWireup="true",这样Page_Load会自动执行一次。2、生成的后台(.cs)文件中有
#region Web Form Designer generated code...
分类:
其他好文 时间:
2014-06-12 23:44:51
阅读次数:
471
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
Leather Mulberry spent so many years. Many
Mulberry handbags factory in southwest England. All bags are made from the
original pattern. They are not o...
分类:
其他好文 时间:
2014-06-12 21:28:07
阅读次数:
328
时间紧张,先记一笔,后续优化与完善。解决的问题:
使用GSON和泛型解析约定格式的JSON串。背景介绍: 1.使用GSON来进行JSON串与java代码的互相转换。 2.JSON的格式如下三种:
写道#第一种:{"success":true,"data":{"averageStar...
分类:
Web程序 时间:
2014-06-12 19:28:10
阅读次数:
322
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Configuration;///<summary>///DBOperate的摘要说明///</summary>publicclassDBOperate{privatestaticSqlConnectioncon=..
分类:
数据库 时间:
2014-06-10 23:15:36
阅读次数:
314
pg_data_t数据结构2.6.37这个数据结构用于非一致内存访问(NUMA)机器,表示比zone更高层次的内存区。关于NUMA的文章http://www.ibm.com/developerworks/cn/linux/l-numa/http://blog.chinaunix.net/uid-7295895-id-3076420.htmlNUMA有多个节点,而每个节点内,访问内存的时间是..
分类:
系统相关 时间:
2014-06-10 22:28:45
阅读次数:
478
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
Linux下,MySQL默认的数据文档存储目录为/var/lib/mysql。现要把MySQL目录移到/data下需要进行下面几步:1.
杀掉MySQL进程,密码自行替换mysqladmin -uroot -p123 shutdown2. 转移数据文档至/data目录mv
/var/lib/mysq...
分类:
数据库 时间:
2014-06-10 17:08:49
阅读次数:
284
///url:地址 data:数据 public static string
GetContentFromUrl(string url, string data) { Socket socket = new
Socket(AddressFamily.InterNetwor...
分类:
其他好文 时间:
2014-06-10 16:28:19
阅读次数:
170