读好书,交益友
发布时间:2018-06-26 10:18:40
For posting data:curl --data "param1=value1¶m2=value2" http://hostname/resourceFor file upload:curl --form "fileupload=@filename.txt" http://hostname/resourcecurl -X POST -F 'image=@/path/to/pictures/picture.jpg' http://domain.tld/uploadRESTful HTTP Post:curl -X POST -d @filename h.........【阅读全文】
发布时间:2018-04-08 18:15:59
最近一直在linux下工作,发现gedit居然不能转换编码只好使用iconv和xxd联合工作......【阅读全文】
发布时间:2017-06-21 10:18:25
最近两天发现calibre不能是用了,命令行运行一下Traceback (most recent call last): File "/usr/bin/calibre", line 19, in <module> from calibre.gui2.main import main File "/usr/lib/calibre/calibre/gui2/__init__.py", line 21, in <module> from calibre.utils.date i.........【阅读全文】
发布时间:2016-12-02 16:11:04
最近发现 osgi的service在debug的时候很慢,开始认为是本机的性能不行,后来发现远程的计算机速度也不快.趁着机房停电的空闲时间,看了一看 jetbrain文档1 Method breakpoints will slow down debugger a lot because of the JVM design, they are expensive to evaluate. Remove method breakpoints and consider.........【阅读全文】