上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 66 下一页
摘要: [User]1.db.addUser("name","pwd","true/false")2.db.auth("name","pwd")3.show users4.db.removeUser("name")[Collection]1:db.createCollection("name")2:db.g... 阅读全文
posted @ 2014-08-30 08:35 yshy 阅读(1201) 评论(0) 推荐(0)
摘要: 项目目录结构如下:(1)index.html 用户管理 (2)app.jsExt.Loader.setConfig({enabled:true}); Ext.a... 阅读全文
posted @ 2014-08-29 15:38 yshy 阅读(725) 评论(0) 推荐(0)
摘要: 执行: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 阅读(12600) 评论(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 阅读(1044) 评论(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 阅读(600) 评论(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 阅读(166) 评论(0) 推荐(0)
摘要: /** * @Description: 当前日期加上n个月返回long date */ public static long getLongDateAddMonth(int n){ Calendar cd=Calendar.getInstance(); ... 阅读全文
posted @ 2014-08-25 16:20 yshy 阅读(612) 评论(0) 推荐(0)
摘要: Set> aSet = map.entrySet(); Iterator> iter = aSet.iterator(); while(iter.hasNext()){ ... 阅读全文
posted @ 2014-08-19 17:20 yshy 阅读(143) 评论(0) 推荐(0)
摘要: 一:需要的效果如下图所示:可以动态设置提醒数,如果提醒数小于1则不显示红色提醒图标。在点击每一个Button时,同时改变字体颜色与背景颜色以及将红色提醒去掉,如下图所示:二:实现原理:通过继承LinearLayout进行扩展,自定义复合控件。在创建复合控件时,必须对他包含的视图布局、外观以及交互进行... 阅读全文
posted @ 2014-08-16 09:23 yshy 阅读(465) 评论(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 阅读(442) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 66 下一页