This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
App& | |
Content | |
Stores | |
pick store -> Categories | |
Categories | |
pick category -> Product List | |
back to store list -> Stores | |
Product List | |
choose product -> Product | |
back to categories -> Categories |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# Using GPL v2 | |
# Author:: DongYuwei(mailto:[email protected]) | |
# 更新部分内容应对2010年7月25日飞信升级 | |
require 'uri' | |
require 'net/http' | |
require 'net/https' | |
require "socket" | |
require 'rexml/document' |