自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

不是程序员

说实话不如做实事.

  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

转载 javascript 实现RMB转大写

function convertCurrency(currencyDigits) {// Constants:    var MAXIMUM_NUMBER = 99999999999.99;    // Predefine the radix characters and currency symbols for output:    var CN_ZERO = "零";    var CN_ON

2013-08-26 14:57:00 1808

原创 r22 tools cause java.lang.VerifyError when building from ant script

android SDK r22 改进点Changes:Changed the structure of the SDK by adding a new build tool SDK Component, which is based on the existing platform-tools component. This change decouples the build tools ver

2013-08-23 15:15:35 1824

原创 Node.js 实现简单的接口服务器

通过node.js来实现接口服务器的功能。主要特点为:1) 增加接口不需要重启2) 异步执行,但接口阅读的时候是同步的代码(从上而下),或者可以按需求并行,串行这里只是抛出基本思路,所以使用GET,也没有加密之类的首先启动监听端口,配置好访问规则。(通过识别特定URL ,动态执行相应的接口脚本)-----   |----HamstrerServlet | ------ command3G   

2013-08-08 11:39:16 17449 1

原创 node.js练手--抓百度贴吧妹子图

模拟的是 http://www.oschina.net/code/snippet_226106_23414 这个python程序只是用node.js翻写一遍,练习练习var baidu_base_url = 'http://tieba.baidu.com'; var http = require('http'); var url = require('url').parse(baidu_base

2013-08-07 11:42:01 2922

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除