上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页
摘要: 引入百度map js<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=ak"/> 初始化百度地图 map = new BMap.Map("mapdiv"); map.centerAndZoom(new 阅读全文
posted @ 2020-12-30 15:16 秋水秋色 阅读(8472) 评论(0) 推荐(0)
摘要: var show_num=[];draw(show_num); function draw(show_num) { var canvas_width = $('#canvas').width(); var canvas_height = $('#canvas').height(); var canv 阅读全文
posted @ 2020-12-01 11:04 秋水秋色 阅读(155) 评论(0) 推荐(0)
摘要: ####MySql####use stu; drop table if exists student; create table student ( s_id int(11) not null auto_increment , sno int(11), sname varchar(50), sage 阅读全文
posted @ 2020-06-10 11:09 秋水秋色 阅读(608) 评论(0) 推荐(0)
摘要: html { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%) 阅读全文
posted @ 2020-06-05 16:12 秋水秋色 阅读(517) 评论(0) 推荐(0)
摘要: 转载于 腾讯技术工程 在这篇文章中,Netflix 的性能分析工程师团队会给你展示在最开始的 60 秒内,如何在命令行模式下使用已有的 Linux 标准工具进行性能优化检测。在 60 秒内只需要通过运行下面的 10 个命令就可以对系统资源使用和运行进程有一个很高程度的了解。寻找错误信息和饱和度指标, 阅读全文
posted @ 2020-06-05 10:25 秋水秋色 阅读(415) 评论(0) 推荐(0)
摘要: ;with cte_tot as( select col_name, sum((CAST(col_name AS numeric(18, 2)))) total, convert(varchar(10),month(time_col))+'月' date from table_name with(n 阅读全文
posted @ 2020-05-27 16:34 秋水秋色 阅读(1455) 评论(0) 推荐(0)
摘要: Spring是一个开源框架,框架的主要优势之一就是其分层架构,分层架构允许选择使用其中一个组件,同时为J2EE应用程序开发提供集成的框架。Spring由7个定义良好的模块组成,Spring模块构建在核心容器之上,核心容器定义了创建、配置和管理bean的方式 核心容器 提供spring框架的基本功能。 阅读全文
posted @ 2020-05-21 10:53 秋水秋色 阅读(1680) 评论(0) 推荐(0)
摘要: WITH t AS ( SELECT datename(weekday, getdate() - t1.number) AS weeknum , substring(convert(varchar, getdate() - t1.number, 120), 1, 11) AS daynum FROM 阅读全文
posted @ 2020-05-21 10:12 秋水秋色 阅读(596) 评论(0) 推荐(0)
摘要: 转载于 https://www.cnblogs.com/xiaoping1993/p/9717649.html 注意可能在idea工具执行java命令提示找不到类,返回类的最上层包路径 然后再执行java xxx(编译后的class文件),其他操作,参考上述链接 第二种解决方式 IDEA--> ma 阅读全文
posted @ 2019-12-24 16:27 秋水秋色 阅读(1285) 评论(0) 推荐(0)
摘要: 赋予脚本执行权限 chmod +x xxx.sh chmod 777 xxx.sh 加入定时任务 crontab -e */1 * * * * shell_path 每分钟执行 阅读全文
posted @ 2019-09-25 23:05 秋水秋色 阅读(562) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页