<script type="text/javascript"> /* for in 循环 一般用于遍历对象,也可以遍历数组 语法:for(var attr in obj){} +初始化 attr +条件判断 attr in obj +执行代码 +自身改变 attr 是随着循环不信的在变化 //obj ...
分类:
Web程序 时间:
2020-05-12 17:08:43
阅读次数:
68
1. 下载安装包 2. 解压安装包到目标位置:C:\Program Files\MySQL\mysql-5.7.29 3. 配置环境变量 path后面添加 ,C:\Program Files\MySQL\mysql-5.7.29\bin\ 4. 编辑配置文件 在安装目录下创建my.ini [mysq ...
分类:
数据库 时间:
2020-05-12 17:03:09
阅读次数:
75
1. SELECT t1.now_year_order AS 年份, t1.now_month_order 月份, order_time,CASE WHEN now_month_order_num IS NULL OR now_month_order_num = 0 THEN 0 ELSE now_ ...
分类:
数据库 时间:
2020-05-12 15:25:00
阅读次数:
84
我们的分库分表中间件在线上运行了两年多,到目前为止还算稳定。在笔者将精力放在处理各种灾难性事件(例如中间件物理机宕机/数据库宕机/网络隔离等突发事件)时。竟然发现还有一些奇怪的corner case。现在就将排查思路写成文章分享出来。 Bug现场 应用拓扑 应用通过中间件连后端多个数据库,sql会根 ...
分类:
数据库 时间:
2020-05-12 11:54:20
阅读次数:
76
https://blog.csdn.net/weixin_43249914/article/details/86765350?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.none ...
分类:
其他好文 时间:
2020-05-11 23:25:48
阅读次数:
52
Golden Tiger Claw (KM算法) Describe Omi, Raymondo, Clay and Kimiko are on new adventure in search of new Shen Gong Wu. But Evil Boy Genius Jack Spicer i ...
分类:
编程语言 时间:
2020-05-11 18:32:58
阅读次数:
58
ORA-01031: insufficient privileges处理记录 SYS@orcl1> conn srv_elon/elonConnected.srv_elon@orcl1> srv_elon@orcl1> select count(*) from "SCOTT"."V_EMPLOYEE ...
分类:
其他好文 时间:
2020-05-11 17:03:33
阅读次数:
138
Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t is po ...
分类:
其他好文 时间:
2020-05-11 13:14:30
阅读次数:
81
展开微信小程序访问Token安全验证的API接口API//添加一个自定义过滤器using Newtonsoft.Json;using System;using System.Collections.Generic;using System.IO;using System.Linq;using Sys ...
分类:
微信 时间:
2020-05-11 01:17:01
阅读次数:
446
4.3 流程控制语句 1. if条件测试语句 1)单分支的if语句 2)双分支的if语句 3)多分支的if语句 2.for条件循环语句 3.while条件循环语句 4.case条件测试语句 4.4 计划任务服务程序 一次性的的计划任务 at 有周期性的计划任务 crond at 时间 at -l 查 ...
分类:
系统相关 时间:
2020-05-10 23:28:54
阅读次数:
106