上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 29 下一页
摘要: 能编译通过说明SDK导入正确,但是为啥我们点击每一个Java文件会出现好多红色的下划线 ,并提示idea cant resolve symbol原因就是可能没有清除原来的历史缓存,导致一些错误,解决方法是 File-Invalidate Caches 然后重启IDEA,OK~困扰多年的问题解决! 阅读全文
posted @ 2018-09-20 14:09 hoge 阅读(583) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh ps -e | grep svnserve | awk '{print $1}' | xargs kill -9 svnserve -d -r /projects/svn --config-file=/projects/svn/svnserve.conf 阅读全文
posted @ 2018-09-15 23:40 hoge 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 1.touch hello.sh2.vim hello.sh键入i插入#!/bin/shecho hello world;键入:esc:wq3.chmod 700 hello.sh4. 执行./hello.sh 阅读全文
posted @ 2018-09-15 22:20 hoge 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u181 阅读全文
posted @ 2018-09-15 18:37 hoge 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 在pom中加入下面代码: 阅读全文
posted @ 2018-08-23 13:25 hoge 阅读(231) 评论(0) 推荐(0) 编辑
摘要: (1)结构化数据,简单来说就是数据库。结合到典型场景中更容易理解,比如企业ERP、财务系统;医疗HIS数据库;教育一卡通;政府行政审批;其他核心数据库等。这些应用需要哪些存储方案呢?基本包括高速存储应用需求、数据备份需求、数据共享需求以及数据容灾需求。 (2)非结构化数据库是指其字段长度可变,并且每 阅读全文
posted @ 2018-08-17 17:21 hoge 阅读(1462) 评论(0) 推荐(0) 编辑
摘要: 这样还不行的话,加 -t吧。 阅读全文
posted @ 2018-08-17 13:06 hoge 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-08-15 18:09 hoge 阅读(90) 评论(0) 推荐(0) 编辑
摘要: apply plugin: 'com.android.application' android { compileSdkVersion 28 buildToolsVersion "28.0.2" defaultConfig { applicationId "com.example.houzhibin.myapplication" minS... 阅读全文
posted @ 2018-08-15 17:05 hoge 阅读(4840) 评论(0) 推荐(1) 编辑
摘要: 在安装目录/bin中找到idea.properties文件, 更改idea.cycle.buffer.size项值为disabled,保存,重启idea Excel分隔符\t; 数字自动加逗号的情况,需要在粘贴之前,设置单元格格式为文本; 阅读全文
posted @ 2018-08-14 17:56 hoge 阅读(360) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 29 下一页