码迷,mamicode.com
首页 >  
搜索关键字:sublime test    ( 38047个结果
Penetration Test - Select Your Attacks(2)
In-Person Social Engineering MORE ATTACKS AND EXPLOITS Elicitation Gathering info about a system from authorized users Interrogation Informal intervie ...
分类:Web程序   时间:2020-09-18 01:32:50    阅读次数:47
Python学习第二天
课堂练习: 将文字对应的索引打印出来 test = input(">>>>>") for item in range(len(test)): print(item) ...
分类:编程语言   时间:2020-09-18 01:30:41    阅读次数:38
其他数据引擎
MYSQL select * from mysql('10.32.0.103:3306','test','t1','trancare','trancare'); 从MYSQL创建表 create table test.t2 ENGINE=TinyLog() as select * from mysq ...
分类:其他好文   时间:2020-09-18 01:23:16    阅读次数:34
django test, app aren't loaded yet
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. 解决方法: 用django的TestCase from django.test import TestCase ...
分类:移动开发   时间:2020-09-18 01:19:57    阅读次数:40
阿里云-建模比赛
数据地址:https://tianchi.aliyun.com/competition/entrance/531830/information 1.导入模块和数据 import pandas as pd import numpy as np import matplotlib.pyplot as p ...
分类:其他好文   时间:2020-09-18 01:17:41    阅读次数:52
SQL 错误提示:多次为 'b' 指定了列'n'
SQL 错误提示:多次为 'b' 指定了列'n' 错误原因:两个关联的表中有名字相同的列,如果要同时取到一张表中,会有冲突,这样就需要指定你取的是哪一个表中的列。 示例:( mm.* ) select *from test a left join (select mm.* from test2 mm ...
分类:数据库   时间:2020-09-18 01:14:53    阅读次数:63
zabbix 自定义监控项,监控tomcat访问量
1、创建文件 /home/zabbix/pvuv_number.sh 【 #/bin/bashuv_number(){ #/var/log/test_access.log 日志路径cat /var/log/test_access.log |awk '{print $1}'|sort|uniq|wc ...
分类:其他好文   时间:2020-09-18 01:13:05    阅读次数:31
CentOS - 解决非root账号无法执行带sudo命令!!
CentOS版本:8.2 假设我要用的账号为:test 默认安装完毕后,使用非root账号执行带sudo的命令,想获取管理员权限执行此命令,发现无法执行,提示: test is not in the sudoers file, This incident will be reported. 解决方法 ...
分类:其他好文   时间:2020-09-18 01:03:37    阅读次数:30
Penetration Test - Select Your Attacks(1)
Remote Social Engineering SOCIAL ENGNEERING Tricking or coercing people into violating security policy Depends on willingness to be helpful Human weak ...
分类:Web程序   时间:2020-09-17 23:49:24    阅读次数:48
【C语言】预处理、宏定义、内联函数
一、由源码到可执行程序的过程 1. 预处理: 源码经过预处理器的预处理变成预处理过的.i中间文件 1 gcc -E test.c -o test.i 2. 编译: 中间文件经过编译器编译形成.s的汇编文件 1 gcc -S test.i -o test.s 3. 汇编: 汇编文件经过汇编器生成目标文 ...
分类:编程语言   时间:2020-09-17 23:23:37    阅读次数:33
38047条   上一页 1 ... 85 86 87 88 89 ... 3805 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!