上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 43 下一页
摘要: 一、B+树、R树定义、区别及场景 二、空间数据缓存技术设计 1、空间数据缓存容量 2、空间数据缓存穿透 3、缓存数据失效 FIFO:First In First Out,先进先出。判断被存储的时间,离目前最远的数据优先被淘汰。LRU:Least Recently Used,最近最少使用。判断最近被使 阅读全文
posted @ 2019-12-24 21:18 咸鱼翻身 阅读(451) 评论(0) 推荐(0) 编辑
摘要: INFO Starting development server... 10% building 2/2 modules 0 active ERROR Error: Watching remote files is not supported.Error: Watching remote files 阅读全文
posted @ 2019-12-16 12:18 咸鱼翻身 阅读(460) 评论(0) 推荐(0) 编辑
摘要: cd D:\app\Administrator\product\11.2.0\dbhome_1\BIN D: sqlplus /nolog conn sys/system as sysdba startup pfile='D:\app\Administrator\admin\orcl\pfile\init.ora.4122016114749' 阅读全文
posted @ 2019-12-14 11:32 咸鱼翻身 阅读(533) 评论(0) 推荐(0) 编辑
摘要: 一、Web 1、Servlet 2、JSP 3、SpringMVC 4、SpringBoot 5、freemaker 6、thymelaf 7、MyBatis 8、Spring 9、VUE 10、NodeJS 二、大数据 1、CDH 2、Hadoop 3、HBase 4、Hue 5、Hive 6、P 阅读全文
posted @ 2019-11-23 20:14 咸鱼翻身 阅读(130) 评论(0) 推荐(0) 编辑
摘要: <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44 阅读全文
posted @ 2019-11-21 14:13 咸鱼翻身 阅读(227) 评论(0) 推荐(0) 编辑
摘要: AnnotationConfigApplicationContext:从一个或多个基于Jav a的配置类中加载Spring应用上下文。AnnotationConfigWebApplicationContext:从一个或多个基于Jav a的配置类中加载Spring Web应用上下文。ClassPath 阅读全文
posted @ 2019-11-04 21:07 咸鱼翻身 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 0、文件夹结构 1、接口统一返回值 2、全局异常处理 3、数据库访问配置【OK】 4、前端模版页【OK】 5、Swagger接口【OK】 6、公共插件【OK】 lombok google format save action 7、日志框架【OK】 slf4j logback log4j 8、异步框架 阅读全文
posted @ 2019-10-23 20:52 咸鱼翻身 阅读(253) 评论(0) 推荐(0) 编辑
摘要: Request = { QueryString: function (item) { var svalue = location.search.match(new RegExp("[\?\&]" + item + "=([^\&]*)(\&?)", "i")); return svalue ? svalue[1] : svalue; } } 阅读全文
posted @ 2019-10-15 10:42 咸鱼翻身 阅读(255) 评论(0) 推荐(0) 编辑
摘要: spark-submit --class "org.apache.spark.examples.sql.JavaSparkSQLExample" --master local comoceanspark.jar 阅读全文
posted @ 2019-10-12 16:43 咸鱼翻身 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1、新建Android Studio的代码目录 2、打开AS,选择File >New >Import Project 3、在弹出的对话框选择Eclispe代码目录 4、选择Eclipse目录之后,在弹出的对话框中输入目标文件夹, 5、Next之后,默认缺省的勾选项 6、等待gradle加载 7、修改 阅读全文
posted @ 2019-10-06 23:51 咸鱼翻身 阅读(356) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 43 下一页