white-space: 设置元素中空白的处理方式 normal:默认处理方式。 pre:保留文本原来带的空格,当文字超出边界时不换行。 nowrap:不保留空格,强制在同一行内显示所有文本,直到文本结束或者碰到br标签 pre-wrap:保留空格,当文字碰到边界时换行 pre-line:不保留空格 ...
分类:
其他好文 时间:
2018-12-20 20:37:55
阅读次数:
253
SQL(结构化Structured查询Query语言Language)分类DDL(数据定义语言)表的定义、用户的定义...createdropalterDML(数据操控语言)对数据的增加、修改、删除、查询insertupdatedeleteselectDCL(数据控制语言)grant(授权)revoke(回收)DMLinsertinto表(列...)values(值...);insertinto表
分类:
数据库 时间:
2018-12-18 20:34:34
阅读次数:
279
行内: <div style="color:red;"></div> 内嵌<style>div{background-color:red;}</style> 外部引用 <link rel="stylesheet"(样式表) href="./xxx.css"> xxx.css文件: div{color ...
分类:
Web程序 时间:
2018-12-18 16:01:55
阅读次数:
228
https://jingyan.baidu.com/article/046a7b3e6477e2f9c27fa9f4.html ...
分类:
移动开发 时间:
2018-12-17 14:34:20
阅读次数:
149
information_schema系列十 1:INNODB_FT_CONFIG 这张表存的是全文索引的信息,查询前可以先通过以下语句查询一下开启全文索引的表: show variables like 'innodb_ft_aux_table'; 只有两个列还是相当的简单的: name Descri ...
分类:
其他好文 时间:
2018-12-15 18:39:37
阅读次数:
144
19.优化数据库对象19.1 优化表的数据类型应用设计时需要考虑字段的类型和长度,并留有一定长度冗余。procedure analyse()函数可以对表中列的数据类型提出优化建议。procedure analyse()函数用法:select * from 表名 procedure analyse() ...
分类:
数据库 时间:
2018-12-15 15:56:45
阅读次数:
246
转自:http://materliu.github.io/all/web/2014/04/28/fiddler-timeout.html 用fiddler模拟网络请求超时 用fiddler模拟网络请求超时 最近要测试程序对cgi 请求超时的兼容,所以就需要模拟超时,第一个想到的就是fiddler工具 ...
分类:
其他好文 时间:
2018-12-14 19:25:51
阅读次数:
588
TypeStorage sizeValue range char 1 byte -128 to 127 or 0 to 255 unsigned char 1 byte 0 to 255 signed char 1 byte -128 to 127 int 2 or 4 bytes -32,768 ...
分类:
其他好文 时间:
2018-12-13 15:00:24
阅读次数:
186
1.创建链接服务器 2.测试 3.远程数据库存储过程 4.测试结果 ...
分类:
数据库 时间:
2018-12-13 01:15:06
阅读次数:
163
执行代码 查看链接服务器配置 测试好使不 大概是这样 ...
分类:
数据库 时间:
2018-12-12 23:47:28
阅读次数:
215