上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 66 下一页
摘要: 1:在终端中运行cd命令,提示: e: Write error - write (28 No space left on device) E: Cant mmap an empty file 2:使用 df -h 查看磁盘空间情况: /dev/xvda1 20G 20G 0G 100% / 3:继续 阅读全文
posted @ 2016-08-22 11:17 yshy 阅读(7326) 评论(2) 推荐(0)
摘要: 如果想在本地忽略某个文件的话执行这个命令: 如果想重新同步这个文件的话执行这个命令. 阅读全文
posted @ 2016-07-21 16:33 yshy 阅读(245) 评论(0) 推荐(0)
摘要: $ wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm $ sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm # yum install -y mysql- 阅读全文
posted @ 2016-07-20 16:58 yshy 阅读(214) 评论(0) 推荐(0)
摘要: create or replace trigger tri_test before insert on test for each row declare begin if :new.uuid is null then :new.uuid:=sys_guid(); end if; end tri_test; 阅读全文
posted @ 2016-07-11 10:06 yshy 阅读(2688) 评论(0) 推荐(0)
摘要: 1:context.xml 2:web.xml 3:TestServlet.java 阅读全文
posted @ 2016-07-10 11:50 yshy 阅读(5874) 评论(0) 推荐(0)
摘要: /** * 设置为横屏 */if(getRequestedOrientation()!= ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE){ setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDS 阅读全文
posted @ 2016-06-28 19:39 yshy 阅读(592) 评论(0) 推荐(0)
摘要: package httptest; import java.io.IOException; import java.nio.charset.Charset; import java.security.KeyManagementException; import java.security.KeyStoreException; import java.security.NoSuchAlgorit... 阅读全文
posted @ 2016-06-09 11:33 yshy 阅读(9636) 评论(0) 推荐(0)
摘要: mysql> create database wzhpush3 default charset utf8 collate utf8_general_ci; 阅读全文
posted @ 2016-06-09 09:14 yshy 阅读(209) 评论(0) 推荐(0)
摘要: 使用:https://github.com/jgilfelt/SystemBarTint在Activity中:@Overrideprotected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState 阅读全文
posted @ 2016-05-27 17:46 yshy 阅读(4296) 评论(0) 推荐(0)
摘要: //定义任务打印gradle下载的jar包位置task showMyCache { configurations.compile.each { println it }} 阅读全文
posted @ 2016-05-26 08:38 yshy 阅读(492) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 66 下一页