码迷,mamicode.com
首页 >  
搜索关键字:webapp sencha touch    ( 7109个结果
Tomcat Linux下自启动
使用root用户在/etc/init.d中touch tomcat文件,使用VI编辑脚本内容如下:#!/bin/bash## tomcat ## chkconfig:345 71 71 # description: Start up the Tomcat servlet engine...
分类:系统相关   时间:2014-08-23 16:46:41    阅读次数:307
解决eclipse创建maven项目报错!Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp
maveneclipse测试我是使用代理上网的。在创建maven时报以下错误:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configur...
分类:移动开发   时间:2014-08-23 15:07:10    阅读次数:203
lnmp1.0支持pathinfo模式
首先,在ssh中执行touch /usr/local/nginx/conf/pathinfo.conf 创建pahtinfo.conf文件然后在这个文件中添加以下内容set $real_script_name $fastcgi_script_name;if ($fastcgi_script_name...
分类:其他好文   时间:2014-08-23 12:32:50    阅读次数:168
Android adb setup for ubuntu
Android adb setup for ubuntu connect the device to ubuntu, use command $sudo lsusb will display like: mean: Spreadtrum device idVendor 1782 ?idProduct 5d24 1, touch the file: ~/.android/adb_usb.in...
分类:移动开发   时间:2014-08-23 03:36:20    阅读次数:249
如何使用NSOperations和NSOperationQueues(二)
"每一个应用程序至少有一个主线程。线程的工作就是去执行一系列的指令。在Cocoa Touch中,主线程包含应用程序的主运行回路。几乎所有你写的代码都会在主线程中执行,除非你特别创建"线程每一个应用程序至少有一个主线程。线程的工作就是去执行一系列的指令。在Cocoa Touch中,主线程包含应用程序的...
分类:其他好文   时间:2014-08-22 15:47:19    阅读次数:337
使用javascript实现html文本不可选
如何使用js让html中的文本不可选呢?首先想到的方法是使用css选择器来实现,如下: -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; 但是这样并不...
分类:编程语言   时间:2014-08-22 10:54:26    阅读次数:157
webkit内核浏览器的CSS写法
-webkit-tap-highlight-color: transparent; Mobile上点击链接高亮的时候设置颜色为透明-webkit-user-select: none; 设置为无法选择文本-webkit-touch-callout: none; 长按时不触发系统的菜单, 可用在图片上加...
分类:Web程序   时间:2014-08-21 20:57:54    阅读次数:237
Spring MVC xml configuration
1. Web.xml id="WebApp_ID" version="3.0"> springMvcDemo index.jsp springMVC org.springframework.web.servlet.Disp...
分类:编程语言   时间:2014-08-21 13:00:44    阅读次数:222
使用iscroll4可能会遇到的问题(转:记录)
1.在iscroll4的滚动容器范围内,点击input框、select等表单元素时没有响应这个问题原因在于iscroll需要一直监听用户的touch操作,以便灵敏的做出对应效果,所以它把其余的默认事件屏蔽了,解决的方法是,在iscroll4源码里面找到这一行, onBeforeScrollStart...
分类:其他好文   时间:2014-08-21 11:09:23    阅读次数:226
Maven命令行创建web项目,并部署到jobss当中(解决No plugin found for prefix 'jboss-as' in the current project and in the plugin groups [org.apache.maven.plugins,问题)
首件创建项目:此处可参照:http://maven.apache.org/guides/mini/guide-webapp.htmlmvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-webapp -Darchet.....
分类:Web程序   时间:2014-08-21 09:42:24    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!