Skip to content

Instantly share code, notes, and snippets.

@xx7y7xx
xx7y7xx / filtered_entity_list.txt
Last active June 28, 2017 06:12
过滤实体表
账簿
账簿科目
银行
银行账户
银行类别
单据类型
交易类型
币种
组织
部门
This file has been truncated, but you can view the full file.
! function(e) {
function t(n) {
if (o[n]) return o[n].exports;
var r = o[n] = {
i: n,
l: !1,
exports: {}
};
return e[n].call(r.exports, r, r.exports, t), r.l = !0, r.exports
}
@xx7y7xx
xx7y7xx / Img479319812.jpeg
Last active January 22, 2017 05:25
汇编语言程序员微信朋友圈使用指南
Img479319812.jpeg
@xx7y7xx
xx7y7xx / v_pub_billform.js.diff
Created January 16, 2017 06:44
v_pub_billform.js 比较模板源码和模板编译后代码
---
+++
@@ -1,69 +1,68 @@
-define(
-'v_pub_billform',
+define(
+<#if defComponentId ??>'${_component_id}',</#if>
['jquery', 'knockout','formula',
-'/iwebap/pages/20080EBR/billform.controller.js',
+'${ctx}${getNodePath("${ctx}","${default_node_path}","${extend_node_path!''}","${hyext_node_path!''}","billform.controller.js")}/billform.controller.js',
@xx7y7xx
xx7y7xx / test.md
Last active November 18, 2016 05:53
Jekyll markdown online test
@xx7y7xx
xx7y7xx / parse.js
Created October 22, 2016 09:04
parse从NC百分百上dump的数据
//res = {};
var item, area, project, chuchai,
areaname, projectname,
ret = {};
for ( i in res.data ) {
item = res.data[i];
areaname = item.areaname;
projectname = item.projectname;
if (!ret[areaname]) ret[areaname] = {}; // 创建深圳节点
@xx7y7xx
xx7y7xx / node-app.json
Created September 26, 2016 07:11
PM2 project config file
{
"apps": [{
"name": "ssc30-admin-app",
"cwd": "/var/www/ssc_web",
"script": "app_admin.js",
"log_date_format": "YYYY-MM-DD HH:mm Z",
"error_file": "./log/app_admin_err.log",
"out_file": "./log/app_admin_out.log",
"env": {
"PORT": "3001"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.