Android studio更新到3.3.1,完成后,gradle sysnc一直同步,1个小时后还在转圈圈。同步慢的不能忍受。 如何解决,网上一搜,发现阿里云有镜像,只需要添加相应的url地址就可以下载。如图,在gradle scripts–>build gradle。打开该文件。 注意:添加的是 ...
分类:
移动开发 时间:
2019-08-06 15:35:01
阅读次数:
856
--1.日期的各部分的常用的的写法 --- --1) 取时间点的年份的写法: SELECT TO_CHAR(SYSDATE,'YYYY') FROM DUAL; --结果:2019 --2) 取时间点的月份的写法: SELECT TO_CHAR(SYSDATE,'MM') FROM DUAL; --... ...
分类:
数据库 时间:
2019-08-01 15:51:06
阅读次数:
139
Tired of doing the same job? Get your hands on 650-281 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-07-24 16:29:19
阅读次数:
95
--时间格式 --yyyy-MM-dd HH:mi:ss --HH默认24小时制 1-23:59:59 --HH12表示12小时制 1-12 --to_char()将日期转换成字符串 select sysdate from dual; select to_char(sysdate,'yyyy-MM- ...
分类:
其他好文 时间:
2019-07-23 09:51:53
阅读次数:
691
UPDATE GSM_LOT A SET ( A.LOT_FLAG, A.ACTION_DATE ) = (SELECT 'O', CASE WHEN COL1 IN('0') THEN A.ACTION_DATE WHEN COL1 ='1' THEN DECODE(A.ACTION_DATE, ... ...
分类:
数据库 时间:
2019-07-20 21:26:52
阅读次数:
133
Tired of doing the same job? Get your hands on 010-151 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-07-20 19:49:43
阅读次数:
89
--创建序列create sequence mySeq2 minvalue 10000; 查询系统中的序列列表select * from user_sequences;select myseq.nextval from dual;select myseq.currval from dual;--创建 ...
分类:
数据库 时间:
2019-07-18 16:45:25
阅读次数:
140
 ## 前言 当应用开发中,我们要为一个对象在原有功能上进行扩展增强时,往往采用继承的方式,而继承过多时就会使得功能类更加复杂,不利于维护,而设计模式中装饰者模式 ...
分类:
其他好文 时间:
2019-07-17 00:51:54
阅读次数:
125
Tired of doing the same job? Get your hands on 200-150 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-07-15 21:10:50
阅读次数:
98
动态路由协议:EIGRPEIGRP--增强型的内部网关协议,针对IGRP进行增强,是一个距离矢量协议,直接工作在IP层上面,协议号是88。思科私有的协议。EIGRP的特点:①是一个高级距离矢量协议。高级体现在其运行的算法上,运行DUAL算法,使得EIGRP同时具备距离矢量协议和链路状态协议的部分特点。②快速收敛:收敛:设备从开机到达正常运行(开始转发数据包)的过程或者从网络发生变化到达恢复正常的过
分类:
其他好文 时间:
2019-07-09 23:45:56
阅读次数:
262