`
hongtoushizi
  • 浏览: 382671 次
  • 性别: Icon_minigender_1
  • 来自: 天津
社区版块
存档分类
最新评论
文章列表
  转载: http://www.webhek.com/loading-scripts-jquery/ 动态加载Javascript是一项非常强大且有用的技术。这方面的主题在本站已经讨论了不少,我也经常会在一些个人项目上使用RequireJS和Dojo加载js。它们很强大,但有时候也会得不偿失。如果你使用的是jQuery,它里面有一个内置的方法可以用来加载单个js文件。当你需要延迟加载一些js插件或其它类型的文件时,可以使用这个方法。下面就介绍一下如何使用它! jQuery JavaScript jQuery内置了一个方法可以加载单一的js文件;当加载完成后你可以在回调函数里执行后续操 ...
文章来源:Best “must know” open sources to build the new Web。个人感觉这个收集贴收集成相当的全。 学习HTML 5编程和设计 ★ HTML5 Rocks : Major Feature Groups  的学习 HTML5 的资源 (HTML5 演示, 教程 ). 源
1:   pdfminer  安装错误 Traceback (most recent call last):   File "./w3af_console", line 25, in <module>     from core.ui.console.console_ui import ConsoleUI   File "/home/hongshuai.yuan/w3af-master/core/ui/console/console_ui.py", line 42, in <module>     from core.c ...
pip安装python包时超时或是报错“Cannot fetch index base URL http://e.pypi.python.org/simple/” 解决方法:加上参数"-i http://pypi.v2ex.com/simple",即换成国内镜像。 一劳永逸的办法:~/.pip/ 下创建文件 pip.conf(如果还没有的话),并填入以下内容:

w3af 安装

    博客分类:
  • w3af
git clone https://github.com/andresriancho/w3af.git cd w3af ./w3af_gui 相关链接:   http://w3af.org/
运行一个python的深度探测脚本的时候,报了   ImportError: No module named wx 这个错误,解决方案如下:  sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-doc wx2.8-examples wx2.8-headers wx2.8-i18n   参考文档如下: http://stackoverflow.com/questions/14007557/installing-wxpython-on-ubuntu-12-04   http://wiki.wxpython.org/ ...
转载: http://lgr310-163-com.iteye.com/blog/745861 JS数组”(array)和“对象”(object)          比如有一个数组a=[1,2,3,4],还有一个对象a={0:1,1:2,2:3,3:4},然后你运行alert(a[1]),两种情况下的运行结果是相同的!这就是说,数据集合既可以用数组表示,也可以用对象表示,那么我到底该用哪一种呢?         数组表示有序数据的集合,而对象表示无序数据的集合。如果数据的顺序很重要,就用数组,否则就用对象。         当然,数组和对象的另一个区别是,数组中的数据没有“名称”(name ...

Media Queries详解

    博客分类:
  • css
转载: http://www.cnblogs.com/asqq/archive/2012/04/13/2445912.html   Media Queries直译过来就是“媒体查询”,在我们平时的Web页面中head部分常看到这样的一段代码:  <link href="css/reset.css" rel="stylesheet" type="text/css" me ...
转载: http://blog.csdn.net/cutesource/article/details/7299372   LBS在移动设备和浏览器里已应用地非常广泛,基于API能很轻松地实现一些和地址位置有关的应用,但一直对这些API背后是如何获取使用者的位置信息却不得而知,今天花了时间粗浅地研究了一下:   得到位置信息主要通过两种途径:GPS和WIFI 1. GPS GPS基本原理是测量出已知位置的卫星到用户接收机之 间的距离,然后综合多颗卫星的数据就可知道接收机的具体位置。要达到这一目的,卫星的位置可以 根据星载时钟所记录的时间在卫星星历中查出。而用户到卫星的距离则通过记录 ...
转载:http://stage.learn.jquery.com/javascript-101/functions/#immediately-invoked-function-expression-iife   Functions Functions contain blocks of code that need to be executed repeatedly. Functions can take zero or more arguments, and can optionally return a value. Functions can be created in a ...
转载:http://remysharp.com/2010/06/03/signs-of-a-poorly-written-jquery-plugin/   So far with every single workshop I’ve given, both for advanced JavaScript and jQuery for Designers, this question (or some variation thereof) has come up: How do you know if the plugin is good to use? It’s always ...
网上看到的几篇写的不错的jquery源码的文章,感觉不错,转载过来,以备温习之用,有时间自己也该看看源码了。   http://www.iteye.com/topic/349020 http://www.iteye.com/topic/545971 http://www.iteye.com/topic/1126505 http://www.iteye.com/topic/1126505 http://www.iteye.com/topic/714705 http://www.iteye.com/topic/642645 http://www.iteye.com/topic/57 ...
转载: http://software.intel.com/zh-cn/android/articles/speeding-up-the-android-emulator-on-intel-architecture/?utm_campaign=CSDN&utm_source=intel.csdn.net&utm_medium=Link&utm_content=intelandroid-moniqi       摘要: 如果您是一名 Android* 开发人员,而且对 Android 模拟器的性能不满意,请阅读本文。 我们经常听到许多 Android 开发人员抱 ...
转载; http://software.intel.com/node/506559   HTML5应用性能调优工具WAPA – 安装篇 Submitted by Dawei Cheng 程大伟... on Thu, 02/27/2014 - 00:51   1.     下载并安装node.js (1)     下载稳定版本Node.js(node-v0.8.14), 地址: 32bit : http://nodejs.org/dist/v0.8.14/node-v0.8.14-x86.msi. 64bit : http://nodejs ...
转载: http://software.intel.com/zh-cn/blogs/2014/02/28/html5-wapa/?utm_campaign=CSDN&utm_source=intel.csdn.net&utm_medium=Link&utm_content=others-WAPA HTML5应用性能调优工具WAPA – 使用篇 Dawei Cheng 程大伟... 于 星期四, 27/02/2014 - 18:42 提交 本篇文章将介绍怎样来使用WAPA进行分析。WAPA提供了两种使用方式,一种是图形化的web使 ...
Global site tag (gtag.js) - Google Analytics