This file contains hidden or 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
1 1 '/ar/AR-IOS-Promotion-vc-81463.html' | |
2 1 '/ar/Shirts-c-1733.html' | |
3 1 '/ar/T-Shirts-c-1738.html' | |
4 1 '/ar/Loungwear-c-2202.html' | |
5 1 '/ar/pwarcat-Dresses-180207-c-1727.html' | |
6 1 '/ar/Pants-c-1740.html' | |
7 1 '/ar/Sneakers-c-1913.html' | |
8 1 '/ar/Plus-Size-Dresses-c-1889.html' | |
9 1 '/ar/Plus-Size-Blouses-c-1891.html' | |
10 1 '/ar/Plus-Size-Loungewear-c-1938.html' |
This file contains hidden or 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
"""""""""""""""""""""""""""""""""""""" | |
" | |
" 插件管理 | |
" neovim 首先执行下面的命令安装 | |
" curl -fLo /usr/share/nvim/runtime/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
" 安装命令 | |
" sudo vim +PlugInstall +qall | |
""""""""""""""""""""""""""""""""""""""" | |
set nocompatible " be iMproved, required | |
set mouse= |
This file contains hidden or 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
module.exports = new Hashids('',0,"!#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~") | |
This file contains hidden or 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
PG = require('fckoa/db/pg') | |
BUILD_KIND = require('url/ur/_model/build_kind') | |
cmp0 = (a,b)=> | |
a[0]-b[0] | |
room_desk = (li, kind_id_map)-> | |
t = {} | |
room = {} |
This file contains hidden or 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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH=$HOME/.oh-my-zsh | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME | |
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
This file contains hidden or 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
PG = require('fckoa/db/pg') | |
{country_city} = require('url/ur/_model/city') | |
module.exports = require('url/auth/_router/logined') { | |
post:{ | |
### |
This file contains hidden or 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
Knex = require('knex') | |
_pg = require('pg') | |
require('pg-parse-float')(_pg) | |
_pg.types.setTypeParser(20, parseInt) | |
_transaction = Knex.Client.prototype.transaction | |
Knex.Client.prototype.transaction = (container, config)-> | |
_transaction.call( | |
@ |
This file contains hidden or 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
USER = require './_model/user' | |
SSO = require 'fckoa/config/sso' | |
base64url = require('base64url') | |
crypto = require('crypto') | |
module.exports = require('./_router/logined') { | |
get:{ | |
"":(ctx)-> | |
li = [ | |
parseInt(new Date()/1000) |
This file contains hidden or 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
Now using node v11.6.0 (npm v6.5.0-next.0) | |
07:19:04 INFO Wechaty <wechaty-puppet-padpro> start() v0.22.6 is starting... | |
07:19:04 INFO PuppetManager install(wechaty-puppet-padpro@latest) please wait ... | |
npm: npm | |
npm: WARN wechaty-puppet-padpro@0.0.29 requires a peer of file-box@^0.8.23 but none is installed. You must install peer dependencies yourself. | |
npm WARN wechaty-puppet-padpro@0.0.29 requires a peer of wechaty-puppet@^0.15.1 but none is installed. You must install peer dependencies yourself. | |
npm WARN wechaty-puppet@0.15.7 requires a peer of memory-card@^0.6.7 but none is installed. You must install peer dependencies yourself. | |
npm WARN wechaty-puppet@0.15.7 requires a peer of file-box@^0.8.22 but none is installed. You must install peer dependencies yourself. | |
npm WARN rx-queue@0.6.2 requires a peer of brolog@^1.4.9 but none is installed. You must install peer dependencies yourself. |
This file contains hidden or 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
{ | |
"name": "fckoa", | |
"version": "1.0.0", | |
"main": "index.js", | |
"author": "gitfee@qq.com <gitfee@qq.com>", | |
"license": "UNLICENSED", | |
"alias": { | |
"vue": "./node_modules/vue/dist/vue.js" | |
}, | |
"devDependencies": { |
NewerOlder