Quantcast
Channel: blog.fun to do
Browsing latest articles
Browse All 158 View Live

JQuery高性能最佳实践

【使用最佳选择器】 使用JQuery时,你可以使用多种选择器,选择同一个元素,各种方法之间的性能是不一样的,有 […]

View Article


node-inspector 调试工具

参考: http://liuxiaoming.com/dev/2012/06/20/how-to-debug- […]

View Article


Linux中Samba详细安装

为了实现Windows主机与Linux服务器之间的资源共享,Linux操作系统提供了Samba服务,Samba […]

View Article

linux shell 实现多线程

在bash中,使用后台任务来实现任务的“多进程化”。在不加控制的模式下,不管有多少 任务,全部都后台执行。也就 […]

View Article

Is it possible to stop javascript execution?

Question:   Is it possible in some way to stop or […]

View Article


linux cpu 多核情况

1. Linux下,如何看每个CPU的使用率: #top -d 1 (此时会显示以1s的频率刷新系统负载显示, […]

View Article

高并发下的Node.js与负载均衡

新兴的Node.js已经吸引了很多开发人员的眼光,它提供给我们一个快速构建高性能的网络应用的平台。我也开始逐步 […]

View Article

如何重复利用redis connection以及清除on.message的listenner

参考url: How to remove Redis on ‘message’ lis […]

View Article


How to remove Redis on ‘message’ listeners

Question: A typical Redis chat example will go somethin […]

View Article


smarty的debug配置

#debug的方法 1.临时调试方法,在/includes/smarty_config.php中加入下行, 把 […]

View Article

overflow:hidden + display:inline-block moves text upwards

Question: I have following HTML: abc What I expect to s […]

View Article

user-select介绍

之前在《CSS的未来:一些试验性CSS属性》中有提到user-select这个属性,最近整理的时候有遇到,所以 […]

View Article

CORS Proxy

CORS Proxy allows javascript code on your site to acces […]

View Article


How to break/exit from a each() function in JQuery?

This question already has an answer here: How to Break […]

View Article

HTML5安全:CORS(跨域资源共享)简介

前言:像CORS对于现代前端这么重要的技术在国内基本上居然很少有人使用和提及,在百度或者Google上搜索CO […]

View Article


关于跨域策略文件crossdomain.xml文件

下载flexpaper源码修改后做成swf阅读器,要加入待阅读的swf文件,可以在flex里调用js的方法来获 […]

View Article

$(window).unload wait for AJAX call to finish before leaving a webpage

Question: Basically, once a user leaves a webpage in my […]

View Article


解决IE下a标签会触发window.onbeforeunload的问题

<code> <!DOCTYPE HTML PUBLIC ”-//W3C//DT […]

View Article

Background repeat and CSS sprites

CSS sprites are a great way to improve the loading spee […]

View Article

用Fiddler模拟低速网络环境

有时候宽频网路用习惯了… 在开发的过程就比较少去考虑最佳化的问题… 但当有人反应说「你的网页好慢」 甚至当网路 […]

View Article

多维搜索的演示GIF图

关键字: 原创文章, 技术

View Article


javascript的几种使用多行字符串的方式

JS里并没有标准的多行字符串的表示方法,但是在用模板的时候,为了保证模板的可阅读性,我们又不可避免的使用多行字 […]

View Article


CSS3 pointer-events介绍

其实早知道这个属性,但是一直没有去研究过。今天正好在twitter看到这个词,就去研究了下,正好解决了目前遇到 […]

View Article

forever-monitor的.foreverignore文件使用

You need to restart the forever process each time you c […]

View Article

探讨HTML5的预加载功能prefetch

prefetch 即预加载,在用户需要前我们就将所需的资源加载完毕。 有了浏览器缓存,为何还需要预加载? 用户 […]

View Article


HttpWatch的检测指示说明:Blocked、Connect、Send、Wait、Receive

Blocked time includes any pre-processing time (such as […]

View Article

100% width CSS 在 iPad / iPhone Safari 背景被截断 / 显示不全

Tips: 调试 iPad 或 iPhone 可在设置中启动调试模式,在 Mac 中的 Safari 浏览器 […]

View Article

查看Linux是以哪种方式安装软件包

原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。htt […]

View Article

shell里面执行svn命令提示和work copy的svn版本不一致

查看:svn的work copy版本 If .svn/format exists, then read the […]

View Article



MySQL记录存在则更新,不存在则插入

str_id标识用户的唯一标识,fiile_id为文件的唯一标识,此表为中间表str_id,与file_id确 […]

View Article
Browsing latest articles
Browse All 158 View Live