原创 HTML DIV 多層顯示測試

<!doctype html> <html> <head>     <title>table contenteditable</title>     <style type="text/css">             .bg_img

原创 linux grep 查詢 多個文件中的 一個信息 echo

  linux grep  查詢 多個文件中的 一個信息 echo    [yelenn@localhost ~]$ grep echo *.sh gor.sh:echo go $0 mnt.sh:echo "mount //PC-201

原创 轉載 chrome V8 編譯實錄 與 windows下 V8 JS引擎 編譯 2016-06-30

chrome V8 編譯實錄windows下 V8 JS引擎 編譯 2016-06-30https://www.cnblogs.com/jixiaohui/archive/2012/08/13/V8-build.htmlhttps://b

原创 google V8 Engine source code 與 Node.js

google  V8  Engine source code 與 Node.jshttps://github.com/v8/v8

原创 源於Design Pattern Explanation with C++ Implementation的 設計模式 C++

1、創建型模式 (Creational Pattern) 1.1 工廠模式(Factory Pattern ) 1.2  抽象工廠模式(Abstract Factory Pattern ) 1.3  單例模式(Singleton