1. 需要下载ant,ant需要文件:
build.xml
2. 需要安装git bash
3. 需要安装node.js
4.需要JDK及环境变量配置
5.需要ADT及环境变量配置
6. 详情请仔细看cordova官网
7.相关环境变量:
ANT_HOME
F:\apache-ant-1.9.4
CL...
分类:
其他好文 时间:
2014-09-18 23:50:04
阅读次数:
260
在很多时间使用了session就会出来如下提示了,Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /h...
分类:
其他好文 时间:
2014-09-18 22:13:44
阅读次数:
180
Example:Replacing noscript We are sorry,but this application needs JavaScript to be enabled to work.Please contact us if you cannot enable scri...
分类:
其他好文 时间:
2014-09-18 18:35:04
阅读次数:
235
Example:InnerHTML We are sorry,but this application needs JavaScript to be enabled to work.Please contact us if you cannot enable scripting and...
分类:
Web程序 时间:
2014-09-18 18:34:44
阅读次数:
269
Powershell profile.ps1 cannot be loaded because its operation is blocked by software restriction policies解决方法:修改注册表[HKEY_LOCAL_MACHINE\SOFTWARE\Wow643...
分类:
其他好文 时间:
2014-09-18 18:05:14
阅读次数:
424
centos安装软件后出现:./usr/local/bin/memcachedlibevent-2.0.so.5:cannotopensharedobjectfile:Nosuchfileordirectory解决libevent-2.0.so.5:cannotopensharedobjectfile:Nosuchfileordirectory解决方法1.用以下命令LD_DEBUG=libs/usr/local/bin/memcached-v查看寻找的路径..
分类:
其他好文 时间:
2014-09-18 16:45:44
阅读次数:
172
柱状图
在jqPlot图表插件使用说明(一)中,我们已经可以通过jqPlot绘制出比较简单的线形图。通过查看源代码,我们也可以看出,线形图是jqPlot默认的图表类型:
[javascript]
view plaincopy
/** * Class: Series * An individual data series object. Cannot be i...
分类:
其他好文 时间:
2014-09-18 16:31:54
阅读次数:
316
org.hibernate.LazyInitializationException: could not initialize proxy - no Session
使用Hibernate延迟加载的时候报错了,原因是session提前关闭
解决方法1、不使用lazy,也就是@OneToO...
分类:
系统相关 时间:
2014-09-18 14:46:03
阅读次数:
202
今天大鹏哥跟大家一起学习下选择排序中的直接选择排序方法。
直接选择排序(Straight SelectSort)也是一种简单的排序方法,他的基本思想是:第一次从R[0]-R[n-1]中选取最小值,与R[0]交换,第二次从R[1]-R[n-1]中选取最小值,与R[1]交换,。。。总共通过n-1次交换,得到一个按排序码从大到小排列的有序序列。
Java实现代码如下:
public
cl...
分类:
其他好文 时间:
2014-09-18 13:22:17
阅读次数:
173
1、将java.util.Date转换为java.sql.Datejava.sql.Date sd;java.util.Date ud;//initialize the ud such as ud = new java.util.Date();sd = new java.sql.Date(ud.ge...
分类:
移动开发 时间:
2014-09-18 13:16:53
阅读次数:
240