上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 71 下一页
摘要: cd /usr/local mkdir git 源码安装 cd git yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-MakeMaker 下载Git并解压 wge 阅读全文
posted @ 2019-04-21 06:10 不带R的墨菲特 阅读(5599) 评论(1) 推荐(0)
摘要: cd /usr/local mkdir maven cd /usr/local/maven wget https://archive.apache.org/dist/maven/maven-3/3.1.0/binaries/apache-maven-3.1.0-bin.tar.gz tar -zxv 阅读全文
posted @ 2019-04-21 02:14 不带R的墨菲特 阅读(224) 评论(0) 推荐(0)
摘要: https://archive.apache.org/dist/maven/maven-3/ 阅读全文
posted @ 2019-04-20 22:02 不带R的墨菲特 阅读(1021) 评论(0) 推荐(0)
摘要: 修改 linux apache-tomcat-7.0.56/bin \catalina.sh文件 在所有类似以下代码大约有七八处具体自己去看: "$_RUNJAVA" $JAVA_OPTS $CATALINA_OPTS \ -Djava.endorsed.dirs="$JAVA_ENDORSED_D 阅读全文
posted @ 2019-04-20 21:49 不带R的墨菲特 阅读(4523) 评论(0) 推荐(0)
摘要: 字段名,数据类型,数据长度及字段约束:class int(1) not null ; Int/bigint整型/长整型 宽度 Float 浮点型。就是小数 Date Char/vachar字符 char是固定长度的字符,而vachar字符 长度是可增长的 Int取值范围(±十位整数的十一位就不行,那 阅读全文
posted @ 2019-04-19 21:44 不带R的墨菲特 阅读(199) 评论(0) 推荐(0)
摘要: 数据类型 /* 1 数字 number [小数,整数] number(5,3)表示总共5个数字,小数点后3个,最大值99.999 number(5) 表示整数 最大值99999 2 字符 char 定长字符 char(10) 如果没有达到10字符就用空格补充,他所占的大小总是10字符空间 varch 阅读全文
posted @ 2019-04-19 21:43 不带R的墨菲特 阅读(232) 评论(0) 推荐(0)
摘要: 情景: student id stname sex score scoreid stname birth course id coursename age 简单说明 a,b ,c 三表a.name=b.name a.id=c.id 现在要查 id ,name ,course 有两种方法: selec 阅读全文
posted @ 2019-04-19 21:23 不带R的墨菲特 阅读(4729) 评论(4) 推荐(0)
摘要: http://blog.sina.com.cn/s/blog_ab337de50102y8j2.html 阅读全文
posted @ 2019-04-17 01:18 不带R的墨菲特 阅读(512) 评论(0) 推荐(0)
摘要: 1.安装JDK JDK下载: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 新建安装目录: mkdir /usr/local/java 解压安装: tar -zxvf ./jdk 阅读全文
posted @ 2019-04-16 22:11 不带R的墨菲特 阅读(627) 评论(2) 推荐(0)
摘要: def upload(): r = requests.post( url='http://upload.renren.com/upload.fcgi?pagetype=addpublishersingle&hostid=967004081&' 'callback=window.parent.hand 阅读全文
posted @ 2019-04-14 23:10 不带R的墨菲特 阅读(419) 评论(0) 推荐(0)
上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 71 下一页