当mongo collection的名字当中存在特殊字符时,在shell中对改集合进行操作会报SyntaxError: identifier starts immediately after numeric literal的错误。 解决办法:getCollection函数将collection na ...
分类:
其他好文 时间:
2017-08-16 18:20:16
阅读次数:
498
This method passes a constant literal String of length 1 as a parameter to a method, that exposes a similar method that takes a char. It is simpler an ...
分类:
其他好文 时间:
2017-08-09 21:05:25
阅读次数:
3036
题目: Design a data structure that supports the following two operations: search(word) can search a literal word or a regular expression string containi ...
分类:
编程语言 时间:
2017-08-07 22:28:42
阅读次数:
375
Label在HTML中是<span></span>标签 Literal在HTML什么都没有结合js可用于弹窗 itetal1.Text = "<script>alert('弹窗!');window.location.href='Default.aspx';</script>"; window.loc ...
分类:
其他好文 时间:
2017-08-06 23:03:35
阅读次数:
214
字面量表示如何表达这个值,一般除去表达式,给变量赋值时,等号右边都可以认为是字面量。字面量分为字符串字面量(string literal )、数组字面量(array literal)和对象字面量(object literal),另外还有函数字面量(function literal)。示例:var t ...
分类:
编程语言 时间:
2017-08-02 13:22:22
阅读次数:
138
Design a data structure that supports the following two operations: search(word) can search a literal word or a regular expression string containing o ...
分类:
其他好文 时间:
2017-07-23 10:15:48
阅读次数:
136
先说些题外话,今天学习execve(2)的使用,由于书上代码使用的是C89标准,所以下面这种代码都被我修改了 也就是在char前面加个const,因为"aaa"、"bbb"、"cc"都是字符串字面值(string literal),在C++标准中string literal只能转换成const ch ...
分类:
编程语言 时间:
2017-07-16 13:37:04
阅读次数:
182
题目: Design a data structure that supports the following two operations: search(word) can search a literal word or a regular expression string containi ...
分类:
其他好文 时间:
2017-07-15 12:48:34
阅读次数:
150
1、块函数(foreach/ if / elseif) (1)hanshu.php (2).hanshu.html (foreach 遍历) 效果图: (3).hanshu.html (if 判断 将上图中性别 改为男女) 效果图:( 性别已经变为“男女”) 2、<{literal}><{/lite ...
分类:
其他好文 时间:
2017-07-05 21:10:57
阅读次数:
127
报错栈: 报错为sql抛出,sql改写后执行成功,下面两句都可以: sqoop的一个bug: https://issues.apache.org/jira/browse/SQOOP-1946, 解决方案大致为转换成string类型即可。发现这个列的类型为date, 因此解决方案为: --split- ...
分类:
数据库 时间:
2017-07-05 00:30:14
阅读次数:
1140