浏览器对象检测检测浏览器版本Screen 对象属性Navigator 对象属性location 对象属性
分类:
其他好文 时间:
2014-09-03 14:41:46
阅读次数:
160
1、配置欢迎文件清单 当客户访问Web应用时,如果仅仅给出Web应用的Root URL,没有指定具体的文件名。Web容器会自动调用Web应用的欢迎文件。是用来设置此项. welcome.jsp 说明:在 下可以有多个。Web容器会依次寻找欢迎界面,直到找到为止。但如果不存在会向客户端返...
分类:
Web程序 时间:
2014-09-02 17:23:05
阅读次数:
200
删除模式串中出现的字符,如“welcome to asted”,模式串为“aeiou”那么得到的是“wlcm t std”。
#include
#include
using namespace std;
char *re(char *str,char *model)
{
if(str==NULL||model==NULL)
return NULL;
i...
分类:
其他好文 时间:
2014-09-02 12:27:44
阅读次数:
180
Android is an open-source software stack for a wide range of mobile devices and a corresponding open-source project led by Google. Here you can find t...
分类:
移动开发 时间:
2014-09-02 09:03:44
阅读次数:
250
15.1、部署描述符概述
web-app元素为根元素,并且可以利用子元素来指定以下内容
1、servlet声明
2、servlet映射
3、ServletContext初始参数
4、会话配置
5、监听器类
6、过滤器定义和映射
7、MIME类型映射
8、welcome文件列表
9、错误页面
10、JSP相关的特定设置
11、JNDI设置
15.1.1、核心元素
c...
分类:
其他好文 时间:
2014-09-01 17:54:03
阅读次数:
327
一、 Scrapy简介Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages...
分类:
其他好文 时间:
2014-09-01 17:11:43
阅读次数:
213
续上一篇,继续介绍Android系统。上一篇:【译】Android系统简介本文主要介绍构建Android应用的一些主要概念:ActivityActivity是应用程序中一个单独的有UI的页面(screen),例如:在email应用中,会有一个activity用来显示email的列表,还有activi...
分类:
移动开发 时间:
2014-08-31 18:37:41
阅读次数:
250
效果图 部分less代码 @pinet-screen-width:?2880;
.mixin-sorting(@bg)?{
????&.sorting_1?{
????????background-color:?@bg;
????????color:?#3d8dc6;
????????a?{
????...
分类:
Web程序 时间:
2014-08-31 15:57:01
阅读次数:
886
init_map(res_path)1.初始化mapbase的基本信息pos2d screen_area = {1000, 600}; //普通屏幕大小m_spBase->init(screen_area.x / 3, screen_area.y / 3 , //屏幕划分成3*3格子 hea...
分类:
其他好文 时间:
2014-08-29 23:57:48
阅读次数:
470
首先登录你的的mysql mysql -uroot -p登陆成功后出现以下信息Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 8Server version: 5.1.73-lo....
分类:
数据库 时间:
2014-08-29 19:46:48
阅读次数:
245