# -*- coding: utf-8 -*-
#python 27
#xiaodeng
#python字符串格式化--dict传参 print "I'm %(name)s. I'm %(age)d year old" % {'name':'Vamei', 'age':99}
#I'm Vamei. I'm 99 year old

最新文章

  1. 集中式vs分布式区别
  2. 手机移动端WEB资源整合
  3. interactivePopGestureRecognizer属性
  4. ural 2070. Interesting Numbers
  5. 给debian安装xfce桌面套装
  6. ssh 远程 centos 乱码
  7. iPhone的全球之旅 读书笔记
  8. 干货分享:让你分分钟学会 javascript 闭包
  9. u-boot代码学习内容
  10. iOS动态管理AutoLayout的约束NSLayoutConstraint
  11. App轮播图
  12. 乐在其中设计模式(C#) - 抽象工厂模式(Abstract Factory Pattern)
  13. Myeclipse安装jbpm6
  14. 开始使用ansible
  15. c# 多线程 创建对象实例
  16. 典型的NIO代码
  17. 【Flask】微型web框架flask大概介绍
  18. windows10安装JIRA
  19. orcale mysql基本的分页查询法
  20. 权限认证之OpenID-OP/RP

热门文章

  1. js判断手机端和pc端
  2. C#程序集系列05,让程序集包含多个module
  3. MVC扩展Filter, 通过继承AuthorizationAttribute限制IP
  4. python文本 拼接或合并字符串
  5. C语言函数库
  6. windowsxp下的mysql集群技术
  7. GNU GRUB
  8. 启明星Exchange/outlook预定会议室终端显示解决方案
  9. Substring with Concatenation of All Words leetcode java
  10. Reverse Linked List II leetcode java