摘要:
http://blog.csdn.net/cyuyan112233/article/details/50190927
http://beikeit.com/post-514.html 阅读全文
摘要:
D:\MongoDB\server\bin>mongo
2015-07-07T23:58:30.882+0800 I CONTROL Hotfix KB2731284 or later update is not installed, will zero-out data files
MongoDB shell version: 3.0.4
connecting to: test
> db.persion.insert({"name"="luojun","age"=20});
2015-07-08T00:00:02.302+0800 E QUERY SyntaxError: Unexpected token =
> db.Person.insert({"name":"feiazi","age":"22"})
WriteResult({ "nInserted" : 1 })
> db.Person.insert({"name":"helloword","age":"23"})
WriteResult({ "nInserted" : 1 })
> db.Pers 阅读全文
摘要:
如何创建一个动态工程? File----> New ---->other ---->Web ---->Dynamic Web Project 选择动态WEB 项目工程 WebContent/WEB-INF/classes 设置class文件存放路径 Generate web... 阅读全文
摘要:
MyFilter Myfilter com.MyFilter Myfilter /* Test com.Test Test... 阅读全文
摘要:
Mysql 查询 多表查询 笛卡尔积原理 阅读全文
摘要:
1 import java.io.File; 2 import java.io.IOException; 3 4 import javax.xml.parsers.ParserConfigurationException; 5 6 import org.dom4j.Document; 7 import org.dom4j.DocumentException; 8 import org.dom4j.Element; 9 import org.dom4j.io.SAXReader;10 import org.xml.sax.SAXException;11 12 public class Do... 阅读全文
摘要:
1. 在需要生成dist包的模块级别,新建文件夹xxx-xxxx-dist 2. 进入目录,新建pom.xml,建议copy 3. dependencies节点,把要编译成全局包的应用引入进来 4. build节点设置文件名称 5. build->plugins节点新增如下插件 插件一:生成dist 阅读全文
摘要:
参考:http://jingyan.baidu.com/article/6dad507510ea07a123e36e95.html 阅读全文
摘要:
java的时间计算方法,包含了日期转换和long转换到date 阅读全文
摘要:
Insert title herec:out标签的使用可以获取request,session,application的值 parameter的值(得到不了): ---${attr_request} ---${attr_session} ---${attr_applicati... 阅读全文