码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
Penetration Test - Reporting_and_Communication(1)
Writing Reports PEN TEST REPORT Communicate findings AND recommendations Primary recommendations Only change to make your points Digest of all activit ...
分类:Web程序   时间:2020-12-21 11:11:34    阅读次数:0
jQuery概述
第一章、jQuery概述 1、什么jQuery? ?jquery是javascript库 ?JavaScript库:即library,是一个封装好的特定的集合(方法和函数)。从封装一大准函数的角度理解车,就是在这个车中,封装了很多预先定义好的函数在里面,比如动画animate、hide、show,比 ...
分类:Web程序   时间:2020-12-19 13:36:34    阅读次数:2
mysql 优化
多个层面思考,优化性能 存储层:存储引擎、字段类型选择、范式设计 设计层:索引、缓存、分区(分表) 架构层:多个mysql服务器设置,读写分离(主从模式) sql语句层:多个sql语句都可以达到目的的情况下,要选择性能高、速度快的sql语句 show engine/G; 显示数据库的使用引擎 1.存 ...
分类:数据库   时间:2020-12-19 11:48:14    阅读次数:1
mysqldump参数详细说明
参数说明 --all-databases , -A 导出全部数据库。 mysqldump -uroot -p --all-databases --all-tablespaces , -Y 导出全部表空间。 mysqldump -uroot -p --all-databases --all-table ...
分类:数据库   时间:2020-12-18 13:21:17    阅读次数:5
MySQL查看和修改字符集的方法
参考链接:https://www.cnblogs.com/yangmingxianshen/p/7999428.html Django中,数据库的字符集最好为utf-8. 一、查看字符集 1.查看MYSQL数据库服务器和数据库字符集 方法一:show variables like '%charact ...
分类:数据库   时间:2020-12-17 13:12:30    阅读次数:6
uiautomator2+python 子元素遍历
百度多次未找到遍历一个uiautomator2中子元素的方法,通过自己查看实现代码,找到了方法,分享出来供大家参考。 当你获取了页面某个元素之后 elements = d('//*[@clickable="true"]').all() 返回的是一个list,其中是<uiautomator2.xpat ...
分类:编程语言   时间:2020-12-17 13:05:13    阅读次数:4
0865. Smallest Subtree with all the Deepest Nodes (M)
Smallest Subtree with all the Deepest Nodes (M) 题目 Given the root of a binary tree, the depth of each node is the shortest distance to the root. Retur ...
分类:其他好文   时间:2020-12-17 12:55:47    阅读次数:3
[转]夜话军舰之浅谈舰载频扫三坐标雷达
原文链接:https://card.weibo.com/article/m/show/id/2309404494800391897318?_wb_client_=1&object_id=1022%3A2309404494800391897318&extparam=lmid--449480039449 ...
分类:其他好文   时间:2020-12-17 12:52:02    阅读次数:2
常见的集合容器应当避免的坑
前言前不久帮同事一起review一个job执行缓慢的问题时发现不少朋友在撸码实现功能时还是有需要细节不够注意,于是便有了这篇文章。ArrayList踩坑List<String>temp=newArrayList();//获取一批数据List<String>all=getData();for(Stringstr:all){temp.add(str);}首先大家看看这段代码有什
分类:其他好文   时间:2020-12-16 12:52:45    阅读次数:3
导入 static 修饰的包
一 static关键字,可以修饰变量 方法 代码块 , 静态内部类。 还可以用来修饰 需要导入的包 准备工作 package zhouxufeng; public class Text1 { static int num = 5; public static void show(){ System. ...
分类:其他好文   时间:2020-12-16 12:33:10    阅读次数:2
41857条   上一页 1 ... 42 43 44 45 46 ... 4186 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!