nvm arch [32|64]: Show if node is running in 32 or 64 bit mode. Specify 32 or 64 to override the default architecture. nvm install <version> [arch]: T ...
分类:
其他好文 时间:
2020-12-24 12:04:21
阅读次数:
0
JQuery 高级 1. 动画 1. 三种方式显示和隐藏元素 1. 默认显示和隐藏方式 1. show([speed,[easing],[fn]]) 1. 参数: 1. speed:动画的速度。三个预定义的值("slow","normal", "fast")或表示动画时长的毫秒数值(如:1000) ...
分类:
Web程序 时间:
2020-12-23 12:20:14
阅读次数:
0
profile的使用 1、作用 使用profile可以对某一条sql性能进行分析 2、语法 mysql> show variables like '%profil%'; + + + | Variable_name | Value | + + + | have_profiling | YES | | ...
分类:
数据库 时间:
2020-12-23 11:52:30
阅读次数:
0
一、命令描述与格式 将文件或标准输入组合输出到标准输出,所以注定了其可以配合管道应用, 格式:cat [选项] [files] 选项: -A --show-all :等价于-vET -b --number-nonblank :对非空行编号 -e :等价于-vE -E --show-ends :在每一 ...
分类:
其他好文 时间:
2020-12-22 11:54:31
阅读次数:
0
第一章、jQuery概述 1、什么jQuery? ?jquery是javascript库 ?JavaScript库:即library,是一个封装好的特定的集合(方法和函数)。从封装一大准函数的角度理解车,就是在这个车中,封装了很多预先定义好的函数在里面,比如动画animate、hide、show,比 ...
分类:
Web程序 时间:
2020-12-19 13:36:34
阅读次数:
2
多个层面思考,优化性能 存储层:存储引擎、字段类型选择、范式设计 设计层:索引、缓存、分区(分表) 架构层:多个mysql服务器设置,读写分离(主从模式) sql语句层:多个sql语句都可以达到目的的情况下,要选择性能高、速度快的sql语句 show engine/G; 显示数据库的使用引擎 1.存 ...
分类:
数据库 时间:
2020-12-19 11:48:14
阅读次数:
1
参考链接:https://www.cnblogs.com/yangmingxianshen/p/7999428.html Django中,数据库的字符集最好为utf-8. 一、查看字符集 1.查看MYSQL数据库服务器和数据库字符集 方法一:show variables like '%charact ...
分类:
数据库 时间:
2020-12-17 13:12:30
阅读次数:
6
原文链接: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
一 static关键字,可以修饰变量 方法 代码块 , 静态内部类。 还可以用来修饰 需要导入的包 准备工作 package zhouxufeng; public class Text1 { static int num = 5; public static void show(){ System. ...
分类:
其他好文 时间:
2020-12-16 12:33:10
阅读次数:
2
启用Ad Hoc Distributed Queries: exec sp_configure 'show advanced options',1 #这个配置默认是开启的 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 #这个 ...
分类:
数据库 时间:
2020-12-15 11:48:15
阅读次数:
3