• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
机灵小不懂
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
2018年1月5日
[转]sql server 常用脚本(日常查询所需)
摘要: 1:查看sql server代理中作业的运行状况的脚本 或者(查看语句的执行计划以及执行时间) 或者(可以查看作业当前的运行状态) SELECT[job].[name] AS '作业名称', CASE [jobh].[run_status]WHEN 0 THEN '失败'WHEN 1 THEN '成 阅读全文
posted @ 2018-01-05 16:24 机灵小不懂 阅读(905) 评论(0) 推荐(0)
2017年12月4日
Robot Framework 教程 (3) - Resource及关键字 的使用
摘要: From:http://www.cnblogs.com/buaawp/p/4754399.html Robot Framework 教程 (3) - Resource及关键字 的使用 在进行软件自动化测试时,我们设计并编写好一个测试脚本的业务逻辑之后,需要将其中的业务数据提取为变量,并对业务逻辑进行 阅读全文
posted @ 2017-12-04 10:41 机灵小不懂 阅读(1062) 评论(0) 推荐(0)
2017年11月22日
Robot - 1. robot framework环境搭建
摘要: Fom:https://www.cnblogs.com/puresoul/p/3854963.html 一、 robot framework环境搭建: 官网:http://robotframework.org/ https://www.python.org/downloads/release/pyt 阅读全文
posted @ 2017-11-22 18:12 机灵小不懂 阅读(236) 评论(0) 推荐(0)
python - 6. Defining Functions
摘要: From:http://interactivepython.org/courselib/static/pythonds/Introduction/DefiningFunctions.html Defining Functions For example: 阅读全文
posted @ 2017-11-22 17:19 机灵小不懂 阅读(177) 评论(0) 推荐(0)
Python - 5.Exception Handling
摘要: From:http://interactivepython.org/courselib/static/pythonds/Introduction/ExceptionHandling.html Exception Handling There are two types of errors that 阅读全文
posted @ 2017-11-22 17:15 机灵小不懂 阅读(383) 评论(0) 推荐(0)
Python - 4. Control Structures
摘要: From:http://interactivepython.org/courselib/static/pythonds/Introduction/ControlStructures.html Control Structures As we noted earlier, algorithms req 阅读全文
posted @ 2017-11-22 14:56 机灵小不懂 阅读(603) 评论(0) 推荐(0)
Python - 3. Input and Output
摘要: from:http://interactivepython.org/courselib/static/pythonds/Introduction/InputandOutput.html Input and Output Input Python’s input function takes a si 阅读全文
posted @ 2017-11-22 14:20 机灵小不懂 阅读(977) 评论(0) 推荐(0)
Python - 2. Built-in Collection Data Types
摘要: From: http://interactivepython.org/courselib/static/pythonds/Introduction/GettingStartedwithData.html Built-in Collection Data Types Python has a numb 阅读全文
posted @ 2017-11-22 11:14 机灵小不懂 阅读(519) 评论(0) 推荐(0)
Python - 1. Built-in Atomic Data Types
摘要: From:http://interactivepython.org/courselib/static/pythonds/Introduction/GettingStartedwithData.html Python has two main built-in numeric classes that 阅读全文
posted @ 2017-11-22 10:46 机灵小不懂 阅读(428) 评论(0) 推荐(0)
2017年11月7日
Python Data Science Toolbox Part 1 Learning 1 - User-defined functions
摘要: User-defined functions from:https://campus.datacamp.com/courses/python-data-science-toolbox-part-1/writing-your-own-functions?ex=1 Strings in Python S 阅读全文
posted @ 2017-11-07 13:23 机灵小不懂 阅读(1955) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3