我开发了一个BPM软件,我想添加最终用户脚本逻辑。
我试着用一个例子来表达我自己。
在一个过程中有两个变量(Price,ApplyDiscount,DicountAmount,Total)。
不知何故,用户想要定义这个逻辑:
//Delphi code for explanation:
if ApplyDiscount then
Total := Price * DiscountAmount
else
Total := Price;
由于我的应用程序是Server客户端服务器应用程序,所以我也考虑过运行带有参数的查询的想法,所以用户使用SQL语法来编写逻辑脚本,这样它就能工作了。我需要
要么这个要求很奇怪,要么我把自己搞得太糊涂了,我有一个有30列的规则表。提要文件中的每一行都会根据提要类型与某些或所有条件进行比较。域是银行,应用程序用于贷款报告(例如,报告担保贷款和无担保贷款的总金额)
这就是我的问题:
If the (total of collateral amount)> loan principal amount, then consider the principal amount for consolidation
Else if the (total of collateral amount)<loan principal amount, then
就像Spring一样,我和Apache、Under拖车和Jetty一起完成了一个相同的任务。所以我只是想了解一下。
Quarkus使用的是什么应用服务器?
I have created an application in server and found Jboss libaries, Arjuna Libraries for transaction
which is used by Jboss servers or wildfly servers. But i am not sure whether it is based on Jboss.
有谁能澄清一下吗?
我有两个数据库:data1和data2在两个不同的服务器上(server1和server2)。
我试图在MySQL中连接两个数据库的两个表,如下所示:
SELECT left(a.code,9) as fourn,
SUM(b.price) as total
FROM data1.product as a
JOIN data2.my_items as b ON a.fourn = b.left(p_code)
这是在server1中运行查询时遇到的错误:
表“my_items”中拒绝用户“从”@“”的选择命令
作为php的新手和搜索引擎拥有者,我会经历很多令人头疼的事情。我想创建自己的搜索引擎。我正在尝试用PHP和MYSQL创建一个最初编码的测试版,但最终我想学习C++,这样我就可以创建我自己的表格/搜索系统,就像谷歌的Bigtable一样。我的代码应该在这篇文章的某个地方。有人能帮我写代码吗?
The "PAGE" that does all the work
<?php
$query = $_GET['S'];
$con = mysql_connect("localhost","