码迷,mamicode.com
首页 >  
搜索关键字:library    ( 9097个结果
利用PHPExcel转Excel柱形图
这在附另一个转柱形图的效果及代码. 原PHP报表效果: 转成Excel后的效果: 附上代码: <?php /** * PHPExcel * * Copyright (C) 2006 - 2014 PHPExcel * * This library is free software; you can redistribute it and/or * modify ...
分类:Web程序   时间:2014-05-10 02:19:56    阅读次数:553
boost::bind实践
第一部分源码为基础实践: 1 /*Beyond the C++ Standard Library ( An Introduction to Boost )[CN].chm*/ 2 /*bind的用法*/ 3 4 #include 5 #include 6 #include 7 #includ...
分类:其他好文   时间:2014-05-07 21:27:36    阅读次数:536
【workerman】CentOS下的workerman对应的环境配置
cocket框架的服务器配置...
分类:其他好文   时间:2014-05-07 15:41:50    阅读次数:1281
(转)Android 升级 ADT 之后报错之一 case语句 .
转:http://blog.csdn.net/wchinaw/article/details/7325641下面文章大意是指:在一般的Android项目中,R类的常量都是用final定义的,但ADT 14之后,如果在library 项目中,它会没有final关键字,估计在新ADT中,资源文件会变成一...
分类:移动开发   时间:2014-05-07 14:52:09    阅读次数:454
Visulalization Boost Voronoi in OpenSceneGraph
Abstract. One of the important features of the boost polygon library is the implementation of the generic sweepline algorithm to construct Voronoi dia...
分类:其他好文   时间:2014-05-07 13:43:36    阅读次数:535
《linux 内核完全剖析》sched.c sched.h 代码分析笔记
首先上header file #ifndef _SCHED_H #define _SCHED_H #define HZ 100 #define NR_TASKS 64 #define TASK_SIZE 0x04000000 #define LIBRARY_SIZE 0x00400000 #if (TASK_SIZE & 0x3fffff) #error "TASK_...
分类:系统相关   时间:2014-05-07 11:56:55    阅读次数:662
No! More!! Long!!! Days... at Work!!!!
Nido Framework at Use - The diagram below shows how Nido Framework reduces the size of your DAL and BLL. Nido Framework is a reusable and highly generic code library developed using Microsoft ....
分类:其他好文   时间:2014-05-07 07:22:40    阅读次数:333
解决新建Support7Demos的sample时出现编译错误和运行报错出现的问题
右键New->Other->AndroidSampleProject->选择Android4.4.2->选择Support7Demos,finish。会出现编译错误解决如下:1.把这三个文件导入到Eclipse里,这三个是库文件,并且勾选COPY到工作空间里选项如果没有这三个文件,就从这里下载2.导入三个library工程后,mediar..
分类:其他好文   时间:2014-05-06 20:34:11    阅读次数:864
Oracle Sqlplus中上下键出现^[[A乱码问题
安装rlwrap  下载:http://utopia.knoware.nl/~hlub/uck/rlwrap/  或者 百度云盘:http://pan.baidu.com/s/1ntM8YXr 需要先安装readline,否则会报一下错误:You need the GNU readline library(ftp://ftp.gnu.org/gnu/readline/ ) t...
分类:数据库   时间:2014-05-06 19:36:00    阅读次数:537
curl
目前为目最全的CURL中文说明了,学PHP的要好好掌握.有很多的参数.大部份都很有用.真正掌握了它和正则,一定就是个采集高手了.PHP中的CURL函数库(Client URL Library Function)curl_close - 关闭一个curl会话 curl_copy_handle - 拷贝...
分类:其他好文   时间:2014-05-06 10:19:24    阅读次数:510
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!