public static string getTimeAgo(string strDate) {
string strTime = string.Empty; if (clsCommon.IsDate(strDate)) { T...
分类:
其他好文 时间:
2014-05-23 11:40:40
阅读次数:
309
关于 empty()empty() 用于检查一个变量是否为空。如果变量是非空或非零的值,则
empty() 返回 FALSE。换句话说,""、0、"0"、NULL、FALSE、array()、var $var;
以及没有任何属性的对象都将被认为是空的,如果 var 为空,则返回 TRUE。empty...
分类:
其他好文 时间:
2014-05-20 12:41:14
阅读次数:
255
这个类实现了一些工具性质的方法,正如其名。记下自己觉得有意思的方法:readFileAsString(path: String, charset:
Charset = Charset.defaultCharset()): String /** * Attempt to read a file ...
分类:
其他好文 时间:
2014-05-20 08:01:50
阅读次数:
223
在给控件设置背景时像ps那样的背景透明 在3.0以下可以使用
imageView.setBackgroundResource(android.R.id.empty);但是这个方法在3.0以上会出现ERROR/AndroidRuntime(xxxxx):
Caused by: android.cont...
分类:
移动开发 时间:
2014-05-20 00:08:42
阅读次数:
615
这算是CountDownLatch的一个典型使用场景。kafka.Kafka对象的main方法中与此有关的代码为 // attach shutdown
handler to catch control-c Runtime.getRuntime().addShutdownHook(...
分类:
其他好文 时间:
2014-05-19 16:47:11
阅读次数:
241
介绍概述预备知识 网络分区和引导分区策略批量处理版本控制和兼容性协议 Protocol
Primitive TypesNotes on reading the request format grammarsCommon Request and
Response Structure RequestsR...
分类:
其他好文 时间:
2014-05-18 20:14:24
阅读次数:
711
249 out of 297 rated this helpful - Rate this
topic Gregory LeakeMicrosoft CorporationAlan Le, Alex Arkhipov, Mike Hanley, and
Steve NyholmVertigo So....
分类:
移动开发 时间:
2014-05-18 02:52:25
阅读次数:
430
因为项目需要使用Linq来查询数据,但是在多条件查询时,需要使用一大堆if(...!=string.empty)等判断条件感觉不是很优雅。网上搜索以下,大概找到了两种办法,一种是老外写的一个类,感觉用着麻烦;还有就是提供一扩展个方法,参数为某个类型,当调用该方法时,用反射去遍历这个类型的属性,再拿....
分类:
其他好文 时间:
2014-05-17 21:39:19
阅读次数:
356
服务器socketstreamtcpc原贴地址:http://topic.csdn.net/u/20090103/16/a0414edb-b289-4c72-84da-39e155e8f4be.html如下演示程序,程序目的是:先准备好一个ServerSocket,监听端口8880,然后建一个Cl....
分类:
其他好文 时间:
2014-05-17 15:08:29
阅读次数:
666
服务器socketstreamtcpc原贴地址:http://topic.csdn.net/u/20090103/16/a0414edb-b289-4c72-84da-39e155e8f4be.html如下演示程序,程序目的是:先准备好一个ServerSocket,监听端口8880,然后建一个Cl....
分类:
其他好文 时间:
2014-05-17 15:07:57
阅读次数:
262