/*
*Author : DavidLin
*Date : 2014-12-10pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver : 000.000.001
*h...
分类:
系统相关 时间:
2014-12-11 00:17:55
阅读次数:
277
作者:zhanhailiang 日期:2014-12-08
1. 安装依赖GeoIP-devel,GeoIP
GeoIP-devel.x86_64 : Development headers and libraries for GeoIP
GeoIP.x86_64 : Library for country/city/organization to IP address or hostna...
分类:
Web程序 时间:
2014-12-08 00:48:51
阅读次数:
215
/*
*Author : DavidLin
*Date : 2014-12-07pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver : 000.000.001
*h...
分类:
系统相关 时间:
2014-12-07 23:18:51
阅读次数:
226
/*
*File : test.c
*Author : DavidLin
*Date : 2014-12-07pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver ...
分类:
系统相关 时间:
2014-12-07 23:17:04
阅读次数:
195
#/*
# *File : Makefile
# *Author : DavidLin
# *Date : 2014-12-07pm
# *Email : linpeng1577@163.com or linpeng1577@gmail.com
# *world : the city of SZ, in China
# *...
分类:
系统相关 时间:
2014-12-07 23:16:08
阅读次数:
191
/*
*File : test.c
*Author : DavidLin
*Date : 2014-12-07pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver...
分类:
系统相关 时间:
2014-12-07 23:13:56
阅读次数:
208
简单的tarjan#include #include #include #include #define N 10010#define M 20010#define C 2001000using namespace std;struct edge{ int v,c; int next;}City[M...
分类:
其他好文 时间:
2014-12-06 16:45:23
阅读次数:
187
Find them, Catch them
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 32514
Accepted: 10036
Description
The police office in Tadu City decides to say end...
分类:
其他好文 时间:
2014-12-06 14:04:55
阅读次数:
138
$("#p_city option[value='${project.city}']").attr("selected","selected"); $("#p_projectType option[value='${project.projectType}']").attr("...
分类:
Web程序 时间:
2014-12-06 10:00:35
阅读次数:
207
php的yii框架的memcache的用发实例: $cache_key = ‘ALL_GROUPS_‘.$this->city_id; $groups_data=Yii::app()->Memcache->get($cache_key); if(empty($group_data)){ //楼盘api $groups_api = str_replace(‘%s‘, $...
分类:
Web程序 时间:
2014-12-05 17:39:25
阅读次数:
167