#---------------------------------------------------------------# # R in Action (2nd ed): Chapter 6 # # Basic graphs ... ...
分类:
编程语言 时间:
2019-07-12 12:38:32
阅读次数:
111
Private Sub Command1_Click() Text1.Text = "欢迎使用Visual Basic 6.0中文版" Text1.FontSize = 20 End Sub Private Sub Command2_Click() Text1.Text = "" End Sub P... ...
分类:
其他好文 时间:
2019-07-12 09:40:14
阅读次数:
88
1.在index.html中引入mobileBUGFix.min.js 2.在build/webpack.base.conf.js文件中增加: 3.新建compressImage.js,内容如下: 4.使用 附件: mobileBUGFix.min.js / jpeg_encoder_basic.j ...
分类:
其他好文 时间:
2019-07-11 12:49:25
阅读次数:
257
#If Vba7 Then #如果是运行在64位office上 Declare PtrSafe Sub...#Else #如果是运行在32位office上 Declare Sub...#EndIf 在Visual Basic中,在定义通用过程时,如果形参前面有关键字ByVal,则该参数用传值方式传送 ...
分类:
编程语言 时间:
2019-07-09 19:19:54
阅读次数:
141
运算符 参考 https://www.runoob.com/python3/python3 basic operators.html 运算符优先级: Python成员运算符 除了以上的一些运算符之外,Python还支持成员运算符,测试实例中包含了一系列的成员,包括字符串,列表或元组。 运算符 描述 ...
分类:
编程语言 时间:
2019-07-09 09:42:18
阅读次数:
173
/******************************************************0x005E******************************************************/ /* * sw 三相电流不平衡度 */ void CurrentU... ...
分类:
其他好文 时间:
2019-07-09 09:17:01
阅读次数:
92
1 # -*- encoding: utf-8 -*- 2 # !/usr/bin/env python 3 4 import os 5 import traceback 6 import sys 7 import datetime 8 import re 9 import json 10 impo... ...
分类:
编程语言 时间:
2019-07-08 09:17:24
阅读次数:
3632
IEC 61499标准通常用于开发分布式控制系统。IEC 61499定义了功能模块(FB, function block)的模型。有三种FB,分别是Basic FB (BFB),Service Interface FB (SIFB) (有的文献也称作Service FB (SFB))和Composi ...
分类:
其他好文 时间:
2019-07-07 14:48:36
阅读次数:
193
1. Maven dependency pom.xml 2. Configure WebSecurityConfigurerAdapter SecurityConfig.java 3. Spring boot security rest basic authentication demo 3.1. ...
分类:
编程语言 时间:
2019-07-07 09:38:03
阅读次数:
118
1、Json 简介:Json,全名 JavaScript Object Notation,是一种轻量级的数据交换格式,常用于 http 请求中 2、可以用 help(json),查看对应的源码注释内容 Encoding basic Python object hierarchies::>>> imp ...
分类:
Web程序 时间:
2019-07-07 09:18:55
阅读次数:
122