Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6278483
  • 博文数量: 2759
  • 博客积分: 1021
  • 博客等级: 中士
  • 技术积分: 4091
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-11 14:14
文章分类

全部博文(2759)

文章存档

2019年(1)

2017年(84)

2016年(196)

2015年(204)

2014年(636)

2013年(1176)

2012年(463)

发布时间:2014-06-26 00:44:17

通常采gdb + gdbserver的方式进行调试。Gdbserver在目标系统中运行,gdb则在宿主机上运行。......【阅读全文】

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

发布时间:2014-06-26 00:44:04

Java事务应用:Spring、mybatis、hibernate、JTA事务管理......【阅读全文】

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

发布时间:2014-06-26 00:43:25

程序员,请不要抢系统管理员的饭碗                                 作者:田逸(sery@163.com) 收到哥们一条短信,内容如下:.........【阅读全文】

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

发布时间:2014-06-26 00:43:10

前端编辑神器,Sublime Text3插件安装......【阅读全文】

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

发布时间:2014-06-26 00:42:38

>>> mtest = ('one','two', 'three')>>> mtest('one', 'two', 'three')>>> mtest[0]'one'>>> two_test = ("one_two_three")>>> two_test[0]'o'>>> num_three = ("one_two_three"l,)SyntaxError: invalid syntax>>> num_three = ("one_two_three",)>>> num_three[0]'one_two_three'>>> d = 'one_two_thre',>.........【阅读全文】

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

登录 注册