上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 66 下一页
摘要: 执行:y@y:~/oracle/middleware/user_projects/domains/yshy_domain/bin$ ./stopWebLogic.sh 错误信息如下:Stopping Weblogic Server...Initializing WebLogic Scripting ... 阅读全文
posted @ 2014-08-29 08:30 yshy 阅读(12461) 评论(2) 推荐(0) 编辑
摘要: 1:下载链接http://download.oracle.com/otn/nt/middleware/11g/wls/1036/wls1036_generic.jar2:进行安装(前提已经安装好JDK)y@y:~/my_download$ java -d64 -Xmx1024m -jar wls10... 阅读全文
posted @ 2014-08-29 07:54 yshy 阅读(1026) 评论(0) 推荐(0) 编辑
摘要: 提示:Uncaught Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: AM.controller.Users提示该错误的原因是因为Ext默认是不开启... 阅读全文
posted @ 2014-08-28 17:32 yshy 阅读(581) 评论(0) 推荐(0) 编辑
摘要: #include#includeint main(void){ char const *str[] = { "this is a pointer array test.", "welcome to here!", "hello,hello,hehe."... 阅读全文
posted @ 2014-08-26 06:54 yshy 阅读(160) 评论(0) 推荐(0) 编辑
摘要: /** * @Description: 当前日期加上n个月返回long date */ public static long getLongDateAddMonth(int n){ Calendar cd=Calendar.getInstance(); ... 阅读全文
posted @ 2014-08-25 16:20 yshy 阅读(602) 评论(0) 推荐(0) 编辑
摘要: Set> aSet = map.entrySet(); Iterator> iter = aSet.iterator(); while(iter.hasNext()){ ... 阅读全文
posted @ 2014-08-19 17:20 yshy 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 一:需要的效果如下图所示:可以动态设置提醒数,如果提醒数小于1则不显示红色提醒图标。在点击每一个Button时,同时改变字体颜色与背景颜色以及将红色提醒去掉,如下图所示:二:实现原理:通过继承LinearLayout进行扩展,自定义复合控件。在创建复合控件时,必须对他包含的视图布局、外观以及交互进行... 阅读全文
posted @ 2014-08-16 09:23 yshy 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 1:Oracle SQL Developer 4.0.2下载链接:http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html2:下载的文件为sqldeveloper-4.0.2.15.21-... 阅读全文
posted @ 2014-08-14 17:52 yshy 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 一 openproj是rpm包,ubuntu下需要转成deb安装.具体步骤1:下载:http://sourceforge.net/projects/openproj/2:安装alien sudo apt-get install alien3:sudo alienopenproj-1.4-2.noar... 阅读全文
posted @ 2014-08-11 18:07 yshy 阅读(475) 评论(0) 推荐(0) 编辑
摘要: ThinkPadT440安装完 Ubuntu14.04之后,查看了以下内核版本为:3.13.0-24-generic1:通过ifconfig发现没有wlan02:通过lspci -vnn | grep Wireless 查看无线网卡信息为RTL8192EE,google了一番,Realtec公司的r... 阅读全文
posted @ 2014-07-16 18:57 yshy 阅读(1969) 评论(0) 推荐(0) 编辑
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 66 下一页