c+11新增加了一些便利的算法,这些新增的算法使我们的代码写起来更简洁方便,这里仅仅列举一些常用的新增算法,算是做个总结,更多的新增算法读者可以参考http://en.cppreference.com/w/cpp/algorithm。 算法库新增了三个用于判断的算法all_of、any_of和...
分类:
编程语言 时间:
2014-09-07 22:22:25
阅读次数:
238
c++11新增加了一些便利的算法,这些新增的算法使我们的代码写起来更简洁方便,这里仅仅列举一些常用的新增算法,算是做个总结,更多的新增算法读者可以参考http://en.cppreference.com/w/cpp/algorithm。 算法库新增了三个用于判断的算法all_of、any_of...
分类:
编程语言 时间:
2014-09-07 13:25:25
阅读次数:
207
在使用php语言做 服务器端重定向时可能会出现中文乱码问题?
解决方法也是很简单的:
$contents= file_get_contents('http://www.yitire.com/'); // 获取 页面内容
$en_contents=mb_convert_encoding($contents, 'UTF-8', 'UTF-8,GBK,GB2312,BIG5'); // 对页面...
分类:
Web程序 时间:
2014-09-06 18:42:13
阅读次数:
191
The test application demonstrates these key points:An Android test is itself an Android application that is linked to the application under test by en...
分类:
移动开发 时间:
2014-09-05 17:36:41
阅读次数:
288
使用OutlookWebAppPolicy邮箱策略来创建自定义级别的策略来管理访问OWA中的功能UseMicrosoftOutlookWebAppmailboxpoliciestocreateorganization-levelpoliciestomanageaccesstofeaturesinOutlookWebApp.具体见微软链接:http://technet.microsoft.com/en-us/library/dd335142(v..
分类:
移动开发 时间:
2014-09-05 16:27:22
阅读次数:
392
OWA离线功能是Exchange2013中的一个新功能OfflineAccessisanewfeatureinExchange2013OutlookWebApp(OWA)thatallowsyoutocontinueworkingonyouremailswhiledisconnectedfromtheInternet.相关链接说明http://office.microsoft.com/en-us/support/using-outlook-web-app-offline-H..
分类:
移动开发 时间:
2014-09-05 16:23:22
阅读次数:
296
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> ?<head> ? <title> New Document </title> ? <meta name="Generator" content="EditPlus">...
分类:
其他好文 时间:
2014-09-05 10:16:01
阅读次数:
221
UPDATE i18nresource SET languageId = 'en-us' Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that use...
分类:
数据库 时间:
2014-09-04 18:43:39
阅读次数:
214
CASE
在数据库中,对数据进行比对,
两种用法
第一种,不对任何列进行case 条件判断
SELECT Sid,English AS en, CASE WHEN English >=60 THEN '及格' WHEN English 60 THEN '英语及格' WHEN Math >60 THE...
分类:
数据库 时间:
2014-09-04 16:52:29
阅读次数:
286
http://en.wikipedia.org/wiki/Pascal%27s_triangle
分类:
其他好文 时间:
2014-09-04 16:29:29
阅读次数:
137