Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4137809
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2020-10-30 10:12:23

......【阅读全文】

阅读(823) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1391) | 评论(0) | 转发(0)

发布时间:2018-04-08 18:15:59

最近一直在linux下工作,发现gedit居然不能转换编码只好使用iconv和xxd联合工作......【阅读全文】

阅读(2104) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(2157) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(6758) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册