上一页 1 ··· 186 187 188 189 190 191 192 193 194 ··· 347 下一页
摘要: MyEclipse出现下面两条报错: The project cannot be built until build path errors are resolved HelloWord Unknown Java Problem Unbound classpath container: 'JRE S 阅读全文
posted @ 2017-03-17 11:25 emanlee 阅读(3643) 评论(0) 推荐(0)
摘要: 错误: Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory at org.neuroph.core.NeuralNetwork.<init>(NeuralNetwork.java:106 阅读全文
posted @ 2017-03-16 21:23 emanlee 阅读(1153) 评论(0) 推荐(0)
摘要: 步骤如下:1.打开Visio对象后在[文件]菜单[选项]菜单项上单击,然后单击[自定义功能区]。2.在[自定义功能区]的主选项卡中找到[开发工具]复选框,打上勾,单击确定。3.在Visio对象的菜单栏,找到[开发工具]菜单,在[显示形状表]"显示ShapeSheet"工具栏的下拉菜单中单击[页]。4 阅读全文
posted @ 2017-02-23 22:00 emanlee 阅读(26988) 评论(1) 推荐(3)
摘要: library(splines) library(ggplot2) dt1 <- structure(list(Age = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 阅读全文
posted @ 2017-01-19 22:26 emanlee 阅读(4855) 评论(0) 推荐(0)
摘要: 报错: In read.table("abc.txt", header = T) : incomplete final line found by readTableHeader on 'abc.txt' 解决方法: 在数据文件abc.txt最后一行加上回车即可解决。 阅读全文
posted @ 2017-01-03 21:48 emanlee 阅读(8623) 评论(0) 推荐(1)
摘要: 1)下载MACS2 下载网址: https://pypi.python.org/pypi/MACS2 (有下载网址和安装、使用示例) 下载网址: $ python setup.py install出现如下问题: MACS2/cProb.c -o error: #error Do not use th 阅读全文
posted @ 2016-12-25 08:48 emanlee 阅读(7386) 评论(0) 推荐(0)
摘要: 注意:需要root权限查看python版本:python --version1.下载Python-2.7.12wget https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz2.解压tar zxvf Python-2.7.12.tgz3. 阅读全文
posted @ 2016-11-28 22:11 emanlee 阅读(5180) 评论(0) 推荐(0)
摘要: 升级openssl环境至openssl-1.1.0c1、查看源版本[root@zj ~]# openssl version -aOpenSSL 1.0.1e-fips 11 Feb 20132、下载 openssl-1.1.0c.tar.gz 最新版本可以在这个网站下载:https://www.op 阅读全文
posted @ 2016-11-24 23:35 emanlee 阅读(14337) 评论(2) 推荐(1)
摘要: 方法一:SELECT CAST('123' AS SIGNED);方法二:SELECT CONVERT('123',SIGNED);方法三:SELECT '123'+0; 阅读全文
posted @ 2016-10-25 23:09 emanlee 阅读(75056) 评论(0) 推荐(1)
摘要: R语言拆分字符串 aaa<-"aa;bb;cc"ccc<-strsplit(aaa,split=";") bbb<- unlist(strsplit(aaa,split=";")) ; bbbbbb[2]str(bbb)length(bbb) 阅读全文
posted @ 2016-10-24 17:56 emanlee 阅读(22842) 评论(0) 推荐(1)
上一页 1 ··· 186 187 188 189 190 191 192 193 194 ··· 347 下一页