码迷,mamicode.com
首页 >  
搜索关键字:amount    ( 1179个结果
struts表单域模型注入
表单使用struts标签,表单中每一个字段都可以这样来赋值 类(action).成员变量 这个叫域模型注入 然后再action中需要set get ...
分类:其他好文   时间:2018-10-01 23:10:07    阅读次数:177
rails 增删改查
class InvoicesController :index end private def invoice_params params.require(:invoice).permit(:standard, :unit, :amount, :tax_unit_price, :tax_total,... ...
分类:其他好文   时间:2018-09-29 23:52:58    阅读次数:198
Hdoj 1009.FatMouse' Trade 题解
Problem Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean ...
分类:其他好文   时间:2018-09-28 10:59:06    阅读次数:127
Java 第一周源程序
package ATM; public class Account { private String accountID,accountname,operatedate,accountpassword; private int operatetype,accountbalance=0,amount; ...
分类:编程语言   时间:2018-09-25 01:32:48    阅读次数:175
Java课堂测试01及感想
上周进行了Java的开学第一次测验,按要求做一个模拟ATM机功能的程序,实现存取款、转账汇款、修改密码、查询余额的操作。这次测验和假期的试题最大的不同还是把数组存储改成的文件存储,在听到老师说要用文件的时候,还是有种悔不当初的感觉的,假期里找的教程是有教文件的,当时想着假期给的试题仅要求数组,就偷了 ...
分类:编程语言   时间:2018-09-25 01:18:48    阅读次数:204
Atm 测试
Account.java package ATM;//信1705-1 20173628 赵路仓 public class Account { private int balance;//余额 private int amount;//取钱 private String ID;//卡号 private ...
分类:其他好文   时间:2018-09-24 23:16:52    阅读次数:155
时钟周期 VS 机器周期
时钟周期vs机器周期 Clock cycle The speed of a computer processor, or CPU, is determined by the clock cycle, which is the amount of time between two pulses of ...
分类:其他好文   时间:2018-09-24 22:18:03    阅读次数:221
测试心得
开学的测试测得真的是心里绝望,差不多玩了一暑假,Java就学了一点点,过了这么长时间差不多也忘完了,老师的测试不能说全不会吧,百分之99还是不会的,在宿舍的帮助下还是完成了一些基础的东西。老师布置的1000字心得也写不够字数了。今后我一定会把之前漏掉的补上的,这次就完不成了。虽然很不好意思,但是被逼 ...
分类:其他好文   时间:2018-09-24 21:12:56    阅读次数:117
代码1
package Account; /*姓名:高欣跃 班级:信1705-3班 学号:20173492 */ public class Account { public interface java { } private int operatetype; private int amount; pri ...
分类:其他好文   时间:2018-09-24 18:31:13    阅读次数:180
005-信用卡欺诈检测
运行结果: D:\Python\python.exe G:/编程/python/project/TYD/01/01/10/creditcard.pyIteration is stopped Time V1 V2 V3 ... V27 V28 Amount Class0 0.0 -1.359807 - ...
分类:其他好文   时间:2018-09-24 14:42:50    阅读次数:273
1179条   上一页 1 ... 24 25 26 27 28 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!