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
package main | |
import ( | |
"fmt" | |
"github.com/jinzhu/gorm" | |
_ "github.com/lib/pq" | |
_ "github.com/mattn/go-sqlite3" | |
) |
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' |
NewerOlder