查询数据表中每条相同的数据仅出现一次 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
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
我曾经于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
这题写得头晕……明天我再评价 #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
#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
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 插件 根据官网 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 题目描述 Bessie and her sister Elsie want to trav ...
分类:
其他好文 时间:
2018-01-10 00:09:45
阅读次数:
141