import javax.swing.JOptionPane;public class Money { public static void main(String[] args){ double gratuity; double total; String input = ...
分类:
其他好文 时间:
2014-08-06 17:17:11
阅读次数:
307
1. Not care/give two hoots这个习语在英文中表示“根本不在乎”,有种嗤之以鼻,压根儿瞧不上的赶脚。例:I don't care two hoots about having money, as long as I'm happy.只要开心,我根本不在乎有没有钱。2. Big ...
分类:
其他好文 时间:
2014-08-05 18:35:19
阅读次数:
207
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1963题目意思:有 本金 money,还有一些股票的种类,第 i 种股票买入需要 value[i] 这么多钱,相应会有一定的利息interest[i],问经过若干年 year 后,每年都以最优的方案投资,...
分类:
其他好文 时间:
2014-08-02 17:51:23
阅读次数:
184
#include
#include
#define maxn 10002
int ans, queue[maxn];
struct Node{
int to, next, val;
} map[maxn << 1];
struct node{
int first, money, indegree;
} head[maxn];
bool topoSort(int n)
{...
分类:
其他好文 时间:
2014-08-02 10:07:43
阅读次数:
196
功能说明:提交订单之后,增加消费记录,扣除用户余额 //更新积分值
public?function?saveMoney($uid,?$money,?$remark,?$paymment,?$chargetypes,?$orderno,?$status)?{
$sql?=?"UPDATE?$this->...
分类:
其他好文 时间:
2014-08-01 16:23:03
阅读次数:
201
Description
The Head Elder of the tropical island of Lagrishan has a problem. A burst of foreign aid money was spent on extra roads between villages some years ago. But the jungle overtakes roa...
分类:
其他好文 时间:
2014-08-01 16:14:51
阅读次数:
277
Problem Description
Before ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action comes from Irreversibly Bound Money (IBM). Th...
分类:
其他好文 时间:
2014-08-01 16:08:02
阅读次数:
281
---------------事务---当执行到commit时 事务才算是完成,不然 会执行rollback操作。
declare
v_money acount.money%type:=1223;
ex exception;
begin
update acount set money=money-v_money where id=1;
raise ex;
update acount ...
分类:
数据库 时间:
2014-08-01 13:39:21
阅读次数:
222
英文原文:MAKING MONEY ON APPS 做为半个iOS 开发的一家公司,我时不时地考虑如何用 APP 赚钱。最近由Brent Simmons和Jared Sinclair的文章挑起的争吵把这些想法带出来了。 做为此次讨论的前奏,我本人没有在 App Store 成功赚到钱,因此对...
分类:
移动开发 时间:
2014-07-31 23:15:20
阅读次数:
308
1 CREATE OR REPLACE FUNCTION MONEY_TO_CHINESE(MONEY IN VARCHAR2) 2 RETURN VARCHAR2 IS 3 C_MONEY VARCHAR2(12); 4 M_STRING VARCHAR2(60) := '...
分类:
数据库 时间:
2014-07-31 20:21:47
阅读次数:
319