1. When you have used OpenOffice edited one of reports,it has stored the report's banary data is database,which caused the problem when you refresh th...
分类:
其他好文 时间:
2014-07-22 22:56:35
阅读次数:
216
获取SD卡的总空间和可用空间
File path = Environment.getExternalStorageDirectory();
StatFs stat = new StatFs(path.getPath());
long blockSize = stat.getBlockSize();
long totalBlocks = stat.getBlockCount();
long ava...
分类:
移动开发 时间:
2014-07-18 21:22:16
阅读次数:
247
故障描述:新建邮件无法发出(outlook客户端现象),新建邮件发送,自动退回草稿箱(WebMail故障现象)。故障原因:在系统服务中(Services),发现Exchange传输服务自动关闭。(根据程序日志核查是由于:传输邮件数据库,验证失败,因时间戳不匹配。)解决方案:首先进入Excha..
分类:
其他好文 时间:
2014-07-17 09:42:41
阅读次数:
223
引用:http://www.cnblogs.com/vamei/archive/2012/09/19/2692452.htmlLinux架构我以下图为基础,说明Linux的架构(architecture)。(该图参考《Advanced Programming in Unix Environment》...
分类:
系统相关 时间:
2014-07-16 18:16:36
阅读次数:
268
Node.js configure error: No acceptable C compiler found!
Please make sure you have a C compiler installed on your system and/or
consider adjusting the CC environment variable if you ...
分类:
Web程序 时间:
2014-07-16 17:32:10
阅读次数:
952
Exchanger是一个针对线程可以结对交换元素的同步器。每条线程把某个对象作为参数调用exchange方法,与伙伴线程进行匹配,然后再函数返回的时接收伙伴的对象。另外,Exchanger内部实现采用的是无锁算法,能够大大提高多线程竞争下的吞吐量以及性能。
算法实现
基本方法是维持一个“槽”(slot),这个槽是保持交换对象的结点的引用,同时也是一个等待填满的“洞”(hole)。如...
分类:
移动开发 时间:
2014-07-16 17:23:36
阅读次数:
484
早上exchange部分用户不能登录,后经过owa测试发现报http500错误,查了下资料,以下是建议1.CAS上MicrosoftExchangeForms-BasedAuthenticationService是不是在启动状态。2.打开IIS,检查OWA的认证,建议你disable所有的认证方式。3.检查OWAHTTPRedirect的设置。4.检查CAS上OWA(..
分类:
其他好文 时间:
2014-07-16 16:38:08
阅读次数:
226
Get-ExchangeCertificate|fl*查看证书,比如都分配了哪些服务,证书的thumbprint等cas更换证书new-exchangecertificate-friendlyname‘MicrosoftExchange’-generaterequest-privatekeyexportable$true-subjectname"cn=证书名称"-domainname分配的域名-pathc:\certreq.txt到处..
分类:
其他好文 时间:
2014-07-16 16:31:59
阅读次数:
393
不同OSX版本的标记可能不兼容-续:
经过测试,10.10DP2的Update,俗称DP3,的版本也没有纠正这个问题。而造成该问题的是安装过程中一开始就选择中文,如果安装时使用英文,在第一次进入操作系统后,再将中文设置为第一语言,那么标记内部依然使用英文,这样就避免了后来的混乱。
这个问题已经发送Bug Report给苹果,ID:17689607.
另外:
如果使用10.10的...
分类:
其他好文 时间:
2014-07-16 14:34:05
阅读次数:
152
Arbitrage
Problem Description
Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same currency. For example, ...
分类:
其他好文 时间:
2014-07-16 10:05:49
阅读次数:
260