码迷,mamicode.com
首页 >  
搜索关键字:users    ( 8928个结果
sqli-labs闯关之51-60关
第五十一关 这一关和三十八关基本一样 ,堆叠注入问题 只不过是字符型 ?sort=1';create table test51 like users;%23 查看下数据库, 第五十二关 堆叠注入 和五十关一样(少个单引号),只不过不显示错误?sort=1;create table test52 li ...
分类:数据库   时间:2020-02-16 19:03:40    阅读次数:173
西门子PLC1500 OPC ua 通信测试(ua Expert)
一、资料: 1、西门子提供的OPC UA Client资料: 全球资源库搜索:109737901 此例不使用该测试软件 2、第三方测试软件 Ua Expert 下载地址: https://www.unified-automation.com/downloads/opc-ua-clients.html ...
分类:其他好文   时间:2020-02-16 16:41:14    阅读次数:684
pandas合并多个csv文件
import pandas as pd import os #文件路径注意用\\ inputfilepath = 'C:\\Users\\Administrator\\AAA\\BBB\\' outputfilepath = 'C:\\Users\\Administrator\\AAA\\' df_ ...
分类:其他好文   时间:2020-02-16 12:52:35    阅读次数:94
[使用技巧]Vim常用指令
文件 文件创建:vim 1.txt 内容查看:cat 1.txt 编辑 编辑模式/返回 i/a esc 删除行/单词 dd / dw 复制行/单词 yy / yw 粘贴 p 清空 ggdG 开启鼠标控制 :set mouse=a 开启行号 :set number 光标移动 光标移动 hjkl / 左 ...
分类:系统相关   时间:2020-02-16 12:50:00    阅读次数:91
EF 左联合
Lambda var q1 = db.IntelligenceTable.Where(x => x.IsUsable == 0).GroupJoin(db.Users, x => x.Publisher, y => y.id, (x, y) => new { x, PName = y.FirstOr ...
分类:其他好文   时间:2020-02-16 01:15:26    阅读次数:94
spark创建DataFrame的几种方式
package com.hollysys.spark import java.util import org.apache.spark.sql.types._ import org.apache.spark.sql.{Row, SQLContext, SparkSession} /** * Crea ...
分类:其他好文   时间:2020-02-16 00:54:58    阅读次数:125
Centos 8 安装Rabbit-MQ
参考文档:https://www.rabbitmq.com/install-rpm.htm 1. 首先需要安装ErLang # dnf install -y wget epel-release # wget https://github.com/rabbitmq/erlang-rpm/release ...
分类:其他好文   时间:2020-02-15 23:37:47    阅读次数:127
pytorch 中HWC转CHW
import torch import numpy as np from torchvision.transforms import ToTensor t = torch.tensor(np.arange(24).reshape(2,4,3)) print(t) #HWC 转CHW print(t. ...
分类:其他好文   时间:2020-02-15 19:01:03    阅读次数:350
IOS Privacy Policy Website
IOS Privacy Policy Website English Version: This procedure respects and protects the privacy of all users who use the service. In order to provide you ...
分类:移动开发   时间:2020-02-15 18:23:54    阅读次数:81
Asp.Net Core Identity 骚断腿的究极魔改实体类
前言 默认的 Identity 实体类型在大多数时候已经基本够用,很多时候也只是稍微在 IdentityUser 类中增加一些自定义数据字段,比如头像。这次,我要向园友隆重介绍我魔改之后的 Identity 实体类,能支持一些特别风骚的操作。当然也完全兼容内置的 UserManager、RoleMa ...
分类:Web程序   时间:2020-02-15 15:10:29    阅读次数:66
8928条   上一页 1 ... 81 82 83 84 85 ... 893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!