volatile可见性案例 黑马 运行结果 ...
分类:
其他好文 时间:
2019-12-14 13:56:45
阅读次数:
115
1.修改tomcat服务器配置 打开tomcat/bin/catalina.sh 添加参数 CATALINA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=xxx.xxx.xx.xx:60222,suspend=n,server=y" 说明: ...
分类:
其他好文 时间:
2019-12-13 12:15:01
阅读次数:
74
elasticSearch的错误 NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{-kTJsUqFSb69yMQ5v1fcuw}{192.168.56.101}{192.168 ...
分类:
其他好文 时间:
2019-12-13 00:06:30
阅读次数:
363
CrawlSpider:Spider的一个子类 实现全站数据爬取 实现流程:在终端中执行 链接提取器 可以根据指定的规则(allow=正则)进行链接的提取 Rule规则解析器 将链接提取器提取到的链接进行请求发送,然后根据指定的规则(callback)进行数据解析 follow=True:将链接提取 ...
分类:
其他好文 时间:
2019-12-11 09:39:34
阅读次数:
143
类与对象的关系:对象都是由类产生的。 实例化:由类生产对象的过程。 类的属性分为数据属性(变量)和函数属性(函数,也叫方法)。 类和对象都使用点来访问。 一个简单的类 # -*- coding: utf-8 -*- class car: '这是一个车的类' #类的说明 wheel='橡胶' Engi ...
分类:
编程语言 时间:
2019-12-10 00:53:32
阅读次数:
117
错误信息: Disconnected from the target VM, address: '127.0.0.1:58909', transport: 'socket' Process finished with exit code -1 解决办法:替换application-qa.proper ...
分类:
其他好文 时间:
2019-12-08 12:35:34
阅读次数:
106
java -jar -Xmx512m -Dfile.encoding=UTF-8 -server -XX:-OmitStackTraceInFastThrow -server -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address= ...
分类:
其他好文 时间:
2019-12-06 17:40:18
阅读次数:
277
Basis Rule for Tuning (ST03N) ? Average CPU time should be < 50 % of the total response time, otherwise the server (ST06/OS07, OS07) or the running pr ...
分类:
数据库 时间:
2019-12-04 13:07:13
阅读次数:
101
1 验证器、 1.1创建验证器 php think make:validate index/User namespace app\index\validate; use think\Validate; class User extends Validate { protected $rule = [ ...
分类:
Web程序 时间:
2019-12-03 14:25:35
阅读次数:
98
backoffice Marketing菜单下面,新建一个Promotion rule: Promotion的条件,设置成针对商城里所有的数码相机: Promotion触发条件在Conditions区域维护。 Message设置成 {} % discount on product: {}. 这个消息 ...
分类:
其他好文 时间:
2019-12-01 22:33:52
阅读次数:
106