Reputation takes a life time to build and a second to destroy. 树立名声需要一生的努力,而毁掉它只需要一秒。 To be a smart man, I must know to do something good even though ...
分类:
其他好文 时间:
2018-03-12 00:00:41
阅读次数:
165
根据binlog日志导出数据库版本一致的情况下mysqlbinlog-udevuser-p-hxxx.xxx.xxx.xxx--read-from-remote-servermysql-bin.000580--start-datetime="2018-03-0800:00:00"--stop-datetime="2018-03-0823:00:59">a.sql
分类:
数据库 时间:
2018-03-09 16:13:42
阅读次数:
181
学号 2016 2017 2 《Java程序设计》第2周学习总结 教材学习内容总结 主要学习了第二章(基本数据类型与数组)和第三章(运算符、表达式和语句) 基本数据类型 逻辑类型 Boolean 8字节 整数类型 int 4字节 byte 1字节 short 2字节 long 分配8字节占64位 字 ...
分类:
其他好文 时间:
2018-03-08 23:00:49
阅读次数:
247
RedisHelper 订阅者: 发布者: ...
分类:
其他好文 时间:
2018-03-08 12:16:23
阅读次数:
197
公司的程序和数据库部署在阿里云上,数据库使用的是阿里云的RDS,这天,经理在开发群中发了一个信息: 1、首先我在Navicat上远程delete阿里云RDS数据表中的数据, 找到对应的表,然后delete 删除部分数据,单个表中的数据达五千万条,所以操作起来很笨重。(懊恼啊,为什么当初没有做分表操作 ...
分类:
数据库 时间:
2018-03-06 18:18:27
阅读次数:
255
本节内容 1. Socket介绍 概念 A network socket is an endpoint of a connection across a computer network. Today, most communication between computers is based on ...
分类:
编程语言 时间:
2018-03-06 17:12:34
阅读次数:
232
What is life?It is the flash of a firefly in the night.It is the breath of a buffalo in the wintertime.It is the little shadow which runs across the g ...
分类:
其他好文 时间:
2018-03-05 23:41:22
阅读次数:
324
个人认为重载就是一组具有相同名字、不同参数列表的函数(方法)。 从语言角度来说,javascript不支持函数重载,不能够定义同样的函数然后通过编译器去根据不同的参数执行不同的函数。 但是javascript却可以通过自身属性去模拟函数重载。 根据arguments对象的length值进行判断 JQ ...
分类:
编程语言 时间:
2018-03-04 21:12:33
阅读次数:
140
PC参考样式1: PC参考样式2: 移动端参考样式: /************************************************************************************************************************** ...
分类:
Web程序 时间:
2018-03-04 19:06:07
阅读次数:
941
事件:onclick 属性:display,className 用到for语句,index标记,this当前事件 先清空后附加 <!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" co ...
分类:
其他好文 时间:
2018-03-04 19:05:05
阅读次数:
109