Xing Wanxiang

Results 13 issues of Xing Wanxiang

to get the image width and height need very much codes, why don't create a interface like ``` interface DimensionDirectory{ int getWidth(); int getHeight(); } ``` where it is possible...

I make a appender in `log4j.properties` log4j.appender.CONSOLE=com.my.utils.log4j.ANSIConsoleAppender it will output colorful log message in terminal console, very useful when output is many and you want pick out the WARNINGS or...

``` 18:11:00.535 INFO {Probe_Quartz-2} [psiprobe.beans.ContainerWrapperBean] Using DEFAULT resource resolver 18:11:00.550 ERROR {Probe_Quartz-2} [org.quartz.core.JobRunShell] Job DEFAULT.connectorStatsJobDetail threw an unhandled Exception: org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'collect' on target class [class psiprobe.beans.stats.collectors.ConnectorStatsCollectorBean] failed;...

lib version problem: ``` pip3 install dnsdiag python3 -m dnsping -c 3 -t AAAA -s 8.8.8.8 example.com [core] /usr/lib/python3/dist-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.25.10) or chardet (3.0.4) doesn't match a supported version!...

bug
feedback requested

运行以下步骤: `mvn archetype:generate -DarchetypeGroupId=com.github.drtrang -DarchetypeArtifactId=maven-archetype-springboot -DarchetypeVersion=1.0.1 chetypeCatalog=local -DgroupId=com.my -DartifactId=springshow -Dversion=1.0 -Dpackage=com.my.springshow` `cd springshow/` `mvn spring-boot:run` 报错: ``` 2018-02-06 11:13:27.573 ERROR 27441 --- [ main] c.alibaba.druid.filter.stat.StatFilter : merge sql error, dbType...

http://sneezryworks.sinaapp.com/ip.php 已失效, 建议改为 http://httpbin.org/ip

I use zooinspector to manage the tree data of zookeeper, is there a away to backup and restore feature will be very helpful. Thanks!

missing `StringUtil` and `DateUtil` ``` [INFO] Compiling 61 source files to D:\source\light-workflow-4j\state-model\target\classes D:\source\light-workflow-4j\state-model\src\main\java\com\networknt\workflow\state\model\internal\validation\ValidationContext.java:21: : Ҳ import com.networknt.utility.StringUtil; ^ : StringUtil λ: com.networknt.utility D:\source\light-workflow-4j\state-model\src\main\java\com\networknt\workflow\state\model\internal\DateModule.java:27: : Ҳ import com.networknt.utility.DateUtil; ^ : DateUtil...

after substitute, the `log_format` become unusable: before: ``` log_format main '$remote_addr $remote_user [$time_local] "$request" ' '$status "$http_referer" "$http_user_agent"'; ``` after ``` log_format main ' [] "" ' ' "" ""';...

https://github.com/scrapinghub/frontera/blob/master/frontera/core/manager.py I use 0.8.1 code base in LOCAL_MODE, The `KeyError` throw when running to to_fetch in StateContext class: from line 801: ``` class StatesContext(object): ... def to_fetch(self, requests): requests =...