码迷,mamicode.com
首页 >  
搜索关键字:千元机 cool 1    ( 241个结果
Android Fast ImageLoader
前段时间写的Android平台开源项目:Fast ImageLoader,现在分享给大家源码地址:https://github.com/cumtkangyi/Android-Fast-ImageLoaderAndroid Fast ImageLoaderA cool image cache for ...
分类:移动开发   时间:2015-01-11 12:18:41    阅读次数:178
Python中re模块学习
re.match re.match 尝试从字符串的开始匹配一个模式,如:下面的例子匹配第一个单词。import retext = "JGood is a handsome boy, he is cool, clever, and soon..."m = re.match(r"(\w+)\s", t....
分类:编程语言   时间:2014-12-25 08:44:09    阅读次数:182
UVA 11355 Cool Points( 极角计算 )
We have a circle of radius R and several line segments situated within the circumference of this circle. Let’s define acool pointto be a point on the ...
分类:其他好文   时间:2014-12-19 13:02:44    阅读次数:236
一些比较Cool的js库
https://github.com/node-modules/hessian.jshttps://github.com/stagas/maptailParsing URLs with the DOM!// This function creates a new anchor element and...
分类:Web程序   时间:2014-12-13 12:11:03    阅读次数:229
编译器课程
Coursera上面有Stanford的课程“Compilers”,该课程使用“龙书”作为参考书,并有一个编程项目,完成一个完整的编译器。这个编译器支持的语言称为COOL,是一个面向对象的用于教学的语言,支持完整的面向对象特性。COOL项目给出了一些基础源码,学生在这个基础源码上实现词法分析、语.....
分类:其他好文   时间:2014-11-30 00:19:17    阅读次数:247
NO working today. Cause today is Thanks Giving Day
Next monthDecember, I want to learn selenium technic to improve my work. Also, have a bit for Phthon. It can be cool things.May be start my voline ......
分类:其他好文   时间:2014-11-27 23:27:59    阅读次数:204
[AngularJS] TweenList 3D + AngularJS Animate
AngularJS animations and TweenLite make it really easy to create cool 3d effects in your application. Hello Greensock! ...
分类:Web程序   时间:2014-11-27 18:15:33    阅读次数:362
C# 解析嵌套的json文件.
概述 今天我同学问我如何转换json文件,没处理过,网上搜了一下,json转excel的很少,反过来倒是有许多人写了工具.json文件的结构大致是这样的:1 {"votes": {"funny": 0, "useful": 7, "cool": 0}, "user_id": "CR2y7yEm4X....
分类:Windows程序   时间:2014-11-14 01:29:48    阅读次数:350
关于iPhone的Tips篇……(to be continued...)
虽说作为一名iOS Developer,相比如何使用手中的iPhone,更重要的还是不断钻研如何去code,不过这里还是想起一篇类似《如何利用好你的iPhone》、《怎样才能榨干你手中iPhone的功能和价值》、《iPhone怎样玩才叫cool才叫更bigger》之类主题的blog,嗯,说写就写.....
分类:其他好文   时间:2014-11-09 23:38:07    阅读次数:205
改变VS2012主题(theme)颜色、编辑框添加背景(so cool)
改变VS2012主题(theme)颜色 点击工具-〉扩展与更新,在联机中搜索theme Editor,把第一个插件下载下来。 重启vs后,工具一栏中会出现Change Color Theme这个选项,然后调成自己喜欢的颜色。 编辑框添加背景 点击工具-〉扩展与更新,在联机中搜索Text background,下载第一个插件 重启vs后,任意打开一个文件,那么编辑框的背景就会改变了,会...
分类:其他好文   时间:2014-11-01 16:20:51    阅读次数:198
241条   上一页 1 ... 18 19 20 21 22 ... 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!