"题目" Although Inzane successfully found his beloved bone, Zane, his owner, has yet to return. To search for Zane, he would need a lot of money, of whi ...
分类:
其他好文 时间:
2020-04-29 23:39:16
阅读次数:
77
1. How To Kill SPID For Specific Database /*******************************************/ DECLARE @kill varchar(8000) Set @kill = '' SELECT @kill = @kil ...
分类:
数据库 时间:
2020-04-29 18:16:15
阅读次数:
66
LINK: "Multiple Testcases" 得到很多种做法。其中O(n)的做法值得一提。 容易想到二分答案 check的时候发现不太清楚分配的策略。 需要先考虑如何分配 容易发现大的东西会对小的产生影响 而 对于某个能放的位置 我们放大的一定比小的要优。所以为了防止出现对小的影响到了需要调 ...
分类:
其他好文 时间:
2020-04-28 20:10:56
阅读次数:
61
有朋友在微信上问我两个问题: S/4 fiori是标配吗? 如果是ERP R/3,可以激活fiori配置吗? 先回答第二个问题。 在Jerry的微信公众号文章SAP Fiori应用的三种部署方式曾经提到这张图: ABAP Front-End Server如上图红色方框所示,上面主要包含三部分代码: ...
分类:
其他好文 时间:
2020-04-27 21:02:06
阅读次数:
60
https://codeforces.com/contest/1342/problem/D 简单的叙述一下题意:有n个不大于k的数记录在m数组中,现在呢,需要我们将这n个数分组,对每个组的限制是,对于任何1~k的数字X,每组中不小于X的数字的个数不能大于C【X】,C数组输入时给定。现在需要我们计算出 ...
分类:
其他好文 时间:
2020-04-27 19:25:24
阅读次数:
57
内置包net/http。 // 服务端package main import ( "fmt" "net/http" ) // http server func sayHello(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, "He ...
分类:
编程语言 时间:
2020-04-26 20:55:12
阅读次数:
66
学了一个单词 enterprise 事业 企业 进取心。 男人得有进取心 有自己的事业 将自己的 事业发展为 企业。 自己 时常 浮躁 所以 把 要求降到最低 从第一个开始 以求 获得心的宁静 。 enterprise n 词 He is a man of great enterprise. 他是一 ...
分类:
其他好文 时间:
2020-04-26 20:45:04
阅读次数:
69
A - Buggy Sorting Little boy Valera studies an algorithm of sorting an integer array. After studying the theory, he went on to the practical tasks. As ...
分类:
其他好文 时间:
2020-04-26 11:23:37
阅读次数:
70
Kefa decided to celebrate his first big salary by going to the restaurant. He lives by an unusual park. The park is a rooted tree consisting of n vert ...
分类:
其他好文 时间:
2020-04-26 10:57:48
阅读次数:
62
最近工作重点转移到了SAP Commerce上来,正好有机会把该产品里由Java实现的订单处理框架和我之前长期工作过的,ABAP实现的SAP CRM One Order框架做个比较:基于Spring的Bean替换机制 vs ABAP函数+配置表,两种方式都实现了强大的可扩展性。 SAP Commer ...
分类:
其他好文 时间:
2020-04-25 23:54:41
阅读次数:
104