增 INSERT INTO 表名(属性名1,属性名2) VALUES(值1,值2) 删 DELETE FROM <表名> [WHERE 子句] [ORDER BY 子句] [LIMIT 子句] 改 UPDATE 表名 SET sold_number=sold_number+1 WHERE fid=% ...
分类:
数据库 时间:
2021-06-29 15:48:51
阅读次数:
0
Delphi XE UniGUI 错误:Unable to locate file“uniGUIType.pas” 一开始,我以为是没有设置好路径,所以做了以下动作: 结果才知道,UniGUI 官方安装包里根本没有公布pas这个文件,只提供了dcu的文件。 创建时间:2021.06.15 更新时间: ...
<?php session_start(); // $_SESSION['login']=11; echo $_SESSION['login']; ?> <?php // var_dump($_GET); echo '<br/>'; $username=$_GET['username']; $pas ...
分类:
Web程序 时间:
2021-04-10 13:29:04
阅读次数:
0
以管理员身份运行cmd(Windows) cd C:\Program Files\MySQL\MySQL Server 8.0\bin mysql -uroot -proot ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_pas ...
分类:
数据库 时间:
2021-02-24 13:16:05
阅读次数:
0
httpclient for windows demo unit FMain; { uses Vcl.Forms, FMain in 'FMain.pas' {FormMain}, Grijjy.Http in '..\..\GrijjyFoundation\Grijjy.Http.pas', Gr ...
{PASCAL INTERFACE for AVICAP32 DLL} {Converted from microsoft Header file by ArTee} {Free to use - I'm NOT responsible fo bugs} unit avicap32; interfa ...
小象涂色 (elephant.pas/.c/.cpp) 时间限制:1s,空间限制 128MB 题目描述: 小象喜欢为箱子涂色。小象现在有 c 种颜色,编号为 0~c-1;还有 n 个箱子,编号为 1~n,最开始每个箱子的颜色为 1。小象涂色时喜欢遵循灵感:它将箱子按编号排成一排, 每次涂色时,它随机 ...
分类:
其他好文 时间:
2021-01-06 12:17:13
阅读次数:
0
行动!行动!(move.pas/.c/.cpp) 时间限制:1s;空间限制:128MB 题目描述: 大 CX 国的大兵 Jack 接到一项任务:敌方占领了 n 座城市(编号 0~n-1),有些城市之 间有双向道路相连。Jack 需要空降在一个城市 S,并徒步沿那些道路移动到 T 城市。虽然 Jack ...
分类:
其他好文 时间:
2021-01-06 12:16:46
阅读次数:
0
[dcc32 Error] dxGrDate.pas(1402): E2250 There is no overloaded version of 'GetTextExtentPoint32' that can be called with these arguments GetTextExtent ...
分类:
其他好文 时间:
2021-01-01 12:57:20
阅读次数:
0
TSynDictionary mormot.core.json.pas /// thread-safe dictionary to store some values from associated keys // - will maintain a dynamic array of values, ...
分类:
其他好文 时间:
2020-12-07 12:26:55
阅读次数:
5