近年来,随着Internet/Intranet建网技术的飞速发展和在世界范围内的迅速普及,计算机
应用程序已从传统的桌面应用转到Web应用。基于B/S(Browser/Server)架构的3层开发模式逐渐取代C/S(Client/Server)架构的开发模式,成为开发企业级应用和电子商务普遍采用的技术。
在Java语言中,JDBC(Java DataBase Connect...
分类:
数据库 时间:
2014-07-18 22:25:21
阅读次数:
368
Turbolinks[1]:Turbolinks makes following links in your web application faster.Instead of letting the browser recompile the JavaScript and CSS between ...
分类:
移动开发 时间:
2014-07-18 21:03:11
阅读次数:
253
```php /** * Creates a new model. * If creation is successful, the browser will be redirected to the 'view' page. */ public function actionCreate()...
分类:
其他好文 时间:
2014-07-18 08:35:27
阅读次数:
250
windows phone 开发中web browser的使用技巧
自动清除firefox缓存1.在firefox的地址栏上输入about:config回车2.找到browser.cache.check_doc_frequency选项,双击将3改成1保存即可。选项每个值都是什么含义的。请看下面的解释:0: Once per session 每个进程一次 每次启动Fi...
分类:
其他好文 时间:
2014-07-13 22:51:53
阅读次数:
280
如果有两个平级的frame,跳进一个以后操作完成再操作第二个,这种情况要先跳出来,再跳进另外一个frame跳出语句:browser.switch_to_default_content()#coding:utf-8from selenium import webdriverimport timeurl...
分类:
Web程序 时间:
2014-07-13 09:06:28
阅读次数:
311
1. [代码][JavaScript]代码 //javascript Object: ajax Object//Created By RexLeefunction Ajax(url,data){ this.url=url; this.data=data; this.browser=(func...
分类:
编程语言 时间:
2014-07-09 19:51:23
阅读次数:
177
$("#HomeData").live("click", function () { $.post("/Home/NewIndex/TransactionData", function (data) { if ($.browser.msie) { ...
分类:
Web程序 时间:
2014-07-09 18:19:46
阅读次数:
220
原文地址:https://hsivonen.fi/doctype/In order to deal both with content written according to Web standards and with content written according to legacy pr...
分类:
其他好文 时间:
2014-07-08 21:51:26
阅读次数:
539
0x0 引言
我们知道,在Android上的Intent-based攻击很普遍,这种攻击轻则导致应用程序崩溃,重则可能演变提权漏洞。当然,通过静态特征匹配,Intent-based的恶意样本还是很容易被识别出来的。
然后,最近出现了一种基于Android Browser的攻击手段——Intent scheme URLs攻击。这种攻击方式利用了浏览器保护措施的不足,通过浏览器作为桥梁间接实...
分类:
移动开发 时间:
2014-07-06 09:05:56
阅读次数:
219