Skip to content

Instantly share code, notes, and snippets.

@Gasbylei
Gasbylei / 0_reuse_code.js
Created March 1, 2017 03:34
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@Gasbylei
Gasbylei / 在Macos中如何使用docker安装oracle 11g.md
Last active March 1, 2017 03:21
在Macos中如何使用docker安装oracle 11g?

1.在docker官网下载: docker for Mac,安装完成即可

2.打开doker,配置国内加速器,例如: Daocloud加速器 添加到advanced/registry mirrors

3.测试docker: docker ps docker run hello-world

@Gasbylei
Gasbylei / createtag.php
Created February 13, 2017 02:32
create tag with ajax
<div class="modal fade" id="myModal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span >&times;</span></button>
<h4 class="modal-title" id="task-title">创建标签</h4>
</div>
<div class="modal-body">
<form id="task">
<div class="form-group">