1. 基本概念 状态机,封装了多个内部状态 2. 应用 返回一个遍历器对象。 3. 代码形式 调用 hw.next() 4.扩展 ① yield与return的相似和不同 yield只能用在generator中 ...
分类:
其他好文 时间:
2018-03-24 19:31:37
阅读次数:
149
转载自:https://blog.csdn.net/a19881029/article/details/26348627 使用SoapUI创建WebService接口模拟服务端需要接口描述文件 MathUtil.wsdl: 通过MathUtil.wsdl文件在SoapUI中创建一个SOAP项目: 确 ...
分类:
Web程序 时间:
2018-03-24 18:33:25
阅读次数:
275
static void Main(string[] args) { List<int> numbers = new List<int>(); while (true) { #region 输出集合内容 Console.WriteLine("集合中现有内容如下:"); Console.WriteLin ...
分类:
编程语言 时间:
2018-03-24 14:32:29
阅读次数:
205
折线图 Axes3D.plot(xs, ys, *args, **kwargs) 散点图 Axes3D.scatter(xs, ys, zs=0, zdir='z', s=20, c=None, depthshade=True, *args, **kwargs) 线框图 Axes3D.plot_wi ...
分类:
其他好文 时间:
2018-03-24 12:43:39
阅读次数:
2593
原文:01. 把存储过程结果集SELECT INTO到临时表在开发过程中,很多时候要把结果集存放到临时表中,常用的方法有两种。 一. SELECT INTO 1. 使用select into会自动生成临时表,不需要事先创建 select * into #temp from sysobjects se... ...
分类:
其他好文 时间:
2018-03-24 11:58:27
阅读次数:
164
一: 使用图解 ,讲解冒泡排序 二:代码基本实现 ...
分类:
编程语言 时间:
2018-03-23 21:13:25
阅读次数:
245
html: <input type="hidden" class="progressRate" value="{$content.progressRate/100}"> <!--progressRate 投资进度--> <canvas id="draw_circle" style="width:7r ...
分类:
其他好文 时间:
2018-03-23 18:20:11
阅读次数:
164
1、检测到可能存在注入漏洞的url 最常用的 ‘ ,and 1=1 ,and 1=2 2、判断字段个数 发现只有一个字段 3、查看数据库名 数据库名是 bible_history 4、查看表名 有:Emails,administrators,bh_addform,bh_guestbook,bho_b ...
分类:
数据库 时间:
2018-03-23 17:47:47
阅读次数:
287