我正在学习使用Jboss,所以我尝试安装它.我下载了它并解压缩到C:.我创建了环境变量,一切都好.
当我启动standalone.bat时我有这个java异常:我必须做些什么才能修复它?
16:14:04,199 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
16:14:04,204 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
16:14:04,209 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
16:14:04,215 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
16:14:04,226 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
16:14:04,222 INFO [org.jboss.as.security] (MSC service thread 1-5) JBAS013100: Current PicketBox version=4.0.7.Final
16:14:04,246 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- …Run Code Online (Sandbox Code Playgroud) 我试过这个:https://github.com/crowjdh/android-facebook-like-button-integration
但它不起作用.当用户按下我正在开发的Android应用程序按钮时,我搜索比"喜欢"更简单的东西到我的脸书页面.谢谢
例如,在我的博客的"新闻"类别中有50个帖子.要获得最近10篇帖子,我会这样做:http://mywordpress.com/?json = get_category_posts &slg = news&count = 10&status = publisher并且它可以正常工作.现在我想让我的帖子从11到20跳过最后10个帖子等等.我该怎么办?