码迷,mamicode.com
首页 >  
搜索关键字:cep    ( 6636个结果
HDU 1284 钱币兑换问题
钱币兑换问题 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 9699 Accepted Submission(s): 5898 Problem ...
分类:其他好文   时间:2016-12-06 13:35:53    阅读次数:196
迭代器和生成器(一)
一.什么是迭代器协议 1,迭代器协议是指:对象必须提供一个next方法,执行该方法要么返回迭代中的下一项,要么引起一个Stopiteration异常, 以终止迭代(只能往后走,不能往前退) 2,可迭代对象:实现了迭代器协议的对象(如何实现:对象内部定义一个__iter__()方法) 3,协议是一种约 ...
分类:其他好文   时间:2016-12-06 02:57:01    阅读次数:136
C#记录日志到文本文件
在配置文件中添加日志文件的存放路径: 封装一个记录日志的类: 在程序中使用日志类: ...
分类:Windows程序   时间:2016-12-05 22:55:35    阅读次数:526
Android 中OKHttp请求数据get和post
1:在Android Studio 的 build.gradle下 添加 然后再同步一下 ...
分类:移动开发   时间:2016-12-05 22:16:20    阅读次数:630
java中math的用法
java.math.Math类常用的常量和方法: Math.PI 记录的圆周率 Math.E记录e的常量 Math.abs 求绝对值 Math.sin 正弦函数 Math.asin 反正弦函数 Math.cos 余弦函数 Math.acos 反余弦函数 Math.tan 正切函数 Math.atan ...
分类:编程语言   时间:2016-12-05 19:23:43    阅读次数:184
svn提交报e200007错误
org.apache.subversion.javahl.ClientException: svn: E200007: Commit failed异常解决,svncommitfailed 首先2分钟前才提交完,所以说eclipse,和svn地址等,这些都没有问提的前提下做如下操作 清缓存, 右键选中 ...
分类:其他好文   时间:2016-12-05 19:14:43    阅读次数:872
获取usb设备父系或子代
...
分类:其他好文   时间:2016-12-05 17:16:17    阅读次数:838
python_bug
with open('test.txt','r',encoding='utf8') as f: Exception:'encoding' is an invalid keyword argument for this function Reason:'encoding' is not suitabl ...
分类:编程语言   时间:2016-12-05 17:10:14    阅读次数:216
Struts2相关问题
简介:Struts2是一个轻量级的典型的MVC框架。 工作流程: 1、客户端请求一个HttpServletRequest的请求,如在浏览器中输入http://localhost: 8080/bookcode/Reg.action就是提交一个(HttpServletRequest)请求。 2、这个请求 ...
分类:其他好文   时间:2016-12-05 16:48:04    阅读次数:244
319. Bulb Switcher
There are n bulbs that are initially off. You first turn on all the bulbs. Then, you turn off every second bulb. On the third round, you toggle every ...
分类:其他好文   时间:2016-12-05 09:30:15    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!