Laravel PHP web framework requires certain libraries to function properly. One of these libraries is the mcrypt and the php-mcrypt (bridge between mcr...
分类:
Web程序 时间:
2014-11-12 07:08:40
阅读次数:
307
错误表现:make.exe:***Noruletomaketarget`/cygdrive/f/Games2014/ThumbelinaCell/projects/ThumbelinaCell/proj.android/../../../extensions/AssetsManager/AssetsManager.cpp‘,neededby`obj/local/armeabi/objs/cocos_extension_static/AssetsManager/AssetsManager.o‘.Sto..
分类:
系统相关 时间:
2014-11-11 23:04:58
阅读次数:
338
首先需要安装memcache服务器 win7 64位 下载地址:http://files.cnblogs.com/bin-pureLife/memcached-win64.rar 安装好,开启。 修改php.ini extension=php_memcache.dll(去掉前面的分号...
HDU 3338 Kakuro Extension
题目链接
题意:完成如图的游戏,填充数字1-9
思路:网络流的行列模型,把每行每列连续的一段拆分出来建图即可,然后题目有限制一个下限1,所以 每行每列的容量减去相应的数字,然后建图建容量8就好,这样就默认原来容量已经有1了
代码:
#include
#include
#include
#include
usi...
分类:
其他好文 时间:
2014-11-11 14:25:58
阅读次数:
640
PHP中的GD库本身是一套很强大的绘图库了,绘制的图像基本可以满足日常要求,但强大规强大,还是不够方便哈,因为强大方便的基于PHP的GD库的jpgraph也就诞生啦! PHP默认是不启用GD库的,因为需要在php.ini的配置文件中将extension=php_gd2.dll注释打开。打开后你...
分类:
Web程序 时间:
2014-11-10 17:33:46
阅读次数:
293
折腾了好久,最后终于连接成功了!注:我使用的的phpStudy。php.ini中配置:;这是php中带的驱动extension=php_sqlsrv.dllextension=php_pdo_sqlsrv.dll下载安装Microsoft SQL Server 2012 Native Client ...
分类:
数据库 时间:
2014-11-06 14:30:00
阅读次数:
252
原因是因为php安装的时候默认的zip是没有打开的,需要手动的打开。好了,既然引起这个问题的原因找到了,那么该如何解决那?1、在php.ini文件中,将extension=php_zip.dll前面的分号“;”去除;(如果没有,请添加extension=php_zip.dll此行并确保php_zip...
分类:
Web程序 时间:
2014-11-06 12:55:20
阅读次数:
2971
Visual Studio 2010 选中高亮插件 - Highlight all occurrences of selected wordHighlight all occurrences of selected word通过Extension Manager的插件中心, 查找到这个插件并安装好后...
分类:
其他好文 时间:
2014-11-05 16:30:05
阅读次数:
139
ls 排序 首先我们通过man 来看看 ls其中有几项;-S sort by file size :按大小降序 --sort=WORD sort by WORD instead of name: none -U, extension -X, size -S, time...
分类:
编程语言 时间:
2014-11-05 12:25:55
阅读次数:
197
phalcon是一个非常快的php框架使用的c语言编写,编译成php模块提供使用安装了phalcon之后,搭建mvc框架特别简单安装phalcon的时候注意检查下path环境变量中是不是有phpcd~/git
gitclone--depth=1git://github.com/phalcon/cphalcon.git
cdcphalcon/build
./install
extension=p..
分类:
系统相关 时间:
2014-11-05 00:38:25
阅读次数:
562