摘要: 免费chatgpt使用网址 http://ffff.chat:2023 在设置中设置userID 首先,我们来了解一下什么是触发器,触发器,就是在对一张表数据进行增(insert),删(delete),改(update)的时候,为了保持数据的一致性,对别的表也要进行相应的数据修改。 我们都知道mys 阅读全文
posted @ 2020-04-08 16:05 my日常work 阅读(16589) 评论(1) 推荐(1)
摘要: A vertex cover of a graph is a set of vertices such that each edge of the graph is incident to at least one vertex of the set. Now given a graph with 阅读全文
posted @ 2020-04-05 09:50 my日常work 阅读(399) 评论(0) 推荐(0)
摘要: 免费chatgpt使用网址 http://ffff.chat:2023 在设置中设置userID 我们首先来简单了解一下事务:事务首先是定义一组操作集,这组操作集要么都做,要么都不做。 比如A向B转账100元,操作集为 (1)读取A账户金额 (2)A账户金额 - 100元 (3)读取B账户金额 (4 阅读全文
posted @ 2020-04-01 19:00 my日常work 阅读(4736) 评论(0) 推荐(1)
摘要: 这道题目给的输入数据 18条,如果没看懂题目意思,去把input数据关系图画出来再分析output,是非常麻烦的(我试过画出18组关系图,非常混乱),然后参考的别的大佬的代码。 其实这道题目的题目意思,在开头引言已经说明白了,题目意思大致如下: 如果一个人A,喜欢一个人D,A害羞不好意思直接和D说话 阅读全文
posted @ 2020-03-29 19:19 my日常work 阅读(569) 评论(0) 推荐(0)
摘要: 免费chatgpt使用网址 http://ffff.chat:2023 在设置中设置userID 在网上看到各种将字符串转成int,和int转成字符串的方法。我自己比较喜欢用的方法是下面的,记住模板就行,最开始我也老是记不住,找到规律,多用几遍就好了。 1.将字符串转成int char s[20] 阅读全文
posted @ 2020-03-26 18:33 my日常work 阅读(8196) 评论(0) 推荐(0)
摘要: 免费chatgpt使用网址 http://ffff.chat:2023 在设置中设置userID 1. 首先呢,我这里给出存储过程的定义,到底什么是存储过程。 存储过程是指,在大型数据库系统中,为了提高数据库操作的效率和SQL代码的封装,完成特定功能的SQL语句集, 存储在数据库中,经过第一次编译后 阅读全文
posted @ 2020-03-09 11:04 my日常work 阅读(6006) 评论(0) 推荐(0)
摘要: 免费chatgpt使用网址 http://ffff.chat:2023 在设置中设置userID Formation is very important when taking a group photo. Given the rules of forming K rows with N peopl 阅读全文
posted @ 2020-03-06 15:11 my日常work 阅读(301) 评论(0) 推荐(0)
摘要: Given a tree, you are supposed to tell if it is a complete binary tree. Input Specification: Each input file contains one test case. For each case, th 阅读全文
posted @ 2020-03-05 20:21 my日常work 阅读(361) 评论(0) 推荐(0)
摘要: Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, 阅读全文
posted @ 2020-03-05 12:55 my日常work 阅读(211) 评论(0) 推荐(0)
摘要: Some scientists took pictures of thousands of birds in a forest. Assume that all the birds appear in the same picture belong to the same tree. You are 阅读全文
posted @ 2020-03-04 13:43 my日常work 阅读(309) 评论(0) 推荐(0)