码迷,mamicode.com
首页 >  
搜索关键字:amount    ( 1179个结果
Sql笔记-查询数据仅出现过一次、小数据位不为零、删除表及序列、ifnull函数
查询数据表中每条相同的数据仅出现一次 select distinct(ORDER_NO ) from ibsp_record_fee 查询数据表中数据中小数位不为0 select * from ibsp_pay_record pr where pr.amount<>round(pr.amount,0 ...
分类:数据库   时间:2018-01-22 17:26:34    阅读次数:187
198. House Robber(动态规划)
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo ...
分类:其他好文   时间:2018-01-21 11:07:10    阅读次数:127
高并发缓存架构
mysql单机并发量: 机器硬盘 300并发 SSD硬盘 700并发 redis单机并发量10万 tomcat单机最优并发2000 java高并发测试用例: 加锁 互斥锁: 缓存名:amount, 主动缓存(时间短) 缓存名:amount_backup ,被动缓存(时间长) ...
分类:其他好文   时间:2018-01-20 14:02:19    阅读次数:258
Jerry的Fiori原创文章合集
我曾经于2014年10月到2016年5月工作于SAP CRM Fiori应用的开发团队, 我所在的团队负责下列这8个Fiori应用的维护和持续开发: My Opportunities My Tasks My Appointments My Leads My Notes Simulate Sales ...
分类:其他好文   时间:2018-01-19 23:32:21    阅读次数:486
A1016 | 磨人的大模拟
这题写得头晕……明天我再评价 #include <stdio.h> #include <memory.h> #include <math.h> #include <string> #include <vector> #include <set> #include <stack> #include < ...
分类:其他好文   时间:2018-01-14 21:19:20    阅读次数:151
198. House Robber
#week7 You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stop ...
分类:其他好文   时间:2018-01-13 11:18:10    阅读次数:190
322. Coin Change(leetcode )
You are given coins of different denominations and a total amount of money amount. Write a function to compute the fewest number of coins that you nee ...
分类:其他好文   时间:2018-01-12 14:20:02    阅读次数:153
Handsontable 的数据保存(增删改查+导出excel)
项目用到handsontable 插件 根据官网 API写的handsontable初始化, 数据展示, ajax请求, 参数封装, Controller参数接受 全局容器 handsontable 的初始化 1 function onIniHandsonTable(data) { 2 $('#ho ...
分类:其他好文   时间:2018-01-10 17:36:38    阅读次数:668
洛谷P3116 [USACO15JAN]约会时间Meeting Time
P3116 [USACO15JAN]约会时间Meeting Time P3116 [USACO15JAN]约会时间Meeting Time P3116 [USACO15JAN]约会时间Meeting Time 题目描述 Bessie and her sister Elsie want to trav ...
分类:其他好文   时间:2018-01-10 00:09:45    阅读次数:141
Date工具类
java 时间工具类 ...
分类:其他好文   时间:2018-01-09 14:41:13    阅读次数:152
1179条   上一页 1 ... 36 37 38 39 40 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!