05 ereg正则%00截断 放上源代码 <?php $flag = "flag"; if (isset ($_GET['password'])) { if (ereg ("^[a-zA-Z0-9]+$", $_GET['password']) FALSE) { echo '<p>You passw ...
                            
                            
                                分类:
Web程序   时间:
2020-07-04 13:53:56   
                                阅读次数:
90
                             
                    
                        
                            
                            
                                    excepInfo: select id,describe from iwebshop_student_problem where id=256 order by id desc -- You have an error in your SQL syntax; check the manual th ...
                            
                            
                                分类:
数据库   时间:
2020-07-04 13:48:09   
                                阅读次数:
75
                             
                    
                        
                            
                            
                                    升级了 AdroidStudio到3.6.3,总是报找不到 gradle3.6.3 修改工程的 build.gradle,加入 google() 再同步就可以了 ext { var = '3.6.3' }// Top-level build file where you can add config ...
                            
                            
                                分类:
移动开发   时间:
2020-07-04 12:01:04   
                                阅读次数:
132
                             
                    
                        
                            
                            
                                Python中的异常事件: 当Python遇到无法正常处理的事件时,便是异常发生的时候,Python将异常也当作一个对象,尽管他是出错的。当发生异常时候我们要捕获他,否则程序就会中断运行。 Python标准异常: 异常名称 说明 NameError 语法错误,未声明/初始化对象 (没有属性) EOF ...
                            
                            
                                分类:
编程语言   时间:
2020-07-04 01:50:01   
                                阅读次数:
96
                             
                    
                        
                            
                            
                                    CSS 中文开发手册 规定灵活项目的方向 | flex-direction (Flexible Box Layout) - CSS 中文开发手册 CSSflex-direction属性指定了内部元素是如何在 flex 容器中布局的,定义了主轴的方向(正方向或反方向)。 本文标题:规定灵活项目的方向 ... ...
                            
                            
                                分类:
Web程序   时间:
2020-07-04 01:47:44   
                                阅读次数:
82
                             
                    
                        
                            
                            
                                    This guide walks you through the process of creating a Spring application connected to a MySQL Database (as opposed to an in-memory, embedded database ...
                            
                            
                                分类:
数据库   时间:
2020-07-04 01:46:34   
                                阅读次数:
78
                             
                    
                        
                            
                            
                                    一、vs中把mvc项目发布以文件系统、设置保存的路径 二、安装.NET Core 3.1 Runtime 网址:https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.5-windows-x64-installe ...
                            
                            
                                分类:
Web程序   时间:
2020-07-04 00:59:31   
                                阅读次数:
99
                             
                    
                        
                            
                            
                                    1.什么是流? 流是一组有序的,有起点和终点的数据集合,但其具有相对的方向性。是对计算机中输入/输出设备(可以是扫描仪、打印机、文件,网络,内存等 )的抽象。 Java程序中,对于数据的输入/输出操作都是以“流”的方式进行。即数据在两个 输入/输出设备间的传输称为流,流的本质是数据传输。 流序列中的 ...
                            
                            
                                分类:
编程语言   时间:
2020-07-03 21:49:42   
                                阅读次数:
67
                             
                    
                        
                            
                            
                                Given a non-empty array of non-negative integers nums, the degree of this array is defined as the maximum frequency of any one of its elements. Your t ...
                            
                            
                                分类:
其他好文   时间:
2020-07-03 21:48:09   
                                阅读次数:
68
                             
                    
                        
                            
                            
                                    Catkin工作空间 (重点) 1 Catkin工作空间 工作空间(workspace)是一个存放工程开发相关文件的文件夹。 src:代码空间(Source Space) build:编译空间(Build Space) devel:开发空间(Development Space) install:安装 ...
                            
                            
                                分类:
其他好文   时间:
2020-07-03 21:03:02   
                                阅读次数:
79