Skip to content

Instantly share code, notes, and snippets.

@hechien
hechien / Capistrano 3.md
Last active August 29, 2015 14:26 — forked from stevenyap/Capistrano 3.md
Capistrano 3 Setup

This guide explains the way to setup a production server using Capistrano.

Setup Capistrano on LOCAL

  • Capistrano is a development gem which assist the developer to run commands on the production server (something like a Heroku toolbelt)
  • Hence, it is installed and configured on developer's computer
# Gemfile

# Use Capistrano for deployment
@hechien
hechien / .zshrc
Created July 10, 2015 08:03
rails / git / capistrano zsh alias
alias rg="rails g"
alias rs="rails s"
alias rc="rails c"
alias rd="rails d"
alias brg="bin/rails g"
alias brs="bin/rails s"
alias brc="bin/rails c"
alias brd="bin/rails d"
alias gcd='git checkout develop'
-- 六壬基础
六壬基础
五行干支提要
一、五行。
金、木、水、火、土谓之五行。
乎由貴乃原貴人甲用貴以乙貴與與所申不臨加為所能子蠡
未以陰宮人以用卯人辛與以戊丁以庚數以卯貴以為而海
逆甲貴不不辛丑為展用庚甲合合丙與以戊丁人己吉順集
行起逆數臨加為貴為午合加所所用乙己加與以用慶陰曰
至子取以以亥貴人天為所申以以酉合加巳壬丙子可貴天
癸循也癸壬辛人寅罡貴以甲戊丁為所未戊合加為解起乙
復丑古加加與以衝貴人庚與用用貴以己與所寅貴凶於貴
歸順云未酉丙庚申人以用己丑亥人乙與癸以丙人厄申人
於行丑癸壬合加原不丁未合為為戌用甲合壬與以也而當
未至未與與所子不臨加為所貴貴為申合所用辛乙且逆有
<?php
$sql = "SELECT * FROM `call`";
$result = mysql_query($sql);
?>
<table>
<tbody>
<?php
while(($record = mysql_fetch_assoc($result))){
?>
<tr>
<div class="pagination">
<ul>
<li class="prev previous_page disabled"><a href="#">← 上一頁</a></li>
<li class="active"><a rel="start" href="/search?page=1&amp;q=%E8%BB%8A&amp;utf8=%E2%9C%93">1</a></li>
<li><a rel="next" href="/search?page=2&amp;q=%E8%BB%8A&amp;utf8=%E2%9C%93">2</a></li> <li><a href="/search?page=3&amp;q=%E8%BB%8A&amp;utf8=%E2%9C%93">3</a></li> <li><a href="/search?page=4&amp;q=%E8%BB%8A&amp;utf8=%E2%9C%93">4</a></li> <li><a href="/search?page=5&amp;q=%E8%BB%8A&amp;utf8=%E2%9C%93">5</a></li> <li><a href="/search?page=6&amp;q=%E8%BB%8A&amp;utf8=%E2%9C%93">6</a></li> <li><a href="/search?page=7&amp;q=%E8%BB%8A&amp;utf8=%E2%9C%93">7</a></li> <li><a href="/search?page=8&amp;q=%E8%BB%8A&amp;utf8=%E2%9C%93">8</a></li> <li><a href="/search?page=9&amp;q=%E8%BB%8A&amp;utf8=%E2%9C%93">9</a></li> <li class="disabled"><a href="#"><span class="gap">…</span></a></li> <li><a href="/search?page=35&amp;q=%E8%BB%8A&amp;utf8=%E2%9C%93">35</a></li> <li><a href="/search?page=36&amp;q=%E8%BB%8A&amp;utf8

關於這個東西

因為我想要教我的女友 JavaScript 所以我就開了這個 Gist 用來放檔案慢慢教她 JavaScript 。

會有這種教學方式是我想起當初在看王國榮老師的 VB6 教學時,他有用一些圖片加上程式碼來指導、教學,在練習的部分也是有這樣的東西,所以打算用同樣的方式來訓練我女朋友關於 JavaScript 的開發。

###
# helper_name:inspect_helper
# author: Whien_Liou
# time: 2014/07/23
#
# usage
# 請在增加 config/initializers/inspect_helper.rb
# 加入下列幾行代碼
# 在 controller 使用
#
<!DOCTYPE html>
<html>
<head>
<title>PaypalMe</title>
<%= stylesheet_link_tag 'hello' %>
</head>
<body>
<%= yield %>