码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
PHP读取XML
PHP读取XMLbooks.xml文件:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> JackHerrington PHPHacks O'Re....
分类:Web程序   时间:2015-09-30 13:03:02    阅读次数:259
Code faster with Intellij IDEA live templates
Intellij IDEA– in my opinion the most productive IDE for Java – comes with bunch of features helping getting rid of writing repetitive code – which is...
分类:其他好文   时间:2015-09-30 12:49:10    阅读次数:186
web worker
inline workerfunction worker() { setInterval(function() { postMessage({foo: "bar"}); }, 1000);}var code = worker.toString();code = code.substring...
分类:Web程序   时间:2015-09-30 11:01:31    阅读次数:160
高精度入门(减法、加法、乘法)之 CODE[VS] 3115、3116、3117
3115 高精度练习之减法: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #i...
分类:其他好文   时间:2015-09-30 06:24:30    阅读次数:217
DP经典 之 CODE[VS] 1576 最长严格上升子序列 (O(n^2) 和 O(nlogn))
O(n^2): 1 /* 2 3 最长严格上升子序列 4 dp[i] : 以第i个整数结尾的最长严格上升子序列长度 5 dp[i] = max(dp[x]) + 1 6 注: x 12 #include 13 #include 14 #include 15 #include 16 #include....
分类:其他好文   时间:2015-09-30 06:18:12    阅读次数:209
第二次博客作业
结对伙伴第一次作业的代码复审GeneralDoes the code work? Does it perform its intended function, the logic is correct etc.代码可以正常工作Is all the code easily understood?小伙伴...
分类:其他好文   时间:2015-09-30 00:57:57    阅读次数:155
CSS笔记(十一)CSS3之边框
参考:http://www.w3school.com.cn/css3/css3_border.asp 圆角边框border-radius 属性允许您向元素添加圆角。View Code效果:边框阴影View Code效果:边框图片在这里,图片铺满整个边框。在这里,图片被拉伸以填充该区域。这是我们...
分类:Web程序   时间:2015-09-29 23:34:47    阅读次数:267
作业复审
GeneralDoes the code work? Does itperform its intended function, the logic is correct etc.代码并没有完全完善,生成功能和计算功能实现但是仍有缺陷,检验功能还未开发Is all the codeeasily un...
分类:其他好文   时间:2015-09-29 23:26:10    阅读次数:277
ajax
1.获取ajax异步请求的数据function ajax() { return $.ajax(...);}ajax().done(function(result) { // code depending on result}).fail(function() { // an err...
分类:Web程序   时间:2015-09-29 22:08:09    阅读次数:150
结对项目代码复审
1. CheckingList General Does the code work? Does it perform its intended function, the logic is correct etc. 可以运行。可以实现随机产生...
分类:其他好文   时间:2015-09-29 22:04:50    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!