图片加载 jPicture

软件介绍

jPicture 是一个 jQuery 插件,它可以在右视图端口上加载图片。jPicture 只在页面上显示最合适的图片版本。

示例代码:

$('#super-pic').jp({
    'test_imgs/we_80.jpg' : 80, 
    'test_imgs/we_200.jpg' : 200, 
    'test_imgs/we_400.jpg' : 400, 
    'test_imgs/we_500.jpg' : 500, 
    'test_imgs/we_600.jpg' : 600, 
});

本文地址:https://codercto.com/soft/d/21245.html

Algorithm Design

Algorithm Design

Jon Kleinberg、Éva Tardos / Addison-Wesley / 2005-3-26 / USD 144.20

Algorithm Design introduces algorithms by looking at the real-world problems that motivate them. The book teaches students a range of design and analysis techniques for problems that arise in compu......一起来看看 《Algorithm Design》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具