如果大家有机会看到这里的话,我向大家推介我的站点 www.liageren.com(俩个人)。
希望你能喜欢 :)
I think that I shall never see A poem lovely as a tree.
# What is GitX?
GitX is a gitk like clone written specifically for OS X Leopard and higher.
This means that it has a native interface and tries to integrate with the
operating system as good as possible. Examples of this are drag and drop
support and QuickLook support.
项目的wiki上写着很清楚的安装及使用方法,但要注意这一点After you have started it once, you can install the command-line tool安装后,在git项目的根目录下输入gitx:
through the menu (GitX->Enable Terminal Usage…). This will install a
“gitx” binary in /usr/bin.
$(".assets li").draggable({helper: 'clone'});$(".drop").droppable({accept: ".drag",activeClass: 'droppable-active',hoverClass: 'droppable-hover',drop: function(ev, ui){var drag = ui.draggable;drag.appendTo($(this).siblings('ul.assets'))$.ajax({dataType: "script",type: "PUT",url: url,data: "asset[category_id]=" + $(this).attr('id')});}});$("#sort").sortable({items: '.sortable',stop: function(e, ui){var data = $(this).sortable("serialize")$.ajax({url: "/back/pages/sort",type: "POST",data: data,dataType: "script"});}});
<% content_for :head do %>
<%= javascript_include_tag 'jquery-areaselect' %>
<% javascript_tag do -%>
$(window).load(function () { $('#duck').imgAreaSelect({ x1: 120, y1: 90, x2: 280, y2: 210, onSelectEnd: set_crop });
});
function set_crop(img, selection){
$('#crop_left').val(selection.x1)
$('#crop_top').val(selection.y1)
$('#crop_width').val(selection.width)
$('#crop_height').val(selection.height)
}
<% end -%>
<% end %>
<%= hidden_field_tag "crop_left", "0" %>
<%= hidden_field_tag "crop_top", "0" %>
<%= hidden_field_tag "crop_width", "1" %>
<%= hidden_field_tag "crop_height", "1" %>
<%= image_tag current_user.photo.url(:large), :id => "duck" %>
.todo
, .todolist
and .tasks
extensions.There is a littel problem, the default hotkey use ⌅, which sometimes make you confused.
so I just changed it in the bundle editor, this is the easist way to fix this.For more info,you need to read the original article.
Evernote is another amazing software,it allows you to easily capture information in any environment using whatever device or platform you find most convenient, and makes this information accessible and searchable at any time, from anywhere.