1、查询C_BIZ表select * from c_biz;2、查询规则信息SELECT DISTINCT c.rule_name, c.RULE_DESC, c.RULE_SAMPLE, c.RULE_BAD_SAMPLE FROM CM_BIZ_SRC_MAP X, CM_SRC A, CP.....
分类:
数据库 时间:
2015-04-02 14:37:32
阅读次数:
151
You’ve got string s, consisting of small English letters. Some of the English letters are good, the rest are bad.A substring s[l…r] (1?≤?l?≤?r?≤?|s|) of string s??=??s1s2…s|s| (where |s| is the length...
分类:
其他好文 时间:
2015-04-01 22:07:34
阅读次数:
221
常见问题与错误处理1、 400 bad request 错误的原因和解决办法配置 nginx.conf 相关设置如下.client_header_buffer_size 16k;large_client_header_buffers 4 64k;根据具体情况调整,一般适当调整值就可以。2、 Ngin...
分类:
其他好文 时间:
2015-03-31 00:25:56
阅读次数:
124
MultipleInputs类指定不同的输入文件路径以及输入文化格式
现有两份数据
phone
123,good number
124,common number
125,bad number
user
zhangsan,123
lisi,124
wangwu,125
现在需要把user和phone按照phone number连接起来。得到下面的结果
z...
分类:
其他好文 时间:
2015-03-29 16:37:53
阅读次数:
179
200 OK 客户端请求成功;400 Bad Request 客户端请求有语法错误,不能被服务器所理解;401 Unauthorized 请求未经授权,这个状态代码必须和WWW—Authenticate报头域一起使用;403 Forbidden 服务器收到请求,但是拒绝服务;404 Not Foun...
分类:
Web程序 时间:
2015-03-22 10:28:47
阅读次数:
306
利用脚本自动建立ssh无密码登陆,系统版本为centos6.5tailf/var/log/secureMar1815:35:05a2sshd[6521]:Authenticationrefused:badownershipormodesfordirectory/rootMar1815:35:05a2sshd[6521]:Authenticationrefused:badownershipormodesfordirectory/root解决方法:chmod0750..
分类:
其他好文 时间:
2015-03-18 18:23:37
阅读次数:
137
提示:
虽然在c中可是使用类似于atoi之类的函数对字符串转换成整型,但是我们在这儿还是推荐使用这个函数如果转换发生了错误,lexical_cast会抛出一个bad_lexical_cast异常,因此程序中需要对其进行捕捉。
下面是程序示例:
#include
#include
using namespace std;
using namespace boo...
分类:
其他好文 时间:
2015-03-18 18:03:04
阅读次数:
182
生活很心酸?8招支撑你度过困难时期 No matter what problem you're facing, tough times happen to the best of us. Whether it's financial trouble or just an overall bad d....
分类:
其他好文 时间:
2015-03-18 10:29:52
阅读次数:
122
1.下列输出是什么?(个人尝试bad_access。。。有人解答吗?) NSString *text = @"info"; memset((__bridge void *)(text), 0, text.length-1); NSString *myString = [NSStri...
分类:
其他好文 时间:
2015-03-16 21:10:19
阅读次数:
150