上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 66 下一页
摘要: $ 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 阅读(209) 评论(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 阅读(2669) 评论(0) 推荐(0) 编辑
摘要: 1:context.xml 2:web.xml 3:TestServlet.java 阅读全文
posted @ 2016-07-10 11:50 yshy 阅读(5849) 评论(0) 推荐(0) 编辑
摘要: /** * 设置为横屏 */if(getRequestedOrientation()!= ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE){ setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDS 阅读全文
posted @ 2016-06-28 19:39 yshy 阅读(580) 评论(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 阅读(9594) 评论(0) 推荐(0) 编辑
摘要: mysql> create database wzhpush3 default charset utf8 collate utf8_general_ci; 阅读全文
posted @ 2016-06-09 09:14 yshy 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 使用:https://github.com/jgilfelt/SystemBarTint在Activity中:@Overrideprotected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState 阅读全文
posted @ 2016-05-27 17:46 yshy 阅读(4274) 评论(0) 推荐(0) 编辑
摘要: //定义任务打印gradle下载的jar包位置task showMyCache { configurations.compile.each { println it }} 阅读全文
posted @ 2016-05-26 08:38 yshy 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 进入: D:\Oracle\Middleware\user_projects\domains\base_domain\startWebLogic.cmd 在call 上一行增加: set USER_MEM_ARGS=-Xms512m -Xmx1024m -XX:PermSize=512m -XX:M 阅读全文
posted @ 2016-05-21 07:45 yshy 阅读(11630) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-a 阅读全文
posted @ 2016-05-10 22:11 yshy 阅读(4668) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 66 下一页