上一页 1 2 3 4 5 6 7 ··· 48 下一页

2018年12月23日

摘要: package com.hra.riskprice; import com.hra.riskprice.SysEnum.Factor_Type; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; impo... 阅读全文
posted @ 2018-12-23 16:09 听哥哥的话 阅读(228) 评论(0) 推荐(0) 编辑

2018年12月22日

摘要: //第一版 package com.hra.riskprice; import com.hra.riskprice.SysEnum.Factor_Type; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;... 阅读全文
posted @ 2018-12-22 22:12 听哥哥的话 阅读(316) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { double funds=1.00; int itemBought=0; // double price=.1; for(price=.1;funds>=price;price+=.10){ funds-=price; ... 阅读全文
posted @ 2018-12-22 14:10 听哥哥的话 阅读(151) 评论(0) 推荐(0) 编辑
摘要: package com.hra.riskprice; import com.hra.riskprice.SysEnum.Factor_Type; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; impor... 阅读全文
posted @ 2018-12-22 12:56 听哥哥的话 阅读(152) 评论(0) 推荐(0) 编辑

2018年12月21日

摘要: var menu = new BootstrapMenu('#jsmind_container jmnode:not(.root)', { actions: [{ name: '展开节点', onClick: function () { ... 阅读全文
posted @ 2018-12-21 16:41 听哥哥的话 阅读(228) 评论(0) 推荐(0) 编辑

2018年12月17日

摘要: public static IList LoadEntityTree(string valueField, string tableName, string nodeSourceKey, string parentKey, string textField, string where = "", string levelField = "", string StrucIdKey = "") ... 阅读全文
posted @ 2018-12-17 17:53 听哥哥的话 阅读(122) 评论(0) 推荐(0) 编辑

2018年12月16日

摘要: package com.hra.riskprice; import com.hra.riskprice.SysEnum.Factor_Type; import com.hra.riskprice.pojo.SysEnumDict; import com.sun.corba.se.spi.orb.Operation; import org.springframework.boot.SpringA... 阅读全文
posted @ 2018-12-16 11:39 听哥哥的话 阅读(737) 评论(0) 推荐(0) 编辑

2018年12月15日

摘要: enum FrontConstant{plain,bold,italic} public static void main(String[] args) { EnumSet es=EnumSet.of(FrontConstant.plain);//#14 Iterator it=es.iterator(); System.out.pr... 阅读全文
posted @ 2018-12-15 23:41 听哥哥的话 阅读(232) 评论(0) 推荐(0) 编辑
摘要: ```java 协变 extends只能new 辈分比自己低的家伙 List list001 = new ArrayList(); 初始化可以这样但不能添加非空元素 下面演示如何接收 int page=1; int rows=10; int limit=page*rows; int start=(page-1)*r... 阅读全文
posted @ 2018-12-15 19:42 听哥哥的话 阅读(162) 评论(0) 推荐(0) 编辑

2018年12月14日

摘要: List currencyList=svc.findList(BasCurrency.class,"select * from bas_currency"); List dictList=svc.findList(SysEnumDict.class,"select * from sys_enum_dict"); Map currencyDict= curren... 阅读全文
posted @ 2018-12-14 16:06 听哥哥的话 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 48 下一页

导航