码迷,mamicode.com
首页 >  
搜索关键字:something    ( 1401个结果
使用TextUtils.isEmpty简单化代码
我们经常看到这样的代码: public void setText(String text , TextView view , int string){ if(text == null || text.length() == 0){ // do something } }...
分类:其他好文   时间:2014-08-05 03:04:38    阅读次数:189
A trip through the Graphics Pipeline 2011_01
It’s been awhile since I posted something here, and I figured I might use this spot to explain some general points about graphics hardware and softwa....
分类:其他好文   时间:2014-08-05 00:38:08    阅读次数:279
How to Choose Who You Love
This article refers to males and females alike. You may think that love is something that is simply thrown upon you, but this is an unhealthy assump.....
分类:其他好文   时间:2014-08-02 15:22:23    阅读次数:293
WP8_区分滑动和点击(在图片列表中)
在windows phone中,对于一个页面中 有图片列表的,滑动的时候,很容易被误认为是点击了图片,而打开图片详细信息等,原意是滑动列表,由此对图片添加2个事件,来控制其点击行为(滑动的时候,基本不会执行到do clicked something处) private bool _isClickEn...
分类:其他好文   时间:2014-07-31 23:50:21    阅读次数:245
Heritage(高精度)
Description Your rich uncle died recently, and the heritage needs to be divided among your relatives and the church (your uncle insisted in his will that the church must get something). There are...
分类:其他好文   时间:2014-07-31 17:15:36    阅读次数:223
service structure flowchart [mobile to server via HTTP RESTful API]
Modern flowchart for mobile, server, and etc.. communicationThis has something to do with these source codes:For the server side,https://github.com/xr...
分类:Windows程序   时间:2014-07-30 23:33:05    阅读次数:270
捍卫你的梦想
今天看了一段话觉得挺有道理的。内容如下: You got a dream,you gotta protect it.People can't do something themselves,they wanna tell you can't do it .If you want something,got get it.Period.  (如果你有梦想的话,就要去捍卫它。当别人做不到的...
分类:其他好文   时间:2014-07-29 18:01:53    阅读次数:246
Error Handling 错误处理
This tutorials aims to teach you how to create an error handler for your programs to deal with the clean-up operation when something in the code goes ...
分类:其他好文   时间:2014-07-29 16:59:32    阅读次数:349
Machine Learning Notes, MOOC, W1_Introduction
Definition of Supervised Learning and unsupervised learningIdea of supervised learning is to teach computer how to do something.Idea of unsupervised l...
分类:其他好文   时间:2014-07-28 11:32:10    阅读次数:183
5 Shell Scripts for Linux Newbies to Learn Shell Programming – Part II
To Learn something you need to do it, without the fear of being unsuccessful. I believe in practicality and hence will be accompanying you to the prac...
分类:系统相关   时间:2014-07-26 14:09:15    阅读次数:492
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!