Mysql显错注入 1.判断注入类型为字符型:http://219.153.49.228:43074/new_list.php?id=tingjigonggao' and 1=1 --+2.判断字段为4:http://219.153.49.228:43074/new_list.php?id=ting ...
分类:
数据库 时间:
2020-02-27 17:35:52
阅读次数:
76
参考:https://www.jianshu.com/p/fc97dd7e822c import xlwt #导入模块 workbook = xlwt.Workbook(encoding='utf-8') worksheet = workbook.add_sheet('sheet1') #设置字体样 ...
分类:
其他好文 时间:
2020-02-27 00:42:44
阅读次数:
231
博客迁移:https://huangshubi.github.io/2020/02/04/%E5%8A%A8%E6%80%81%E7%BC%96%E7%A8%8B/ 记录《Effective C#》C#7.0 学习过程,但是用的是C#版本7.3验证书中例子,书中有些内容是对不上的。配置语言版本 动态 ...
分类:
其他好文 时间:
2020-02-26 20:50:00
阅读次数:
76
MySQL的修改和删除数据表字段 写在前面:注意,所有的字段名,最好都用``包裹! 1、修改表名 2、增加表的字段(id,name,age这种就是字段) 3、修改表的字段(重命名字段+修改字段的类型和约束) 4、删除表的字段 1. 修改表名 -- 修改表名,格式:ALTER TABLE 旧表名 RE ...
分类:
数据库 时间:
2020-02-26 18:36:19
阅读次数:
77
https://blog.csdn.net/xyb1206/article/details/89395316?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task ...
分类:
Web程序 时间:
2020-02-25 18:26:22
阅读次数:
139
做移动端项目时,需要限制input框可输入内容长度。当时使用了keydown, keyup事件,但是在ios下不生效,代码如下: $('.father')('keydown keyup','input',function(){ console.log('限制可输入内容长度代码') }) 将keydo ...
分类:
移动开发 时间:
2020-02-25 17:41:34
阅读次数:
97
使用程序代码 $newimg='[!--newstime--]'; if(time()-$r[newstime]<=1*24*3600) { $newimg='<FONT color=red>[!--newstime--]</FONT>'; } $listtemp='<LI><SPAN class= ...
分类:
其他好文 时间:
2020-02-25 12:31:22
阅读次数:
61
```cpp #include #include #include #include //#include //#include //#include //#include //#include //#include using namespace std; /* keywords of c++ a... ...
分类:
编程语言 时间:
2020-02-24 20:32:57
阅读次数:
73
天地图地理编码(GeoCoder)服务接口返回的Json格式的数据,如下所示: http://api.tianditu.gov.cn/geocoder?ds={"keyWord":"北京市"}&tk=您的tk密钥 返回结果实例: { "msg":"ok", "location": { "level" ...
PL/SQL Developer使用技巧、快捷键 1、类SQL PLUS窗口:File->New->Command Window,这个类似于oracle的客户端工具sql plus,但比它好用多了。 2、设置关键字自动大写:Tools->Preferences->Editor,将Keyword ca ...
分类:
数据库 时间:
2020-02-23 09:58:00
阅读次数:
159