组件间通信综合练习:(props down,events up)有2个组件:chat-room,user-componentuser-component是由label input button构成chat-room是由两个user-component和一个列表构成 ①在chat-room调用user ...
分类:
其他好文 时间:
2017-11-02 16:06:01
阅读次数:
143
早上7点起床,又写了一篇小说发在了起点网上,有兴趣的可以看看。点击这里 忙完后,继续练习,刚开始发现自己答题的速度有些慢,可能是因为对于html,javascript知识不是很精通,但是话又说回来,谁又能一开始就将所有的知识一下子就掌握的很熟练呢? 第六题。 题目: 分析: 这个escape的作用就 ...
目录 正则表达式介绍匹配模式字符子集行结束符分组和引用Unicode支持正则表达式语法参考 替换表达式替换表达式 匹配模式 匹配模式指得是正则表达式引擎将以何种模式匹配字符串。 字符子集 字符子集可以含有别的字符子集,并且可以通过联合操作符(缺省)和交集操作符(&&)实现组合。联合操作符表示某个 ...
分类:
其他好文 时间:
2017-10-25 21:34:06
阅读次数:
254
Oracle 今天开始接触oracle,2017-10-25 - 08:48:06 使用的数据库是12c 版本的, select sysdate from dual; 查询现在的年份及时间 导入sql 文件, @d:/file.sql ; 就可以导入指定目录路径下的sql文件 sql 语句分为 se ...
分类:
数据库 时间:
2017-10-25 19:39:58
阅读次数:
201
31w 45 People become quite illogical when they try to decide what can be eaten and what cannot be eaten. If you lived in the Mediterranean, for instan ...
分类:
其他好文 时间:
2017-10-25 11:39:54
阅读次数:
179
存: document.cookie = "name=Kevin;expires="+new Date().getDate()+7; //有效期7天 取: function GetCookie(sName) { var aCookie = document.cookie.split("; "); f... ...
分类:
其他好文 时间:
2017-10-24 14:54:21
阅读次数:
104
https://stackoverflow.com/questions/6770898/unknown-escape-sequence-error-in-go 例如以上链接中的错误 编译 g++ -std=c++14 -Wall -O3 -finline-functions -lboost_rege ...
分类:
其他好文 时间:
2017-10-23 23:03:05
阅读次数:
238
LsF is visiting a local amusement park with his friends, and a mirror room successfully attracts his attention. Inside the mirror room, there are n pl ...
分类:
其他好文 时间:
2017-10-23 20:50:58
阅读次数:
208
Recite: A B A;A; I'm so excited!We have two weeks off! What are you going to do? B; I'm not sure. I guess I'll just stay home. Maybe I'll watch a few ...
分类:
其他好文 时间:
2017-10-23 00:55:50
阅读次数:
162
爬虫爬到的内容是这样的: 如果直接打印出来是这样的: python3的解决办法:字符串.encode('utf-8').decode('unicode_escape') python2:字符串.decode('unicode_escape') 参考:http://blog.csdn.net/xw_c ...
分类:
编程语言 时间:
2017-10-18 12:30:52
阅读次数:
259