码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
SQL注入-读文件和写文件
1.设置权限 show global variables like "secure_file_priv"//不为NULL 如果显示为NULL,在my.ini中添加secure_file_priv= //不加任何值 2.写文件 写在的磁盘根目录D盘 写在了D:\phpStudy\MySQL\data ...
分类:数据库   时间:2021-02-19 13:11:02    阅读次数:0
基本的git/linux/g++/ 等指令
0 引言 本文将常用的指令记录下来,以备查询。 1 git Command Meaning Reference Linking git status view all files' state, tracked or untracked, commited or un commited git st ...
分类:系统相关   时间:2021-02-19 13:10:17    阅读次数:0
Is the Mobile Stone Crusher Expensive?
All parts of the construction waste mobile stone crusher are vehicle-mounted. The turning radius is relatively small and the mobility is very strong. ...
分类:其他好文   时间:2021-02-19 13:03:42    阅读次数:0
算法图解——组合求和( Combination Sum)
组合求和( Combination Sum) 1. 题目描述 Given an array of distinct integers candidates and a target integer target, return a list of all unique combinations of ...
分类:编程语言   时间:2021-02-18 13:37:18    阅读次数:0
windows 访问 CentOS 的防火墙及其 网关开放
1.防火墙开放端口 firewall-cmd --zone=public --add-port=8848/tcp --permanent firewall-cmd --list-ports 开放centOS 网关,远程连接 grant all privileges on *.* to 'root'@ ...
分类:Windows程序   时间:2021-02-18 13:28:47    阅读次数:0
SQL常用语句1
mySQL常用SQL语句 【零】用户管理 新建用户 CREATE USER user_name IDENTIFIED BY 'password'; 更改密码 SET PASSWORD FOR user_name = PASSWORD('newpassword'); 权限管理 SHOW GRANTS ...
分类:数据库   时间:2021-02-18 13:20:39    阅读次数:0
图解算法——全排列(Permutations)
1. 题目描述 Given an array nums of distinct integers, return all the possible permutations. You can return the answer in any order. 2. Examples 示例1: Input ...
分类:编程语言   时间:2021-02-18 13:07:50    阅读次数:0
Programming Assignment 1: Percolation
Percolation API public class Percolation { public Percolation(int n) // create n-by-n grid, with all sites blocked public void open(int row, int col) ...
分类:其他好文   时间:2021-02-17 15:10:37    阅读次数:0
使用jQuery添加广告弹窗
我们还可以使用jQuery添加广告弹窗,来看下是怎么实现的: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 <style type="text/css"> 7 #ad{ 8 width ...
分类:Web程序   时间:2021-02-17 15:02:03    阅读次数:0
「PASysTray」- Pulse Audio System Tray @20210214
安装 #!/bin/bash # Kali GNU/Linux Rolling apt-get install pasystray 常见错误列表 #1 (pasystray:30116): pasystray-WARNING **: [notify] unable to show notificat ...
分类:其他好文   时间:2021-02-17 14:46:33    阅读次数:0
41857条   上一页 1 ... 29 30 31 32 33 ... 4186 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!