Apache POI是用Java编写的免费开源的跨平台的Java API,Apache POI提供API给Java程序对Microsoft Office格式档案读和写的功能,其中使用最多的就是使用POI操作Excel文件。 maven坐标: <dependency><groupId>org.apac ...
分类:
其他好文 时间:
2019-11-11 18:39:59
阅读次数:
92
筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中筹备中 ...
分类:
Web程序 时间:
2019-11-11 18:39:41
阅读次数:
73
配置钉钉通知: vim requirements.txt 重建下 在web端,创建项目,配置,查看是否有dingtalk。在钉钉拉一个组,创建自定义机器人。将连接copy放入dingtalkRoot 里,保存,点击test plugin 测试查看消息 ...
分类:
其他好文 时间:
2019-11-11 18:39:27
阅读次数:
85
在使用 var ws = new WebSocket(url); ws.onclose = function () { //something }; ws.onerror = function () { //something }; ws.onopen = function () { //somet ...
分类:
微信 时间:
2019-11-11 18:39:14
阅读次数:
650
好久不做开发了,但是始终摆脱不掉开发的环境配置,简单梳理一下,供参考。 1.jdk 下载:https://www.oracle.com/technetwork/java/javase/downloads/index.html https://www.cnblogs.com/limn/p/935814 ...
分类:
其他好文 时间:
2019-11-11 18:39:02
阅读次数:
159
实现PPT效果 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>test 10</title> <style> .container { width: 100%; height: 100%; } .contentDiv { ...
分类:
Web程序 时间:
2019-11-11 18:38:37
阅读次数:
73
我们有时候会碰见在JDK或者其他jar包中提供了某方法或者类,接口,而开发工具仍然报红,无法使用该类或者方法,那是应为我们的编译器没有识别,或者没有支持某些方法或者类 这个时候需要我们手动的开启。具体操作如下: 点击添加access rules 编辑规则 修改如下 ...
分类:
Web程序 时间:
2019-11-11 18:38:05
阅读次数:
157
Computer encoding[edit] There are several different systems for encoding the Polish alphabet for computers. All letters of the Polish alphabet are inc ...
分类:
其他好文 时间:
2019-11-11 18:37:34
阅读次数:
82
redis window系统的redis是微软团队根据官方的linux版本高仿的 官方原版: https://redis.io/ 中文官网:http://www.redis.cn 1 redis下载和安装 下载地址: https://github.com/MicrosoftArchive/redis ...
分类:
其他好文 时间:
2019-11-11 18:37:20
阅读次数:
78
观察样例,令f(n)表示n拆分的答案,猜想$f(n)=3f(n-3)$,当$n\le 4$时$f(n)=n$取3的原因是因为对于给定的$x+y$,当$4<x+y$,显然有$3^{x+y-3}$最大,否则直接取$x+y$即为最大值,也就是给出的递推式 1 #include<bits/stdc++.h> ...
分类:
其他好文 时间:
2019-11-11 18:37:07
阅读次数:
60
package com.atguigu.mybatis.dao; import com.atguigu.mybatis.bean.Employee; /** * @Author 谢军帅 * @Date2019/11/11 16:16 * @Description */ public interfac ...
分类:
数据库 时间:
2019-11-11 18:36:54
阅读次数:
103
很好的vim讲解:https://blog.csdn.net/weixin_37657720/article/details/80645991 命令模式:默认模式。输入ctrl+c, 输入:,转换为命令模式 编辑模式:输入 i 进入编辑模式 命令模式: 1. 删除光标所在行,输入命令dd 2. 删除 ...
分类:
系统相关 时间:
2019-11-11 18:36:07
阅读次数:
75
微信小程序中的自动换行,实现代码如下:wxml: <view class='header'>服务类型</view><view class='ff_anniu' ><view class='ff_item' wx:for='{{categorys}}' wx:key='{{index}}'><view ...
分类:
微信 时间:
2019-11-11 18:35:54
阅读次数:
282
从顶向下 集群(Cluster) Keyspaces 列族 列 Keyspaces 集群是keyspace的容器 Keyspace是数据的最外层容器(类似Oracle的表空间概念) System keyspace 副本因子 副本放置策略 列族和列 Keyspace是列族的容器,列族类似于Oracle ...
分类:
其他好文 时间:
2019-11-11 18:35:06
阅读次数:
61
互联网去中心化、扁平化、自组织的特性,解构并重构着社会结构,创造新的组织方式和组织形态。本集对比工业时代和互联网时代不同的组织特征,解析人类因互联网实现充分、即时的彼此连接、相互影响,让矗立千年的传统社会组织呈现出自组织、扁平、多元和碎片化的趋势。传播方式和社会结构的变化,必然也深刻影响各国政府的执 ...
分类:
其他好文 时间:
2019-11-11 18:34:53
阅读次数:
74
每次都整理周报,真麻烦,搞个工具吧~ 打印的格式是md格式,不知道后续编辑方便不? 打印结果 ...
分类:
其他好文 时间:
2019-11-11 18:34:41
阅读次数:
97
https://blog.csdn.net/xj19940904/article/details/89165002 https://blog.csdn.net/u011598235/article/details/93883146 2篇集合下 ...
分类:
其他好文 时间:
2019-11-11 18:34:27
阅读次数:
261