码迷,mamicode.com
首页 >  
搜索关键字:blog    ( 264251个结果
HTML5学习之视频与音频(三)
Sorry,your browser is unable to play this video. 播放/暂停 大 中 小 ...
分类:Web程序   时间:2014-08-05 10:59:39    阅读次数:238
java日期正则表达式精准校验
function checkDate(obj){ var date=obj.value;var re = new RegExp("(([0-9]{3}[1-9]|[0-9]{2}[1-9][0-9]{1}|[0-9]{1}[1-9][0-9]{2}|[1-9][0-9]{3})-(((0[13578...
分类:编程语言   时间:2014-08-05 10:59:19    阅读次数:228
SQLite学习第02天:数据类型
参考资料:http://www.w3cschool.cc/sqlite/sqlite-data-types.html在SQLite中,数据类型的概念看起来很模糊,刚开始接触感觉跟C语言提供的数据类型概念相差甚远,不知道这是功能的弱化还是灵活性的提高,只能且行且体会吧。在数据类型小节提出了存储类和Af...
分类:数据库   时间:2014-08-05 10:59:09    阅读次数:218
[转]tsung 对 openfire 压力测试
最近要压openfire,于是找到这篇文章,先做个记号1. 参考http://blog.csdn.net/foxisme2/article/details/7521139http://blog.csdn.net/foxisme2/article/details/7528148其中生成测试报告的 命令...
分类:其他好文   时间:2014-08-05 10:58:39    阅读次数:221
训练三:求任意整数的降序数
题目要求: 对一个五位的任意整数,求出琦降序数 算法提示:将整数的每一位分离到一维整形数组中,再将数组a的元素按照降序排列,最后输出数组元素值, 试建立一个NUM类,完成上述操作#includeusing namespace std;class NUM{ public: ...
分类:其他好文   时间:2014-08-05 10:58:09    阅读次数:200
Pawn Brotherhood
Pawn Brotherhood 1 alpha_table = "abcdefgh" 2 3 def safe_pawns(pawns): 4 safe_count = 0 5 6 for spawn in pawns: 7 if spawn[1] == '1'...
分类:其他好文   时间:2014-08-05 10:57:49    阅读次数:278
IIS经典模式和集成模式的区别
IIS7.0中的Web应用程序有两种配置形式:经典模式和集成模式。1.经典模式经典模式是为了与之前的版本兼容,使用ISAPI扩展来调用ASP.NET运行库,原先运行于IIS6.0下的Web应用程序迁移到IIS7.0中只要将应用程序配置成经典模式,代码基本不用修改就可以正常运行2.集成模式集成模式是一...
分类:其他好文   时间:2014-08-05 10:57:39    阅读次数:470
[leecode]Evaluate Reverse Polish Notation
Evaluate Reverse Polish NotationEvaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may ...
分类:其他好文   时间:2014-08-05 10:57:19    阅读次数:184
CString的GetBuffer用法,GetBuffer本质,GetBuffer常见问题解决方法
一.函数原型CString::GetBufferLPTSTR GetBuffer( int nMinBufLength );throw( CMemoryException );Return ValueAn LPTSTR pointer to the object’s (null-terminated...
分类:其他好文   时间:2014-08-05 10:56:49    阅读次数:366
Java 8 Features – The ULTIMATE Guide--reference
Now, it is time to gather all the major Java 8 features under one reference post for your reading pleasure. Enjoy!Table Of Contents1. Introduction2. N...
分类:编程语言   时间:2014-08-05 10:56:09    阅读次数:340
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!