码迷,mamicode.com
首页 >  
搜索关键字:city    ( 3144个结果
Linux-0.11内核源码分析系列:进程调度sleep_on()函数分析
/* *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
GeoIP PHP扩展安装与配置
作者: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
Linux内核编程:从hello world 开始-(1)_C文件编写
/* *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
Linux内核编程:从hello world 开始-(3)_run
/* *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
Linux内核编程:从hello world 开始-(2)_Makefile文件编写
#/* # *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
零敲牛皮糖:Linux2.6内核源码解析_进程遍历
/* *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
HDU 2874
简单的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
poj 1703 Find them, Catch them 【并查集拓展】
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
更新数据前jquery如何填充数据到表单域中
$("#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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!