windows8.1下配置zend framework1.12配置步骤:
1. zend framework1.12库
2. 创建zend framework工程
2.1 手工创建(麻烦)
2.2 使用zf.bat 程序创建
(1)先将php.exe进行全局配置,方法是在环境变量path中添加你的php.exe路径
;E:/wam...
Jedis 是 Redis 官方首选的 Java 客户端开发包。
工作过程总结的一个示例,贴出来,如下:
Java代码
package com.wujintao.redis;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
imp...
分类:
编程语言 时间:
2014-10-25 17:26:37
阅读次数:
749
class Num
{
private int num;
public int getNum() {
return num;
}
public void setNum(int num) {
this.num = num;
}
public Num(int num)
{
this.num=num;
}
}
class myThreadA ext...
分类:
编程语言 时间:
2014-10-25 17:25:27
阅读次数:
217
在编译安装frei0r的时候遇到两个错误地方,
两个都是在install的时候.
一开始编译都很顺利,输入了
make install之后就走开了,回来一看,报错误.
提示mkdir -p //usr/local/lib/frei0r-1错误,让我百思不得其解,一开始以为我手动创建就可以,于是到相关目录下创建了该文件夹.
再次install的时候还是不行.
于是我就想着去找百度,谷歌....
分类:
其他好文 时间:
2014-10-25 17:25:01
阅读次数:
292
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array....
分类:
其他好文 时间:
2014-10-25 17:23:51
阅读次数:
131
写缓存命令——sync
在用reboot命令启动unix系统后,系统提示出错信息,部分应用程序不能正常工作。经仔细检查系统文件,并和初始的正确备份进行比较,发现某些文件确实被破坏了,翻来覆去找不到文件遭破坏的原因,最后想到了写缓存命令——sync,在reboot前没有运行sync命令,导致了系统文件的改变而不能正常工作。
sync 命令运行 sync 子例程。如果必须停止系统,则运行...
分类:
系统相关 时间:
2014-10-25 17:25:10
阅读次数:
196
百度技术沙龙&InfoQ笔记...
分类:
其他好文 时间:
2014-10-25 17:25:39
阅读次数:
153
尊重开发者的劳动成果,转载请注明From郝萌主 http://blog.csdn.net/haomengzhu
看到这两组词,你是什么感觉?
不知所云或者这个我了解一些。
如果你不知所云,那么你就“危险了”、、、
Full Stack developer 全栈工程师
由于经常在各种技术穿梭,他会经常忘记代码的语法和一些API,所以他经常需要去查...
分类:
其他好文 时间:
2014-10-25 17:24:51
阅读次数:
193
又碰到运行Android时,Android Device Chooser显示为空,调试无法进行,折腾了好久,终于找到了解决办法...
分类:
移动开发 时间:
2014-10-25 17:24:41
阅读次数:
636
暴力枚举后去重最后二分加判断找答案
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main()
{
int count=0;
int t,m,i,n,j;
int a[1010];
while(ci...
分类:
其他好文 时间:
2014-10-25 17:23:14
阅读次数:
190
Yii Framework开发教程(1)配置运行环境及第一个应用HelloWorld...
分类:
其他好文 时间:
2014-10-25 17:22:44
阅读次数:
229
ALSA是一个完全开放源代码的音频驱动程序集,除了像OSS那样提供了一组内核驱动程序模块之外,ALSA还专门为简化应用程序的编写提供了相应的函数库,与OSS提供的基于ioctl的原始编程接口相比,ALSA函数库使用起来要更加方便一些。利用该函数库,开发人员可以方便快捷的开发出自己的应用程序,细节则留给函数库内部处理。当然 ALSA也提供了类似于OSS的系统接口,不过ALSA的开发者建议应用程序开发者使用音频函数库而不是驱动程序的API...
分类:
系统相关 时间:
2014-10-25 17:24:52
阅读次数:
337
===========================
yum install qemu-kvm qemu-kvm-tools python-virtinst qemu-img bridge-utils libvirt libguestfs-tools-c
/etc/sysconfig/network-scripts/ifcfg-em2
DEVICE=em2
TYPE=Ethern...
分类:
其他好文 时间:
2014-10-25 17:24:36
阅读次数:
311
#box{width:832px;height:832px;margin:0 auto;border:1px solid red;}
.col{width:50px;height:50px;border:1px solid #fff;float:left;background:url(xin.jpg) no-repeat;}
...
分类:
编程语言 时间:
2014-10-25 17:23:21
阅读次数:
192
Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log n).
If the target is not found ...
分类:
其他好文 时间:
2014-10-25 17:24:28
阅读次数:
145
纪录下自己写的东西!
头文件:
/*
圆弧动作类
*/
class CCArcBy : public cocos2d::CCActionInterval
{
public:
//初始化圆弧动作类
//duration: 动作类的持续时间
//ptCenter: 圆弧的中心点
//deltaAngle: 弧度的变化量,用正负来表示逆时针或顺时针方向
bool initWithDurat...
分类:
其他好文 时间:
2014-10-25 17:24:14
阅读次数:
173
前言
在第三节中,我们介绍了国际贸易的好处,各国都可以从贸易中获益,因为贸易使每个国家都可以专门从事自己最擅长的活动。但是在那里的分析是不完善的,它没有解释在国际市场上如何实现这种贸易的好处,或者这些好处如何在各个经济参与者之间进行分配,在本节中,将详细介绍这些内容。
决定贸易的因素
没有贸易时的均衡
假设我们国家当前要贸易的产品是纺织品,国内纺织品市...
分类:
其他好文 时间:
2014-10-25 17:23:26
阅读次数:
1400