Link:http://www.c-sharpcorner.com/UploadFile/cd7c2e/how-to-create-domain-in-windows-server-2012/ Introduction In today's article you will learn how to ...
这个问题首先要弄明白js与es6中的this属性到底指的是什么。 methods: { getData(data){ ....//这是后台接口传过来的数据 }, initSetTimeout(today) {//每隔10秒刷新数据,也就是每隔10秒向后台请求一次数据 setInterval( () ...
分类:
其他好文 时间:
2017-04-23 01:02:30
阅读次数:
700
name = "Alex Li;Rain Wang;Jack"print(name)print(name.strip()) #脱掉前后的空格和\nprint(name.split(";")) #分割 ,把一个字符串按指定的符号分割成列表print(len(name)) #长度 查:name1 = " ...
分类:
其他好文 时间:
2017-04-22 19:47:47
阅读次数:
165
QQpet exploratory park QQpet exploratory park Today, more and more people begin to raise a QQpet. You can get a lot of pleasure from it, although it d ...
分类:
其他好文 时间:
2017-04-22 17:30:41
阅读次数:
231
时间: var time = new Date(); //获取当前时间 var year = time.getFullyear(); //年份 var month = time.getMouth()+1; //月份 var day = time.getDay(); //周几 var today = ...
分类:
Web程序 时间:
2017-04-19 09:41:54
阅读次数:
164
MySQL 性能优化的最佳20多条经验分享 MySQL 性能优化的最佳20多条经验分享 MySQL 性能优化的最佳20多条经验分享....................................................................... 1 1. 为查询缓存优化你 ...
分类:
数据库 时间:
2017-04-18 18:51:59
阅读次数:
263
Date today = new Date(); Calendar c=Calendar.getInstance(); c.setTime(today); int weekday=c.get(Calendar.DAY_OF_WEEK); 周末:1, 周一:2 ,周二3…… 周六:7 ...
分类:
编程语言 时间:
2017-04-18 09:35:04
阅读次数:
192
新概念英语(1-57)An unusually day What is Mr. Sawyer doing tonight? It is eight o'clock. The children go to school by car every day, but today they are goin ...
分类:
其他好文 时间:
2017-04-17 16:05:45
阅读次数:
222
Bear Limak likes watching sports on TV. He is going to watch a game today. The game lasts 90 minutes and there are no breaks. Each minute can be eithe ...
分类:
其他好文 时间:
2017-04-16 15:15:29
阅读次数:
188
我们在做数据分析,清洗的过程中,很多时候会面对各种各样的数据源,要针对不同的数据源进行清洗,入库的工作。当然python这个语言,我比较喜欢,开发效率高,基本上怎么写都能运行,而且安装配置简单,基本上...
分类:
数据库 时间:
2017-04-16 11:29:06
阅读次数:
524