51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#an
Pandas入门
主要包含两个数据结构,Series和DataFrameSeries类似于一维数组,有数据和索引。默认创建整数型索引。可以通过values和index获取数据和索引。frompandasimportSeries,DataFrameimportpandasaspdimportnumpyasnpobj=Series([4,7...
ymnets
·
2020-03-25
Pandas
入门
CSS3属性transform详解
在CSS3中,可以利用transform功能来实现文字或图像的旋转、缩放、倾斜、移动这四种类型的变形处理,本文将对此做详细介绍。用法:transform:rotate(45deg);共一个参数“角度”,单位deg为度的意思,正数为顺时针旋转,负数为逆时针旋转,上述代码作用是顺时针旋转45度。用法...
开发笔记
·
2020-03-24
CSS3
属性
transform
详解
spring boot出现maxActive can’t not set zero原因分析
1.使用eclipse的情况下可能出现src/main/resources未添加到sourcefolder的问题2.mysql包使用了runtime选项...
开发笔记
·
2020-03-14
spring
boot
出现
maxActive
can
loadrunner出现报错operands of = have illegal types pointer to char and `int
原始代码:voidsplit(char*p,char*str){/*传入一个数组进行p和一个以什么进行分割的str,返回切片后的值*/inti=0,j=0;chartmp[32][32]={0};char*p1=(char*)malloc(1024);while((p1=strchr(p,*str))!=NULL)//...
开发笔记
·
2020-03-10
loadrunner
出现
报错
operands
of
ScriptedSandbox64.exe已停止工作 - Visual Studio 2015(ScriptedSandbox64.exe has stopped working - Visual Studio 2015)
解决方案p>禁用 下的诊断工具 工具->选项->调试->常规->调试时启用诊断工具...
开发笔记
·
2020-03-10
ScriptedSandbox64.exe
Visual
Studio
2015
停止工作
调试 – ScriptedSandbox64.exe已停止工作 – Visual Studio 2015
这是我第二次在VisualStudio2015中看到错误“ScriptedSandbox64.exe已停止工作”. 在我的特定情况下,我正在构建Windows窗体应用程序,并将应用程序放入Windows中的系统托盘中.此应用程序还使用System.IO写入文件.该项目只有这一点.Vis...
开发笔记
·
2020-03-10
调试
ScriptedSandbox64.exe
停止工作
Visual
Studio
scandir() symlink() has been disabled for security reasons解决方法
找到php.ini,ctrl+F搜索“disable_functions” 将“disable_functions”中的scandir、symlink删除,并保存php.ini文件,重启服务,刷新页面。即可解决报错问题。...
开发笔记
·
2020-03-09
scandir
symlink
has
been
disabled
使用ganymed-ssh2-build通过ssh获得远程服务器参数
1、项目中需要检测到几台远程服务器的参数,差了很多资料,决定用的这个2、jar包:ganymed-ssh2-build210.jar3、原理:向远程linux服务器发送脚本命令,得到该台服务器的信息4、代码如下:publicclassBasic{publicstaticvoidmain(String[]args){St...
开发笔记
·
2020-03-03
使用
ganymed-ssh2-build
通过
ssh
获得
android实现按钮圆角点击背景、字体颜色都改变
实现圆角按钮,点击的时候背景和字体的颜色都改变,这里的实现效果如下:原状态背景为白色,字体为蓝色,当点击的时候背景为蓝色,字体为白色。介绍两种实现方式。1、使用button。2、实现自定义TextView。1.使用Button首先在drawable下建一个Button背景的btn_bg_round_click.xml文...
开发笔记
·
2020-02-29
android
实现
按钮
圆角
点击
首页
上一页
...
820
821
822
823
824
下一页
尾页
按字母分类:
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
其他