今天在启动PHP时出现下面的错误:servicephp-fpmstart错误:Startingphp-fpm[09-Aug-201400:45:40]ERROR:unabletobindlisteningsocketforaddress‘127.0.0.1:9000‘:Addressalreadyinuse(98)[09-Aug-201400:45:40]ERROR:FPMinitializationfailedfailed解决方法:netstat-lntup|gr..
分类:
其他好文 时间:
2014-08-08 18:25:27
阅读次数:
341
Problem:在WebConfig添加了页面依然报下面的错误,折腾了半天。最后在官网找到解决办法 如下You receive the following error even if you had already added the handler.~/Telerik.Web.UI.WebReso...
分类:
Web程序 时间:
2014-08-08 17:47:36
阅读次数:
456
虚拟机无法删除的处理方法1)、查看虚拟机状态virsh#list--allIdNameState----------------------------------------------------9instance-000000c7running10instance-0000002erunning11instance-000000a8running12instance-000000a7running-instance-00000066shutoff2)、删..
分类:
其他好文 时间:
2014-08-08 16:30:57
阅读次数:
208
建表语句:DROP TABLE IF EXISTS `t_company`;CREATE TABLE `t_company` ( `companyId` int(10) unsigned NOT NULL AUTO_INCREMENT, `companyName` varchar(30) NOT.....
分类:
系统相关 时间:
2014-08-08 15:21:56
阅读次数:
332
-- 表的结构 `ecs_account_log`CREATE TABLE IF NOT EXISTS `ecs_account_log` (`log_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID号',`user_id...
分类:
数据库 时间:
2014-08-08 12:13:45
阅读次数:
295
这个是编译器编译顺序的问题, 是你将#include放在其它包含文件的后面了。你搜下这个文件,全部放在最前面就好了。fatal error C1189: #error: WINDOWS.H already included. MFC apps must notinclude 在windows con...
friend表结构
DROP TABLE IF EXISTS FRIEND;
create table friend(
uid bigint not null comment '用户标识',
friend_uid bigint not null comment '申请加为好友的用户标识',
sys_create_date datetime no...
分类:
数据库 时间:
2014-08-07 15:51:50
阅读次数:
272
SELECT 表名=case when a.colorder=1 then d.name else '' end, 字段序号=a.colorder, 主键=case when exists(SELECT 1 FROM sysobjects where xtype='PK' a...
分类:
数据库 时间:
2014-08-06 18:40:31
阅读次数:
227
[Update 26.02.2014] Many thanks to everybody commented on this post. As Falk already mentioned in the comments, a Service Pack for SharePoint 2013 has...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Test
{
class Program
{
static void Main(string[] args)
{
string pat...
分类:
移动开发 时间:
2014-08-06 11:52:51
阅读次数:
191