表结构及记录 object tarea: TFDQuery Connection = FDConnection1 SQL.Strings = ( 'select *' 'from tArea order by fParentCode') Left = 160 Top = 240 end object ...
分类:
数据库 时间:
2019-08-11 20:41:16
阅读次数:
155
tProductType表结构如下 object FDConnection1: TFDConnection Params.Strings = ( 'Database=ClothingTem' 'User_Name=sa' 'Password=123' 'Server=(local)' 'Driver ...
分类:
数据库 时间:
2019-08-11 20:23:36
阅读次数:
195
Given an array A of strings made only from lowercase letters, return a list of all characters that show up in all strings within the list (including d ...
分类:
其他好文 时间:
2019-08-10 09:38:16
阅读次数:
85
多行字符串使用fstring需要注意每行都要加fstring 如果使用三个双引号 ...
分类:
其他好文 时间:
2019-08-08 13:27:43
阅读次数:
55
长期更新一波 攻防世界 的杂项题解 这东西主要靠积累吧 攻防世界:https://adworld.xctf.org.cn 新手练习区 1、this_is_flag 题目直接给出了 flag 2、ext3 主要考察 linux 下光盘的挂载 strings 文件名 | grep flag 搜索文件中的 ...
分类:
其他好文 时间:
2019-08-07 16:00:12
阅读次数:
335
利用竖式计算的方法 首先,p位数乘以q位数,结果不超过p+q位数,所以新建一个长度为p+q的数组来存放答案 在答案数组中,num1[i]*num2[j]必然改变res[i+j+1],可能改变res[i+j],因为有进位 ...
分类:
其他好文 时间:
2019-08-07 00:00:03
阅读次数:
247
题目如下: Given two strings text1 and text2, return the length of their longest common subsequence. A subsequence of a string is a new string generated fr ...
分类:
其他好文 时间:
2019-08-06 14:01:01
阅读次数:
81
单继承具有局限性,推荐使用Runnable接口,启动线程必须借用Thread类对象newThread(Run,Strings).start(),newThread()可以传字符串Thread.currentThread().getName();当前线程的名字,即传入的字符串重写的run()方法没有返回值,且不能抛出异常Thread.sleep(200);暂停该线程200毫秒延迟,1000毫秒约等于
分类:
编程语言 时间:
2019-08-06 12:27:25
阅读次数:
117
自补图的定义: 原图为G , 补图为H (H是在G的完全图上面去掉关于G图的边得到的新图),G和H为同构 同构的定义: 关于图的同构(Isomorphic),最简单的例子就是五边形和五角星了: 上图中,G1和G2为同构的,因为: 从G1的结点到G2的结点,存在一个一对一的映上函数 f (one - ...
分类:
其他好文 时间:
2019-08-05 23:03:13
阅读次数:
371
此题flag题目已经告诉格式,答案很简单。 将附件下载后,将光盘挂到虚拟机启动 使用 strings linux|grep flag会找到一个O7avZhikgKgbF/flag.txt然后root下用mount linux /mnt,将linux光盘挂载在mnt目录下,切换到mnt目录,使用cat ...
分类:
其他好文 时间:
2019-08-04 19:55:55
阅读次数:
902