码迷,mamicode.com
首页 >  
搜索关键字:standalone    ( 749个结果
Android工作两年之后的第一个App--天真无谐
<!--?</p><p>xml version="1.0" encoding="UTF-8" standalone="no"?</p><p>-->一、前言好长时间没写blog了,主要还是工作上的事有点多,周末又得在家开发自己的app,所以时间真的不够用了,当然今天这篇文章主要就要说一下,工作两年的我 ...
分类:移动开发   时间:2017-04-22 14:41:48    阅读次数:948
Java Unit Test Mocking Framework
Mocking Framework for JavaScript Sinon The third party library. Standalone test spies, stubs and mocks for JavaScript. Works with any unit testing fra ...
分类:编程语言   时间:2017-04-12 11:10:10    阅读次数:156
cocos2d-x3.0 XML解析
在2dx3.0中xml解析已经不用自己找库了。已经为我们集成好了。 text.xml <?xml version ="1.0" encoding ="UTF8" standalone="yes" ?> <?xml-stylesheet type="text/xsl" href="yxfqust.xs ...
分类:其他好文   时间:2017-04-10 21:09:23    阅读次数:136
Template
<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="true" context="delegatecomment_context" deleted="false" descrip ...
分类:其他好文   时间:2017-04-09 19:44:30    阅读次数:130
大数据:Spark Standalone 集群调度(三)多Master节点的可用性
1. Master 单节点可用性 Master节点在Spark中所承载的作用是分配Application到Worker节点,维护Worker节点,Driver,Application的状态。 在Sp...
分类:其他好文   时间:2017-04-01 18:32:13    阅读次数:856
selenium-java爬虫实现
推荐的网站学习网站 1.官方文档 http://www.seleniumhq.org/docs/ 2.selenium多线程 http://www.cnblogs.com/dingmy/p/3438084.html Selenium Standalone Server 搭建RC环境 1.下载Sele ...
分类:编程语言   时间:2017-03-28 19:42:33    阅读次数:628
Spark2.1集群安装(standalone模式)
机器部署 准备三台Linux服务器,安装好JDK1.7 下载Spark安装包 上传spark-2.1.0-bin-hadoop2.6.tgz安装包到Linux(intsmaze-131)上 解压安装包到指定位置tar -zxvf spark-2.1.0-bin-hadoop2.6.tgz -C /h ...
分类:其他好文   时间:2017-03-17 23:34:42    阅读次数:357
web 容器
jboss简单使用: AS7将项目打成war包,放到jboss-as-web-7.0.0.Final\standalone\deployments下 访问 alias .name+port+war包名 访问省去包名 在项目WEB-INF下加jboss-web.xml 内容 <jboss-web><c ...
分类:Web程序   时间:2017-03-15 18:30:55    阅读次数:186
Apache ZooKeeper 服务启动源码解释
转载:https://www.ibm.com/developerworks/cn/opensource/os-cn-zookeeper-code/ 本文首先讲解了 Apache ZooKeeper 服务启动的三种方式,即 Standalone、伪分布式、分布式。然后针对分布式模式启动步骤进行逐步介绍 ...
分类:Web程序   时间:2017-03-14 10:45:16    阅读次数:356
JBOSS context root 项目名字默认不写
进到 %JBOSS_HOME%/configuration/standalone.xml,修改下面节点 然后在对应的项目的WEB-INF下面新建jboss-web.xml,里面写 这样就ok了 参考:http://stackoverflow.com/questions/21957060/jboss- ...
分类:其他好文   时间:2017-03-10 00:19:57    阅读次数:212
749条   上一页 1 ... 26 27 28 29 30 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!