使用场景: 1:调用外部接口时需要记录出参和入参。 2:分布式系统之间,调用各个系统之间需要记录日志,一旦出现了问题也可以找得到元数据 一言不合,上代码: # 枚举类 1 package xxxxxxxxxx; 2 3 import java.lang.annotation.ElementType; ...
分类:
编程语言 时间:
2018-06-08 20:30:41
阅读次数:
226
function superTrim($str){ $str = trim($str,chr(194).chr(160).chr(227).chr(128)."\t\n\r \v"); return $str; } ...
分类:
Web程序 时间:
2018-06-08 20:30:32
阅读次数:
152
一、常用字符串操作 upper(x)把字母变成大写 lower(x)把字母变成小写 split(str,num) 对字符串进行切割,返回一个列表:str-分隔符,默认为所有的空字符,包括空格,换行(\n),制表符(\t)等;num -- 分割次数 strip(chars ) 移除字符串头尾指定的字符 ...
分类:
编程语言 时间:
2018-06-08 20:30:20
阅读次数:
185
![][ bar] 1、普通下载一个MinGW程序、安装之后可以直接将MinGW目录拷贝到总工程的tool里面: demo_mesh_common tree L 2 . ├── app ├── bin ├── build ├── doc ├── sdk │ ├── alg │ ├── bsp │ ├ ...
效果图如下: HTML代码如下: JS使用的是jQuery函数库,下载地址见另一篇博文。 ...
分类:
Web程序 时间:
2018-06-08 20:30:03
阅读次数:
238
Zhejiang University has 40000 students and provides 2500 courses. Now given the registered course list of each student, you are supposed to output the ...
分类:
其他好文 时间:
2018-06-08 20:29:48
阅读次数:
162
easylogging++日志库流式日志的写入,依赖于el::base::Writer类的析构,以debug日志为例:具体代码如下: 宏替换之后就是调用了Writer类的一个构造函数和一个construct()成员函数,等同于下面代码: 单独调用一个构造函数的话,会产生一个临时对象,在语句结束后,这 ...
分类:
其他好文 时间:
2018-06-08 19:32:55
阅读次数:
714
import urllib.requestfrom urllib import parsefrom lxml import etreeclass Tieba(): def __init__(self): pass def sendRequest(self,url,begin,end): header ...
分类:
其他好文 时间:
2018-06-08 19:32:38
阅读次数:
167
官方文档地址: http://manuals.zeroturnaround.com/jrebel/ide/intellij.html#installation ...
分类:
编程语言 时间:
2018-06-08 19:32:20
阅读次数:
163
public class ExceptionTest { //声明:对异常不处理,收到异常我也向外抛public static void main(String[] args) throws Exception{ DivDemo dd =new DivDemo(); int resultD = dd ...
分类:
其他好文 时间:
2018-06-08 19:32:12
阅读次数:
127
https://developers.weixin.qq.com/miniprogram/dev/component/picker-view.html ...
分类:
其他好文 时间:
2018-06-08 19:32:03
阅读次数:
405
import osimport urllib.requestfrom urllib import parse#https://tieba.baidu.com/f?kw=%E7%BE%8E%E5%A5%B3&pn=50def writePage(filename,html): """ :param f ...
分类:
其他好文 时间:
2018-06-08 19:31:47
阅读次数:
189
<?php$mimetypes = array('ez' => 'application/andrew-inset','hqx' => 'application/mac-binhex40','cpt' => 'application/mac-compactpro','doc' => 'applica ...
分类:
Web程序 时间:
2018-06-08 19:31:34
阅读次数:
677
Adding more information to log: Attributes 在前面的章节中,我们多次提到了属性和属性值。在这里,我们将发现如何使用属性向日志记录添加更多的数据。 每一个日志记录都可以包含许多命名的属性值。属性可以表示任何关于日志记录发生的条件的基本信息,比如代码中的位置,可 ...
分类:
其他好文 时间:
2018-06-08 19:31:25
阅读次数:
203
省政府“畅通工程”的目标是使全省任何两个村庄间都可以实现公路交通(但不一定有直接的公路相连,只要能间接通过公路可达即可)。现得到城镇道路统计表,表中列出了任意两城镇间修建道路的费用,以及该道路是否已经修通的状态。现请你编写程序,计算出全省畅通需要的最低成本。 省政府“畅通工程”的目标是使全省任何两个 ...
分类:
其他好文 时间:
2018-06-08 19:31:15
阅读次数:
166