08 2014 档案
摘要:Leiningen是Clojure项目管理工具Leiningen isthe easiest way to useClojure,官网:http://leiningen.org/1:首先下载Leiningen安装脚本:https://raw.githubusercontent.com/technom...
阅读全文
摘要:[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...
阅读全文
摘要:项目目录结构如下:(1)index.html 用户管理 (2)app.jsExt.Loader.setConfig({enabled:true}); Ext.a...
阅读全文
摘要:执行:y@y:~/oracle/middleware/user_projects/domains/yshy_domain/bin$ ./stopWebLogic.sh 错误信息如下:Stopping Weblogic Server...Initializing WebLogic Scripting ...
阅读全文
摘要:1:下载链接http://download.oracle.com/otn/nt/middleware/11g/wls/1036/wls1036_generic.jar2:进行安装(前提已经安装好JDK)y@y:~/my_download$ java -d64 -Xmx1024m -jar wls10...
阅读全文
摘要:提示:Uncaught Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: AM.controller.Users提示该错误的原因是因为Ext默认是不开启...
阅读全文
摘要:#include#includeint main(void){ char const *str[] = { "this is a pointer array test.", "welcome to here!", "hello,hello,hehe."...
阅读全文
摘要:/** * @Description: 当前日期加上n个月返回long date */ public static long getLongDateAddMonth(int n){ Calendar cd=Calendar.getInstance(); ...
阅读全文
摘要:Set> aSet = map.entrySet(); Iterator> iter = aSet.iterator(); while(iter.hasNext()){ ...
阅读全文
摘要:一:需要的效果如下图所示:可以动态设置提醒数,如果提醒数小于1则不显示红色提醒图标。在点击每一个Button时,同时改变字体颜色与背景颜色以及将红色提醒去掉,如下图所示:二:实现原理:通过继承LinearLayout进行扩展,自定义复合控件。在创建复合控件时,必须对他包含的视图布局、外观以及交互进行...
阅读全文
摘要: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-...
阅读全文
摘要:一 openproj是rpm包,ubuntu下需要转成deb安装.具体步骤1:下载:http://sourceforge.net/projects/openproj/2:安装alien sudo apt-get install alien3:sudo alienopenproj-1.4-2.noar...
阅读全文