码迷,mamicode.com
首页 >  
搜索关键字:invalid region    ( 5582个结果
ServiceStack.Caching.IRemoveByPattern.cs
ylbtech-ServiceStack.Caching.IRemoveByPattern.cs 1.返回顶部 1、 #region 程序集 ServiceStack.Interfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12 ...
分类:其他好文   时间:2020-04-07 14:16:29    阅读次数:64
matplotlib TransformNode类
TransformNode 是所有参与变换的类和所有需要无效自己或祖先的类的基类 方法: __init__(shorthand_name=None): 参数 [shorthand_name]: 别名 初始化TransformNode,初始化为无效状态 invalidate(): 无效化自身和自身的祖 ...
分类:其他好文   时间:2020-04-07 12:29:27    阅读次数:68
豆瓣 API报错 ( "code":104 问题 )
最近学习 JSON 想获取,豆瓣的电影top250电影榜,来练习,练习。 结果输入地址: http://api.douban.com/v2/movie/top25 {"msg":"invalid_apikey, Please contact bd-team@douban.com for author ...
分类:Windows程序   时间:2020-04-06 23:50:14    阅读次数:396
内网安全:01.域环境的搭建(这里使用aws云服务器)
说明:因为最近弄了一个免费的aws一年使用,因此使用aws进行搭建域环境,进行内网*0x1创建模板**进入aws官网:https://us-east-2.console.aws.amazon.com/console/home?region=us-east-2登陆后就进入到管理控制台,找到服务->搜索“cloudformation”找到创建堆栈->使用示例模板,选择“WindowsAct
分类:其他好文   时间:2020-04-06 23:33:28    阅读次数:85
System.Collections.IList.cs
ylbtech-System.Collections.IList.cs 1.返回顶部 1、 #region 程序集 mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Program Fi ...
分类:其他好文   时间:2020-04-05 20:43:01    阅读次数:70
WIN32下的模拟时钟
#include <Windows.h> #include <math.h> #include <tchar.h> #include "resource.h" #define PI 3.1415926 BOOLEAN InitWindowClass(HINSTANCE hInstance, int ...
分类:Windows程序   时间:2020-04-05 09:24:22    阅读次数:90
django-form字段和插件widgets速查
创建Form类时,主要涉及到 【字段】 和 【插件】,字段用于对用户请求数据的验证,插件用于自动生成HTML 一:常用字段 1、Django中Form类内置字段如下: 用于保存正则表达式 ChoiceField ***** MultipleChoiceField CharField IntegerF ...
分类:其他好文   时间:2020-04-04 22:28:30    阅读次数:71
AE DataTable转换为ITable(内存工作空间中)
public static ITable ToITable(DataTable mTable) { try { #region 新建表字段 IFields fields = new FieldsClass(); IFieldsEdit fieldsEdit = (IFieldsEdit)fields ...
分类:其他好文   时间:2020-04-03 23:45:42    阅读次数:100
Jmeter自定义函数_base64加密
1. 新建一个类继承AbstractFunction,重写以下方法: execute setParameters getReferenceKey getArgumentDesc 这四个方法介绍如下: public String execute(SampleResult previousResult, ...
分类:其他好文   时间:2020-04-03 22:20:08    阅读次数:79
springcloud一些基本知识
一、eureka(服务注册中心) <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId></depend ...
分类:编程语言   时间:2020-04-03 15:09:42    阅读次数:75
5582条   上一页 1 ... 37 38 39 40 41 ... 559 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!