摘要:1.java驱动下的mongo操作 1.1 数据库连接 1 package com.mongodb.text; 2 3 import java.net.UnknownHostException; 4 5 import com.mongodb.DB; 6 import com.mongodb.DBCo
阅读全文
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="gbk"> 5 <title>table</title> 6 </head> 7 <body> 8 <table id="tb_3" cellspacing="0" cellpadding="2
阅读全文
摘要:https:/blog.csdn.net/veryisjava/article/details/51675036 1 public static void main(String[] args) { 2 List<Integer> nums = new ArrayList<Integer>(); 3
阅读全文
摘要:1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.
阅读全文
摘要:省市区三级联动html: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 </head> 7 <body> 8 <select id="province"> 9 <option >请选择
阅读全文
摘要:1.js原生实现 1.1:引用JS文件 1 /*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */ 2 !function(a,b){"object"==typeof module&&"object"==typeof mo
阅读全文
摘要:pom.xml <dependency> <groupId>com.oracle.jdbc</groupId> <artifactId>ojdbc6</artifactId> <version>11.2.0.4</version> </dependency> <dependency> <groupI
阅读全文
摘要:1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <!-- 4 Licensed to the Apache Software Foundation (ASF) under one 5 or more contributor license agreement
阅读全文