#include #include /* for sleep() */#include /*
for uintptr_t */#include /* for in*() and out*() functions */#include /* for
ThreadCtl() */#include...
分类:
其他好文 时间:
2014-05-26 22:04:49
阅读次数:
285
v4
fragmentfragmentTransaction.setCustomAnimations(R.anim.push_left_in,
R.anim.push_left_out, R.anim.push_left_in,
R.anim.push_left_out);fragment入栈时,先...
分类:
其他好文 时间:
2014-05-26 10:30:54
阅读次数:
390
Here are some tips to guide you while shopping
discount LV bags online. Look at the rack bag. Before you go out and buy
handbags online, it is good to...
分类:
其他好文 时间:
2014-05-26 10:26:29
阅读次数:
279
1. 最简单的情形 public void main(){ String s =
test(); System.out.println("s=[" + s + "]"); } public String test(){ String...
分类:
编程语言 时间:
2014-05-26 06:43:27
阅读次数:
194
把2014-5-5 22:02:11:15 这样格式的时间转换成2014年5月5日
SimpleDateFormat in = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
SimpleDateFormat out = new SimpleDateFormat("yyyy年MM月dd日");
St...
分类:
编程语言 时间:
2014-05-26 03:50:18
阅读次数:
287
缓存算法(页面置换算法)-FIFO、LFU、LRU
在前一篇文章中通过leetcode的一道题目了解了LRU算法的具体设计思路,下面继续来探讨一下另外两种常见的Cache算法:FIFO、LFU1.FIFO算法
FIFO(First in First out),先进先出。其实在操作系统的设计理念中.....
分类:
其他好文 时间:
2014-05-26 02:47:04
阅读次数:
605
执行如下 批处理:"C:\Program Files\Microsoft
SDKs\Windows\v6.0A\Bin\svcutil.exe" http://127.0.0.1:40001/TestService?wsdl
/language:C# /out:"D:\TestProxy.cs" /...
分类:
其他好文 时间:
2014-05-26 01:08:08
阅读次数:
234
刚打开游标的时候,是位于一个空行,要用fetch into
才能到第一行。只是要注意用更新游标的时候,不能在游标期间commit. 否则会报ORA-01002: fetch out of
sequence就是COMMIT导致的错误。在打开有for update的cursor时,系统会给取出的数据加上...
分类:
数据库 时间:
2014-05-26 01:07:05
阅读次数:
405
比如对于一个Server/Client程序,Client会每隔一定时间(比如TIME_OUT_CLIENT)会向Server发送“CheckConnect”信息,Server收到这个信息会调用回调函数__recv_check_connect()这个是否可以再__recv_check_connect(...
分类:
其他好文 时间:
2014-05-24 11:54:21
阅读次数:
194
假定web application 名称为news,你在浏览器中输入请求路径:
http://localhost:8080/news/main/list.jsp 则执行下面向行代码后打印出如下结果:1、
System.out.println(request.getContextPath()); 打印...
分类:
其他好文 时间:
2014-05-24 08:05:54
阅读次数:
264