码迷,mamicode.com
首页 >  
搜索关键字:example    ( 17798个结果
剑指 Offer 03. 数组中重复的数字
package com.example.lettcode.offer; import java.util.*; /** * @Class FindRepeatNumber * @Description 剑指 Offer 03. 数组中重复的数字 * 找出数组中重复的数字。 * 在一个长度为 n 的数 ...
分类:编程语言   时间:2020-06-26 13:01:42    阅读次数:67
Web For Pentester1 - Commands injection
Example 1 源码: <?php require_once("../header.php"); ?><pre><?php system("ping -c 2 ".$_GET['ip']);?></pre><?php require_once("../footer.php"); ?> 解释:ip ...
分类:Web程序   时间:2020-06-26 12:44:39    阅读次数:65
Go实现WebSocket案例
本文转自https://www.freeaihub.com/article/websocket-example-in-go.html,该页可在线运行该实例 本节将使用Go语言 gorilla/websocket 库在线实现一个基于WebSocket的消息发送的案例,我们将建立一个简单的服务端用于回播 ...
分类:Web程序   时间:2020-06-26 10:54:27    阅读次数:161
[LeetCode] 1060. Missing Element in Sorted Array
Given a sorted array A of unique numbers, find the K-th missing number starting from the leftmost number of the array. Example 1: Input: A = [4,7,9,10 ...
分类:其他好文   时间:2020-06-26 10:52:26    阅读次数:72
[TIA PORTAL][CONVERT] Convert Char Array to DInt...DInt to Char Array..Useful and easy function
Function "LCA_DI" Convert Char Array to DInt "LDI_CA" Convert DInt to Char Array Example Parameter Input Output InOut Static CA Array[0..9] of CharDI ...
分类:其他好文   时间:2020-06-26 01:17:33    阅读次数:76
全排列2 &#183; Permutations
Given a collection of numbers that might contain duplicates, return all possible unique permutations. Example: Input: [1,1,2] Output: [ [1,1,2], [1,2, ...
分类:其他好文   时间:2020-06-25 23:47:18    阅读次数:92
面试官:你刚说你喜欢研究新技术,那么请说说你对 Blazor 的了解
阅读本文大概需要 1.5 分钟。 最近在几个微信 .NET 交流群里大家讨论比较频繁的话题就是这几天自己的面试经历。 面试官:“你刚说你喜欢研究新技术,那么你对 Blazor 了解多少?”。 作为一位专注于 .NET 开发的软件工程师,你好意思说你对 Blazor 一点也不解吗?.NET 新技术也就 ...
分类:其他好文   时间:2020-06-25 23:09:18    阅读次数:70
Web For Pentester1 - Code injection
Example 1 源码: <?php require_once("../header.php"); ?> <?php $str="echo \"Hello ".$_GET['name']."!!!\";"; eval($str);?><?php require_once("../footer.ph ...
分类:Web程序   时间:2020-06-25 19:55:50    阅读次数:67
Web For Pentester1 -File Include
Example 1 源码: <?php require_once '../header.php'; ?> <?php if ($_GET["page"]) { include($_GET["page"]); } ?> <?php require_once '../footer.php'; ?> 解释 ...
分类:Web程序   时间:2020-06-25 17:57:09    阅读次数:69
hadoop-pom依赖
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc ...
分类:其他好文   时间:2020-06-25 17:32:46    阅读次数:65
17798条   上一页 1 ... 35 36 37 38 39 ... 1780 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!