show variables like '%max_connections%'; 查看最大连接数,默认是100多,服务端安装完最好修改 ...
分类:
其他好文 时间:
2020-01-31 10:33:40
阅读次数:
57
(1) Go to the Fiori UI where you would like to enhance, and enter adaptation mode by clicking this icon: (2) Click "Adapt UI": (3) Choose "Add Field" ...
分类:
其他好文 时间:
2020-01-29 21:38:03
阅读次数:
67
题目 Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings o ...
分类:
其他好文 时间:
2020-01-29 01:03:21
阅读次数:
73
SELECT CONCAT( 'ALTER TABLE ', table_name, ' RENAME TO db_', substring(table_name, 4), ';' ) FROM information_schema. TABLES WHERE table_name LIKE 'ct ...
分类:
其他好文 时间:
2020-01-28 17:23:51
阅读次数:
72
1.基本语句: SELECT * FROM tab ; //查询当前数据库下所有表名 DESC 表名; //查看表的结构 SELECT * FROM 表名 ; //查询该表全部信息 SELECT * FROM 用户名.表名 ; //指定用户名,查询该用户下的表 SELECT 列名[别名] ,列名[别 ...
分类:
其他好文 时间:
2020-01-27 17:30:50
阅读次数:
166
Select 'SET FOREIGN_KEY_CHECKS = 0;'unionSelect CONCAT( 'drop table ', table_name, ';' )FROM information_schema.tablesWhere table_name LIKE 'as_baiqis ...
分类:
数据库 时间:
2020-01-27 17:26:47
阅读次数:
323
Get Vindow Titles关键字:获取当前已经打开的浏览器窗口的所有Title;该关键字不需要任何参数 Open Browser http://www.baidu.com chrome Click Like 新闻 ${title} Get Vindow Titles log ${title} ...
分类:
其他好文 时间:
2020-01-27 15:30:32
阅读次数:
93
1.张量数据类型 Pytorch常用的数据类型,其中FloatTensor、DoubleTensor、ByteTensor、IntTensor最常用。GPU和CPU的Tensor不相同。 数据类型检查使用isinstance() import torch a = torch.randn(2,3) # ...
分类:
其他好文 时间:
2020-01-27 13:56:39
阅读次数:
62
错误界面 IDEA连接mysql,地址,用户名,密码,数据库名,全都配置好了,点测试连接,咔!不成功! 界面是这样的, 翻译过来就是:服务器返回无效时区。进入“高级”选项卡,手动设置“serverTimezone”属性。 看起来是时区出了问题。时区怎么会出问题?坑真多。网上搜了各种解决办法,琳琅满目 ...
分类:
数据库 时间:
2020-01-26 19:29:02
阅读次数:
278
使用rf调用 get、post接口,可以先定义好 对应的关键字,后面直接使用 关键字如下: 一、 set login headers 入参为 cookie,如果没有,传 {} 1 [Arguments] ${cookies} 2 ${loginheader} Evaluate json.loads( ...
分类:
其他好文 时间:
2020-01-26 17:21:25
阅读次数:
123