文章列表
http://docs.oracle.com/cd/E13224_01/wlw/docs103/guide/ideuserguide/servers/conWebSphere.html
http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm
a good sample for explaining the differences.
http://ie.microsoft.com/testdrive/HTML5/DOMContentLoaded/Default.html
open in app
- 博客分类:
- Andriod
http://www.dotblogs.com.tw/pou/archive/2012/01/01/64089.aspx
Android intent
- 博客分类:
- Andriod
Android intent class usage
http://blog.csdn.net/lilu_leo/article/details/6938729
A basic approach for launching app from web page, but the point is on the scheme and the pathPrefix, reference below.
http://www.techrepublic.com/blog/software-engineer/web-to-app-interoperability-launch-your-android-app-from-the-web/1011/
http://stackoverflow.com/questions/3038958/launch-app- ...
以下转载自 : http://blog.csdn.net/geekpark/article/details/16118457
为了实现这个功能可折腾了我好久,先上一份代码,经楼主验证是绝对可以用的而且也比较清晰的代码!(ps:还是先剧透下吧,第三方大部分浏览器无法成功。)
点击浏览器中的URL链接,启动特定的App。
首先做成HTML的页面,页面内容格式如下:
<a href="[scheme]://[host]/[path]?[query]">启动应用程序</a>
在配置文件httpd.conf中添加如下:
Alias /dojo "F:/eclipsejavascriptworkspace"<Directory "F:/eclipsejavascriptworkspace">Options Indexes MultiViewsAllowOverride NoneOrder allow,denyAllow from all</Directory>
在使用Alias命令的时候,url /dojo 不应该写成 /dojo/, 否则出现 404 file not found error
打开某一个网页会在浏览器的标签栏处显示该网页的标题和图标,当网页被添加到收藏夹或者书签中时也会出现网页的图标,怎么在网页title左边显示网页的logo图标呢?方法是:找一个或者作一个ico文件,然后把文件的名字改为favicon.ico,像素大小为16*16,所使用的颜色不得超过16色,然后再把favicon.ico放到网站的根目录下就行了。
这样的话浏览器会不停的搜索您的网站的根目录,只要它一发现了名字叫做favicon.ico 这个文件,就会将该图标显示在访问者的地址栏和收藏夹列表中了。
另一种实现方法是在网页HEAD标记中添加如下代码:<HEAD> <LINK R ...
JQuery 唯美 插件
- 博客分类:
- web前端
前端的素材网:
http://www.xwcms.net/js/tsk-fdc-dcc/66104.html
Before you can use the network in Android Emulator. You will need to set the proxy first. This is the guide below.
settings->(wireless&networks)More...->Mobile networks->Access Point Names->T-Mobile US(it depends)
->then fill in the following fields
Proxy,
Port,
Username,
...