51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#RAS
树莓派raspberry pi 安装远程工具teamviewer
1.下载Teamviewerwgethttp://download.teamviewer.com/download/linux/version_11x/teamviewer-host_armhf.debsudodpkg-iteamviewer-host_armhf.debsudoapt-get-finstall&nbs...
代码星球
·
2020-05-14
树莓
raspberry
pi
安装
远程
深入学习Keras中Sequential模型及方法
序贯模型是函数式模型的简略版,为最简单的线性、从头到尾的结构顺序,不分叉,是多个网络层的线性堆叠。 Keras实现了很多层,包括core核心层,Convolution卷积层、Pooling池化层等非常丰富有趣的网络结构。我们可以通过将层的列表传递给Sequential的构造函数,来创建一个Sequential模型...
代码星球
·
2020-04-18
深入
学习
Keras
Sequential
模型
es match、match_phrase、query_string和term的区别
(一)text字段和keyword字段的区别以下给出一个例子:首先建立一个索引和类型,引入一个keywork的字段:PUTmy_index{"mappings":{"products":{"properties":{"name":{"type":"keyword"}}}}}然后查询是否有索引:GET_clu...
代码星球
·
2020-04-16
match
es
phrase
query
string
如何禁用Windows的crashdump?
crashdump这个词略显专业了点……so,舍得决定换个描述方式:如何禁止Windows的应用程序崩溃时在你硬盘上生成庞大的dmp文件?这还真是一个真实存在的问题,曾困扰了舍得不短的时间,问题刚刚解决。舍得这里讲的Windows,特指Windows8。本文讲到的方法,Win7和Win10或...
代码星球
·
2020-04-15
如何
禁用
Windows
crashdump
警告: [SetPropertiesRule]{Context/Loader} Setting property 'useSystemClassLoaderAsParent' to 'false' did not find a matching property.
警告:[SetPropertiesRule]{Context/Loader}Settingproperty'useSystemClassLoaderAsParent'to'false'didnotfindamatchingproperty. 意思是:警告(SetPropertiesRule):装载机}/{上下...
代码星球
·
2020-04-14
警告
SetPropertiesRule
Context
Loader
Setting
智课雅思短语---五、 in contrast / on the contrary
一句话总结:相反incontrast/onthecontrary. 1、replace/substitute/taketheplaceof?代替replace/substitute/taketheplaceof大写) 2、cannotbearcloseranalysis/cannotholdwate...
代码星球
·
2020-04-14
智课
雅思
短语
in
contrast
EtherNet/IP 协议应用层使用CIP协议&CIP协议中使用的TLS和DTLS(Network Infrastructure for EtherNet/IPTM: Introduction and Considerations)
...
代码星球
·
2020-04-07
协议
EtherNet
CIP
IP
应用层
angularJS1笔记-(13)-自定义指令(controller和controllerAs实现通信)
index.html:<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"></head><body><divng-app="myApp"><divng-controlle...
代码星球
·
2020-04-06
angularJS1
笔记
自定义
指令
controller
ios Crash Log 分析汇总(转载--备份)
方法一: 1.xcode 有自带的symbolicatecrash,可以将.crash文件中的16进制地址转换成可读的函数地址。symbolicatecrash位于:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platf...
代码星球
·
2020-04-06
ios
Crash
Log
分析
汇总
Table XXX is marked as crashed and should be repaired问题
数据表出错了,查询数据获取不到了。尝试一重启mysqlservicemysqldrestart没用,重启并没有把表修复掉 尝试二checktablevicidial_list;repairtablevicidial_list;发现没有这个数据库,原因是没有用密码登陆通过密码登陆之后,进入了数据库成功!问题解决...
代码星球
·
2020-04-06
Table
XXX
is
marked
as
python内存泄露诊断过程记录pyrasite
工具:pyrasite;包含三个命令行pyrasite/pyrasite-shell/pyrasite-memory-viewer安装:gdbmeliaeurwid说明:PyrasiteisalibraryandasetoftoolsforinjectingcodeintorunningPythonprograms.1...
代码星球
·
2020-04-06
python
内存
泄露
诊断
过程
了解一下运行软件的自我保护(RASP)
看下这篇文章:http://www.jianshu.com/u/c89141b2d51e相应的demo演示:https://github.com/xbeark/javaopenrasp...
代码星球
·
2020-04-06
了解
一下
运行
软件
自我
保留全部Android crash信息
保留全部Androidcrash信息framework/base/core/java/com/android/internal/os/RuntimeInit.java又一次以下这个函数,增加自己的代码,把信息保存下来,或者发回server */ privatest...
代码星球
·
2020-04-06
保留
全部
Android
crash
信息
crash收集上报方案
有三个层面的崩溃-machexception-signal-NSExceptionvoidhandleSignal(intsigno){printf("这是在处理信号");}voidhandleException(NSException*ex){printf("这是在处理异常");NSLog(@"name:%@",ex...
代码星球
·
2020-04-04
crash
收集
上报
方案
Write and Erase
YouareplayingthefollowinggamewithJoisino.Initially,youhaveablanksheetofpaper.Joisinoannouncesanumber.Ifthatnumberiswrittenonthesheet,erasethenumberfromthesheet;...
代码星球
·
2020-04-03
Write
and
Erase
首页
上一页
...
10
11
12
13
14
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他