cximage600_demo.zip 别人写的 Preface Years after the previous version, I can tell that the article has survived its author, and even if my opinion on the limits of this library has not changed, an update was really necessary. Thank you very much to all
这个插件可以创建非常真实的阴影效果。非常适合做 demo 或者首页。
示例代码:
$(selector).realshadow(); // options are optional
$(selector).realshadow({
followMouse: false, // true by default
pageX: x, // x coordinate of the light source
pageY: y
一个可扩展的PHP WEB 蜘蛛,示例代码:
use VDB\Spider\Spider;
use VDB\Spider\Discoverer\XPathExpressionDiscoverer;
$spider = new Spider('http://www.oschina.net');
特性:
supports two traversal algorithms: breadth-first and depth-first
supports depth limiting and
BCStatusItem 是 NSStatusItem 的扩展
A view and NSStatusItem category to let you easily expand the functionality of NSStatusItem. One issue with NSStatusItem is getting it's location/frame on the screen. You can do this if it has a custom view, so one of
gossh 是 Go 语言实现 SSH 通讯的开发包。
示例代码:
package main
import (
"github.com/dynport/gossh"
"log"
)
// returns a function of type gossh.Writer func(...interface{})
// MakeLogger just adds a prefix (DEBUG, INFO, ERROR)
func MakeLogger(prefix string)