码迷,mamicode.com
首页 >  
搜索关键字:poi    ( 4928个结果
使用Java创建Excel,并添加内容
使用Java创建Excel,并添加内容 一、依赖的Jar包 jxl.jar,使用jxl操作Excel Jxl是一个开源的Java Excel API项目,通过Jxl,Java可以很方便的操作微软的Excel文档。除了Jxl之外,还有Apache的一个POI项目,也可以操作Excel,两者相比之下:J ...
分类:编程语言   时间:2017-10-29 13:52:20    阅读次数:306
数据库各种改表sql写发总结
//修改已存在的表的字段属性ALTER TABLE region_info MODIFY code_name varchar(20) default ''; //删除索引ALTER TABLE poi drop index `uniq_domain_class_name_dim_code`; //增 ...
分类:数据库   时间:2017-10-29 12:57:55    阅读次数:159
Baseball Game
You're now a baseball game point recorder. Given a list of strings, each string can be one of the 4 following types: Each round's operation is permane ...
分类:其他好文   时间:2017-10-28 18:52:58    阅读次数:183
POI之下载模板(或各种文件)
该例基于Nutz框架 前台代码: 后台Controler层: ...
分类:其他好文   时间:2017-10-28 18:52:14    阅读次数:112
拿到数组逗号分隔在讯号拿到里面的数据,最后DOM插入页面
var strs = new Array(); //定义一数组 strs = appointment.split(","); //字号分割 for(i = 0; i ' + strs[i] + ''; console.log(strs[i]); //分割后的字符输出 $('#appoin... ...
分类:编程语言   时间:2017-10-28 17:51:58    阅读次数:127
谷歌下,因为给外层大容器设置 overflow:visible; 而导致问题,IE、火狐正常
出问题就是上述代码,起初并没有设置 height ,而是所使用平台 sharepoint 使用 js 动态获取高度,但是平台是让 #selector 自动出现滚动条的,而公司之前的前端为了隐藏滚动条,则使用了 overflow:visible !important; ,可并没有测试完整,所以导致,如 ...
分类:其他好文   时间:2017-10-28 12:39:55    阅读次数:189
Codeforces 851A/B/C
Codeforce Round #432 (div.2) A/B/C题解。 ...
分类:其他好文   时间:2017-10-28 01:05:56    阅读次数:270
[LeetCode] Erect the Fence 竖立栅栏
There are some trees, where each tree is represented by (x,y) coordinate in a two-dimensional garden. Your job is to fence the entire garden using the ...
分类:其他好文   时间:2017-10-28 00:34:31    阅读次数:188
阿里云ECS centos7.2 支持IPv6
公司的项目因为服务器没有支持IPv6而被appstore给退回来了 第一部分 第一步:编辑 /etc/sysctl.conf 文件,将其中三条禁用IPv6的设置更改为: 第二步:使用命令启动启用IPv6,sysctl -p 第三步:将 /etc/modprobe.d/disable_ipv6.con ...
分类:其他好文   时间:2017-10-28 00:28:00    阅读次数:200
机器学习实战源码-----用线性回归找到最佳拟合曲线
1 #_*_coding:utf-8_*_ 2 import numpy as np 3 import matplotlib.pyplot as plt 4 5 def loadDataSet(fileName): 6 #numFeat表示特征的数量 7 numFeat = len(open(fil... ...
分类:其他好文   时间:2017-10-27 23:52:29    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!