IHS如何通过80端口连接WAS?经常看到有朋友问这个问题,所以简单总结一下基本步骤:IHS和WAS之间是通过Plugin来实现的,一般的Plugins和IHS安装在同一物理机器上,WAS安装在另外的物理机器中,其实,不管IHS、Plugins和WAS是否在同一物理机器中,配置方法完前一样,下面以在...
分类:
其他好文 时间:
2014-07-12 00:59:32
阅读次数:
215
jQuery信息提示工具官方地址:http://www.sharejs.com/code/jquery/plugin/poshytip-1.0/demo/index.htmlDemo中提供了三种使用的例子,页面代码如下:1、鼠标滑上这里看看2、用户名:3、服务端调用:鼠标滑向这里加载图片当然,别忘了...
分类:
Web程序 时间:
2014-07-09 22:26:37
阅读次数:
205
1、andriod gradle插件版本过低。
出错位置:
dependencies{
classpath 'com.android.tools.build:gradle:0.10.2'
}
提示信息:You must use a newer version of the Android Gradle plugin. The minimum supported version is ...
分类:
其他好文 时间:
2014-07-09 10:43:51
阅读次数:
230
grails2.3.x创建plugin时,默认的Config.groovy只有简单的log设置,这时候,页面添加数据之后,正确的逻辑是show新增的数据,但却变成404,需要在Config.groovy中增加以下代码:grails.mime.types=[//thefirstoneisthedefaultformatall:‘*/*‘,//‘all‘mapsto‘*‘orthefirstavaila..
分类:
其他好文 时间:
2014-07-09 08:38:45
阅读次数:
280
mvn install 报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2 错误: 找不到符号.需要clean后重新install项目可以解决该问题
分类:
其他好文 时间:
2014-07-07 12:31:14
阅读次数:
794
1、下载jocky,解压后把整个文件夹复制到Eclipse的plugin目录。2、重启Eclipse,在项目上点右键,如果出现jocky菜单,则安装成功。3、在项目上点右键,选菜单jocky->jocky setting,弹出菜单后设置如图4、点ok后,将在项目的根目录下生成一个jocky_buil...
分类:
编程语言 时间:
2014-07-07 08:30:59
阅读次数:
283
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
接上文Qt5官方demo解析集19——Chapter
5: Using List Property Types
在前文中我们定义的PieChart和PieSlice这两个自定义QML类型只用来供app.qml文件使用,如果希望我们所定义的...
分类:
其他好文 时间:
2014-07-06 09:55:31
阅读次数:
373
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:Failure executing javac, but could not parse the error:**.jar时出错; error in...
分类:
系统相关 时间:
2014-07-02 18:42:16
阅读次数:
276
这段时间在学习aws,发现可以通过配置googleauthenticator来强化登陆的安全性。心想能不能把Googleauthenticator用在其他地方呢?意外的发现wordpess和GmailAccount也是支持的。WordPress配置很简单,首先安装Plugin,激活然后在管理员的Profile下面,生成二维码iPhone上安装对..
分类:
其他好文 时间:
2014-07-02 16:16:00
阅读次数:
371
http://nagios-plugins.org/doc/guidelines.html#PREFACE
分类:
移动开发 时间:
2014-07-02 15:37:09
阅读次数:
211