mac 10.7 xcode 4.6.3编译cocos2d-x 3.x 的HelloCpp 的时候,出现如上问题原来越遇到过,一直不知道是什么情况引起的,把它作为xcode的莫名其妙的bug一些解决方法,一切以试为主:1. 修改bundle name, 或者修改product name, 或者修改i...
分类:
其他好文 时间:
2014-07-16 20:12:25
阅读次数:
165
prepare($prepare); $t1 = NULL; $t2 = 'Www'; $t3 = date('Y-m-d H:i:s'); $bind->bind_param('iss',$t1,$t2,$t3); //绑定 //注意iss: //i为int,s...
分类:
数据库 时间:
2014-07-16 19:27:41
阅读次数:
267
第一部分1,(1)$()是$(document)的简写,默认参数是document.$(function(){}是$(document).ready(function(){})的简写。2,(1)事件绑定 bind(type [,data],fn);type是事件类型,有blur,focus,load...
分类:
Web程序 时间:
2014-07-14 08:23:29
阅读次数:
569
1 使用connect-mongdo时,报错:Cannot read property 'Store' of undefined解决: require('connect-mongo')的时候加一个参数express,如下: var express = require('express'); var ...
分类:
其他好文 时间:
2014-07-14 00:30:23
阅读次数:
298
1.“Cannot connect creator comm socket /tmp/qt_temp.u14973/stub-socket: No such file or directory ”的解决方法
2.”ptrace 不允许的操作“的解决方法...
分类:
其他好文 时间:
2014-07-12 23:20:51
阅读次数:
709
解决在SharePoint 2010 部署自己Event Handler后,解决”Could not load file or assembly 'TIBCO.EMS, Version=1.0.700.12, Culture=neutral, PublicKeyToken=5b83db8ff05c64ba' or one of its dependencies. The system cannot find the file specified. “的问题...
分类:
其他好文 时间:
2014-07-12 21:37:56
阅读次数:
283
Cannot find executable for CFBundle...
分类:
其他好文 时间:
2014-07-12 20:47:23
阅读次数:
254
简单小结下CXF跟REST搭配webservice的做法,直接举代码为例子:
1 order.java
package com.example.rest;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "Order")
public class Order {
...
分类:
Web程序 时间:
2014-07-12 19:51:13
阅读次数:
279
点击进行安装,将会弹出错误提示是:Cannotcompletetheinstallbecauseoneormorerequireditemscouldnotbefound.Softwarebeinginstalled:AndroidDevelopmentTools16.0.1.v2011121502...
分类:
其他好文 时间:
2014-07-12 15:48:14
阅读次数:
262
1) 请求工具类 org.springframework.web.bind.ServletRequestUtils//取请求参数的整数值:public static Integer getIntParameter(ServletRequest request, String name)public ...
分类:
编程语言 时间:
2014-07-12 13:50:06
阅读次数:
232