码迷,mamicode.com
首页 >  
搜索关键字:sig    ( 4633个结果
vue报错集锦
1、vue报错: 没安装 less-loader css-loader style-loader 可能的很大原因:没安装less 2、vuex报错:Computed property "xxx" was assigned to but it has no setter 在使用了vuex的情况下,st ...
分类:其他好文   时间:2017-11-06 19:03:04    阅读次数:160
linux如何查看端口被哪个进程占用?
http://jingyan.baidu.com/article/546ae1853947b71149f28cb7.html 1、lsof -i:端口号 2、netstat -tunlp|grep 端口号 都可以查看指定端口被哪个进程占用的情况 1、lsof -i:端口号 2、netstat -tu ...
分类:系统相关   时间:2017-11-06 19:02:45    阅读次数:240
2.Eclipse中绑定Tomcat
1.下载并成功安装Eclipse和Tomcat(该步骤有问题请查看我的相关经验); 2.打开Eclipse,单击“window”菜单,选择下方的“Preferences”: 3.找到Server下方的Runtime Environment,单击右方的Add按钮: 4.选择已经成功安装的Tomcat版 ...
分类:系统相关   时间:2017-11-06 18:04:20    阅读次数:191
Selenium2+python自动化48-登录方法(参数化)【转载】
本篇转自博客:上海-悠悠 原文地址:http://www.cnblogs.com/yoyoketang/tag/unittest/ 前言 登录这个场景在写用例的时候经常会有,我们可以把登录封装成一个方法,然后把账号和密码参数化,这样以后用的登录的时候,只需调用这个方法就行了 一、登录方法 1.把输入 ...
分类:编程语言   时间:2017-11-06 15:07:28    阅读次数:214
[转]You Could Become an AI Master Before You Know It. Here’s How.
转自:https://www.technologyreview.com/s/608921/ai-algorithms-are-starting-to-teach-ai-algorithms/# You Could Become an AI Master Before You Know It. Her ...
分类:其他好文   时间:2017-11-06 15:06:46    阅读次数:217
使用eclipse对maven项目打包时,报 invalid LOC header (bad signature)异常处理
在eclipse上打包,报错: [INFO] Including org.codehaus.groovy:groovy-all:jar:2.4.3 in the shaded jar. [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 8.2 ...
分类:系统相关   时间:2017-11-06 15:04:25    阅读次数:298
标准差
标准差:中文环境中又常称均方差,是离均差平方的算术平均数的平方根,用σ表示。标准差是方差的算术平方根。标准差能反映一个数据集的离散程度。平均数相同的两组数据,标准差未必相同。 在概率统计中最常使用作为统计分布程度(statistical dispersion)上的测量。标准差定义是总体各单位标准值与 ...
分类:其他好文   时间:2017-11-06 13:13:08    阅读次数:154
微信开发配置文件
<?php // *// * 1)将token、timestamp、nonce三个参数进行字典序排序// * 2)将三个参数字符串拼接成一个字符串进行sha1加密// * 3)开发者获得加密后的字符串可与signature对比,标识该请求来源于微信 //微信发来的参数 // signature 微信 ...
分类:微信   时间:2017-11-06 12:40:52    阅读次数:330
@angular/cli项目构建--路由1
app.module.ts app-nav-bar.component.heml update login.component.html home.component.html update app.component.html ...
分类:其他好文   时间:2017-11-04 23:32:14    阅读次数:305
c++基本语法整理
A pointer to a const object of type T must also be const, of type const T*, meaning that the pointer may be assigned to but its contents may not. cons... ...
分类:编程语言   时间:2017-11-04 00:15:50    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!