摘要:
周六晚上回学校,只有坐96路才能回得去。车上人很多,司机不停的在抱怨,司机也在不停的碎碎念。“死起劲挤嘛,挤死算求了”“我再等20分钟嘛,等到9点,等你们全部上完我再走。哦,不着急,慢慢挤。”“狗日的都要到终点站了还有人上,都装了一万多个人了。”我心头在想,这个司机在屌个毛啊屌。乘客不是想回家或者回学校,谁稀罕来挤你这破车么?按理说,我们付了钱,我们是顾客,他们是提供服务的人。提供服务的人不应该为客户服务吗?那些说的“顾客就是上帝”,为什么在公交车上就行不通了呢?我不禁想到了最近才看的一本书《说谎者的扑克牌》。书中有个交易员就是很屌,对顾客也是很屌的样。但是他却是很nb,很能替客户赚钱。他不该 阅读全文
阅读排行榜
Ubuntu下配置Intellij的Android开发环境
2012-10-05 15:06 by java20130722, 224 阅读, 收藏,
摘要:
一、Android SDK安装1.安装java jdk2.安装android SDK,在网站上可以下载你所对应的操作系统的sdk:http://developer.android.com/sdk/index.html。我这里的是linux3.下载完成以后,得到android-sdk_r20.0.3-linux.tgz,解压。注:如果使用的是64位的linux系统,需要安装ia32-libs: apt-get install ia32-libs,如果没有安装,在后面intellij中run application的时候,将会出现ADB not responding的错误。4.进入解压后所对应的文 阅读全文
Real differences between “java -server” and “java -client”-JVM Server和JVM Client的不同
2013-07-22 18:33 by java20130722, 223 阅读, 收藏,
摘要:
This is really linked toHotSpotand the defaultoption values(Java HotSpot VM Options) which differ between client and server configuration.FromChapter 2of the whitepaper (The Java HotSpot Performance Engine Architecture):The JDK includes two flavors of the VM -- a client-side offering, and a VM tuned 阅读全文
python 学习笔记一
2013-06-25 10:28 by java20130722, 223 阅读, 收藏,
摘要:
初级阶段 (简单实践)tmp_storage = ""welcome = "hello!"tmp_storage = welcomeprint tmp_storage结果:hello!-------------------------------------------------radius = 10pi = 3.14area = pi*radius**2print "the area is", area结果:the area is 314.0--------------------------------------------- 阅读全文
获得和裁剪图片
2013-05-19 14:43 by java20130722, 223 阅读, 收藏,
摘要:
take big picture ,select picture from gallery and crop picture.1. 照相获得大图片:照相时,把图片保存到文件中, 可以得到大图片(分辨率很高的图片), 具体方法:Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); mImageCaptureUri = Uri.fromFile(new File(Environment.getExternalStorageDirectory(), "tmp_avatar_" + S... 阅读全文
浙公网安备 33010602011771号