//调用系统相机Intent i=new
Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);startActivityFroResult(i,requestCode)
注意使用startActivity没有图片信息返回重写OnActi....
分类:
其他好文 时间:
2014-05-22 06:04:24
阅读次数:
224
Find paths whose node values equal to N in binary
tree.
分类:
其他好文 时间:
2014-05-22 05:13:14
阅读次数:
280
前段时间在使用ImageLoader异步加载服务端返回的图片时总是出现java.io.FileNotFoundException:
http://xxxx/l046/10046137034b1c0db0.jpgat
libcore.net.http.HttpURLConnectionImpl.get...
分类:
移动开发 时间:
2014-05-22 04:48:45
阅读次数:
493
1 综述Separating touching objects in an image is one
of the more difficult image processing operations. The watershed transform is
often applied to this...
分类:
其他好文 时间:
2014-05-22 04:27:23
阅读次数:
497
How to recursively count files in a linux
directory?find DIR_NAME -type f | wc -lfind DIR_NAME -type f -print | wc
-l查找包含alias字符串的*.conf的文件find / -nam...
分类:
系统相关 时间:
2014-05-22 03:52:45
阅读次数:
422
出现找不到xib指定的图片,需要指定图片的完整路径,不能只是图片名详见:http://vocaro.com/trevor/blog/2012/10/21/xcode-groups-vs-folder-references/An
image stored as a folder reference w...
分类:
移动开发 时间:
2014-05-22 03:44:48
阅读次数:
491
Find the inverse Kth node of a linked list.
分类:
其他好文 时间:
2014-05-22 03:29:46
阅读次数:
247
Find first not repeating char in a string.
分类:
其他好文 时间:
2014-05-22 02:13:26
阅读次数:
309
Find 2 numbers with given sum in sorted array.
分类:
其他好文 时间:
2014-05-22 01:53:17
阅读次数:
288