我这里的功能是弹出右侧搜索的页面:top.layui.admin.popupRight({id:‘LAY_business_PopupLayer‘,area:‘350px‘,success:function(layero,index){varsexArr=top.layui.dict.options("sex");varstatusArr=top.layui.dict.options("statu
分类:
其他好文 时间:
2020-05-16 10:34:25
阅读次数:
111
经典的print_table学习 存储过程接受两个参数:SQL语句和日期,还使存储过程可以使用role 权限 create or replace procedure print_table(p_query in varchar2,p_date_fmt in varchar2 default 'DD- ...
分类:
数据库 时间:
2020-05-15 21:51:04
阅读次数:
96
ubuntu下安装kong 一,准备项 ubuntu server 18+,联网环境 kong最新版本稳定版本 postgresql安装 使用安装包安装。 二,安装步骤 1.安装postgresql数据库 参考博客文章 https://www.cnblogs.com/duanxz/p/3644099 ...
分类:
系统相关 时间:
2020-05-15 00:04:34
阅读次数:
101
1、职责链模式 特殊情况下有奇效,一般情况下用不上。 2、有限状态机 特殊情况下有奇效,特别是某些业务对于状态天生敏感的,比如电商的订单进行中、待支付、已支付,一般情况下用不上。我最近也在学习这个,等我学好了写个demo水个文章哈。 3、卫语句 这个比较常用,也好用 if(obj != null){ ...
分类:
其他好文 时间:
2020-05-14 01:16:45
阅读次数:
101
问题:已经看到了SAP Fiori Launchpad上的某个tile,如何反推后台需要配置哪个PFCG Role才能看到该tile? 这个问题是今天一个朋友在微信上问我的。因为我最近忙着学习一个新的SAP产品,所以这个问题也没有时间展开来写,本文就只做概要介绍。 下图是一个Gateway系统上打开 ...
分类:
其他好文 时间:
2020-05-11 15:57:24
阅读次数:
61
id为定向选择依据,class类选择器为辅助,创建派生选择器即可定向控制 ...
分类:
其他好文 时间:
2020-05-09 17:14:02
阅读次数:
48
oc project default oc create serviceaccount getapi c adm policy add-cluster-role-to-user cluster-admin -z getapi oc serviceaccounts get-token getapi ...
分类:
其他好文 时间:
2020-05-08 23:12:05
阅读次数:
119
Db::table('think_user') ->where('id','>',1) ->where('name','thinkphp') ->select(); Db::field('user.name,role.title') ->table('think_user user,think_ro ...
分类:
其他好文 时间:
2020-05-08 09:50:38
阅读次数:
53
1丶无产者在这个革命中失去的只是锁链。他们获得的将是整个世界。 The proletarians have nothing to lose but their chains.They have a world to win. 2丶做世界的水手,游遍所有的港口。 To be a sailor of t ...
分类:
其他好文 时间:
2020-05-04 19:31:18
阅读次数:
86
定义: 装饰器模式(Decorator):动态的给一个对象添加一些额外的职责,就增加功能来说,装饰器比生成子类更加灵活。 结构: Component:定义一个对象接口,可以给这些对象动态地添加职责。 ConcreteComponent:定义了一个具体的对象,也可以给这个对象添加一些职责。 Decor ...
分类:
Web程序 时间:
2020-05-04 13:00:41
阅读次数:
64