1.jmeter 与tcp 建立连接 先启动一个tcp服务端 # -*- coding:utf-8 -*- #@Time : 2020/5/17 20:18 #@Author: 张君 #@File : server_test.py # encoding=utf-8 import socketserv ...
分类:
其他好文 时间:
2020-05-17 21:46:26
阅读次数:
77
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Ins ...
分类:
Web程序 时间:
2020-05-12 13:23:49
阅读次数:
75
# jQuery操作DOM 和 增删改查 - 1.html() ```js $('ul li').html();//获取ul下第一个li元素下的内容 $('ul li').html('9');//把ul下所有li元素下的内容改为9 $('ul li').html(function(index, el ...
分类:
Web程序 时间:
2020-05-10 21:39:01
阅读次数:
93
源码如下: var mount = Vue.prototype.$mount; Vue.prototype.$mount = function ( el, hydrating ) { el = el && query(el); //query是看el是字符串还是组件,如果是字符串就去document ...
分类:
其他好文 时间:
2020-05-09 15:27:00
阅读次数:
110
首先要指出的是:DisplayObject 实例的属性<x, y> 与 graphics.draw*(x, y, ...) 的参数<x, y>没有关系。 在原生的 Canvas 中有 <x, y> 的概念,例如:ctx.rect(x, y, width, height)。于是我天真地以为 Displ ...
分类:
其他好文 时间:
2020-05-08 13:35:04
阅读次数:
83
2-1简单消息: 1 #2-1 简单消息 2 mesage = 'Hello World' 3 print(mesage) 注意,将变量定义为那一串字符串,字符串是需要引号扩起的 2-2多条简单消息: #2-2 多条简单消息 mesage = 'Hello World' print(mesage) ...
分类:
其他好文 时间:
2020-05-01 10:23:58
阅读次数:
81
微信小程序的学习 微信小程序的开始尝试 TodoList 微信开发者工具生成 目录如下: . |-- app.js |-- app.json |-- app.wxss |-- pages | |-- index # 主页 | | |-- index.js | | |-- index.json | | ...
分类:
微信 时间:
2020-04-29 14:54:47
阅读次数:
110
Aspose.Total是Aspose公司旗下的最全的一套office文档管理方案,它提供的原生API可以对Word、Excel、PDF、Powerpoint、Outlook、CAD、图片、3D、ZIP等超过100多种文件格式进行操作,还具有报表、二维码、GIS、任务等功能,可以使用C#(.NET/ ...
分类:
Web程序 时间:
2020-04-27 22:16:04
阅读次数:
78
Androidapi.JNI.Support引用这个单元 procedure _InstallApk(Apk: string); var LFile: JFile; LIntent: JIntent; begin LFile := TJFile.JavaClass.init(StringToJStr ...
分类:
移动开发 时间:
2020-04-24 16:01:34
阅读次数:
145
import java.sql.DriverManager import java.time.{LocalDateTime, ZoneOffset} import org.apache.spark.rdd.JdbcRDD import org.apache.spark.{SparkConf, Spa ...
分类:
数据库 时间:
2020-04-22 10:13:02
阅读次数:
86