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
server { | |
listen 80; # Listen on port 80 for IPv4 requests | |
server_name jenkins.example.com; | |
#this is the jenkins web root directory (mentioned in the /etc/default/jenkins file) | |
root /var/run/jenkins/war/; | |
access_log /var/log/nginx/jenkins/access.log; | |
error_log /var/log/nginx/jenkins/error.log; |
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
/** | |
* Created by thinhtran on 1/30/17. | |
*/ | |
class A { | |
protected a = 1; | |
constructor() { |
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
var __extends = (this && this.__extends) || function (d, b) { | |
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; | |
function __() { this.constructor = d; } | |
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | |
}; | |
var A = (function () { | |
function A() { | |
this.a = 1; | |
} | |
A.prototype.talk = function () { |
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
/** | |
* Created by thinhtran on 1/30/17. | |
*/ | |
class A { | |
protected a = 1; | |
constructor() { |
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
import {GlobalInfo} from './../core/GlobalInfo'; | |
import {ResourceManager} from '../core/ResourceManager'; | |
import {Cell} from './Cell'; | |
import {Random} from '../core/Random'; | |
import {Config} from '../Config'; | |
import {MODEL_TYPE} from '../core/Constant'; | |
import {ShaderComponent} from '../core/ShaderComponent'; | |
const {ccclass, property} = cc._decorator; |
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
ủtyfgdfgd |
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
http://mslots.z88.net11 |
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
export class Skeleton extends cc._RendererUnderSG { | |
/** !#en The skeletal animation is paused? | |
!#zh 该骨骼动画是否暂停。 */ | |
paused: boolean; | |
/** !#en | |
The skeleton data contains the skeleton information (bind pose bones, slots, draw order, | |
attachments, skins, etc) and animations but does not hold any state.<br/> | |
Multiple skeletons can share the same skeleton data. | |
!#zh | |
骨骼数据包含了骨骼信息(绑定骨骼动作,slots,渲染顺序, |
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
const d = `qwertyuiopasdfghjklzxcvbnm | |
đ | |
ý ỳ ỵ ỹ ỷ | |
ă â | |
á ắ ấ | |
à ằ ầ | |
ã ẵ ẫ | |
ả ẳ ẩ |
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
let mapleader=" " | |
set surround | |
set so=5 | |
set commentary | |
sethandler <C-D> a:vim | |
sethandler <C-G> a:ide | |
sethandler <C-H> a:ide | |
sethandler <C-L> a:vim |
OlderNewer