声明一下:这文章是04/05年我在南京地税的项目上做的方案,发布出来后就忘记了。没想到被这么多人转载了,现在收录到新博客中,留着纪念。数据库名的后缀为.tax,sybase的访问用户密码为prient,机器为dw-server,这是我服务公司的名字和所在部门的名字,这印象太深刻了。就是这段,让我想起来的,密码还是prient。"8.建立database link 如: CREATE DA
转载 2023-12-03 09:02:56
55阅读
# Sybase Select Sign实现教程 ## 1. 整体流程 以下表格展示了实现"Sybase Select Sign"的流程和每个步骤的解释: | 步骤 | 描述 | | --- | --- | | 步骤1 | 连接到Sybase数据库 | | 步骤2 | 创建一个查询语句 | | 步骤3 | 执行查询语句 | | 步骤4 | 解析查询结果 | | 步骤5 | 获取结果中的"si
原创 2023-10-12 11:23:44
45阅读
题目题意: 给出n个人信息,找出最早到的人和最晚走的人#include<iostream>#include<string>using namespace std;int main() { int m; cin>>m; string ID,s_time,e_time; string ansSID,ansEID,ansS_time,an...
原创 2023-06-27 10:26:54
119阅读
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door
转载 2020-03-26 12:17:00
174阅读
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door
转载 2021-09-01 09:46:05
209阅读
def getSignStr(secretKey, signStr):'''https://cloud.tencent.com/document/product/570/13939$secretKey = 'pxPgRWDbCy86ZYyqBTDk7WmeRZSmPco0';$srcStr = 'GETdsa.api.qcloud.com/v2/index.php?Action=GetDsaHos
转载 2019-10-15 20:49:00
181阅读
2评论
题目难度,简单;注意事项,最早和最后的初始化,不要颠倒输出
转载 2020-02-17 02:52:00
423阅读
2评论
Problem Description:At the beginning of every day, the first person who signs in the computer ro
原创 2023-06-28 15:30:11
76阅读
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door
原创 2022-06-02 18:19:50
114阅读
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who sign
原创 2023-09-05 09:35:06
89阅读
1006. Sign In and Sign Out (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueAt the beginning of every day, the first person who signs in ...
原创 2022-10-18 13:44:53
39阅读
1006 Sign In and Sign Out (25 分) At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one ...
转载 2021-07-29 21:01:00
200阅读
2评论
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door
转载 2016-07-26 23:11:00
102阅读
2评论
1. 题目 At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock th ...
转载 2021-10-28 22:08:00
212阅读
2评论
1006. Sign In and Sign Out (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueAt the beginning of every day, the fi
原创 2022-11-25 13:57:29
126阅读
#include<iostream>#include<stdio.h>#include<stdlib.h>#include<math.h>#include<string.h>#include<algorithm> #include<map>#include<vector>#inclu...
原创 2022-07-14 10:25:32
30阅读
        你也许没学过python这门语言,也不懂python这门语言在爬取内容网站有多么的强悍!        懂不懂这些似乎并没有那么重要!        重要的是你看完这篇文章,
转载 2024-05-27 14:17:53
52阅读
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door. Given the records of signing in's and out's, ...
原创 2022-05-25 17:42:53
130阅读
1006 Sign In and Sign Out (25 point(s))At the beginning of every day, the first person who signs in the compu
原创 2022-09-15 10:57:32
94阅读
题意: 找到今天第一个出门的人和最后一个进门的人。 思路: 主要在于处理字符串。这里我试着用python求了一下。 n = raw_input() outtmin = 999999 intmax = -1 for i in range(0,int(n)): string=raw_input() s = string.split() sid = s[0]
原创 2022-09-26 10:12:10
50阅读
  • 1
  • 2
  • 3
  • 4
  • 5