#ICA

ical4j 实现ICS文件的生成和解析

iCalendar,简称“iCal”,是“日历数据交换”的标准(RFC2445),该标准提供了一种公共的数据格式用于存储关于日历方面的信息,比如事件、约定、待办事项等。它不仅允许用户通过电子邮件发送会议或者待办事件等,也允许独立使用,而不局限于某种传输协议。1、maven...

springMVC之applicationcontext.xml配置说明

<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns...

applicationContext.xml和dispatcher-servlet.xml的区别

在SpringMVC项目中我们一般会引入applicationContext.xml和dispatcher-servlet.xml两个配置文件,这两个配置文件具体的区别是什么呢?  Spring官方文档介绍如下:Springletsyoudefinemultiplecontextsinaparent-childhier...

navicat cannot create file 文件名、目录名或卷标语法不正确 解决方法

配置了mycat,用navicat连接8066端口,点击“查询”的时候发现出现报错:开始以为是mycat的配置有问题,找了好久都没发现错误。根据提示信息进入到相应的目录发现每个连接其实就是一个windows文件夹大家看看我的连接名这里连接名使用了“:”,尝试修改后发现确实...

Jsoup获取部分页面数据失败 org.jsoup.UnsupportedMimeTypeException: Unhandled content type. Must be text/*, application/xml, or application/xhtml+xml.

  用Jsoup在获取一些网站的数据时,起初获取很顺利,但是在访问某浪的数据是Jsoup报错,应该是请求头里面的请求类型(ContextType)不符合要求。  请求代码如下:privatestaticvoidtestOuGuanMatch()throwsIOException{Documentdoc=Jsoup.co...

图Lasso求逆协方差矩阵(Graphical Lasso for inverse covariance matrix)

作者:凯鲁嘎吉-博客园 http://www.cnblogs.com/kailugaji/  数据见参考文献[2]4.1方法一demo.mloadSP500data=normlization(data);S=cov(data);%样本协方差[X,W]=glasso_1(double(S),...

Error: Program type already present: okhttp3.Authenticator$1

 在app中的build.gradle中加入如下代码,configurations{all*.excludegroup:'com.google.code.gson'all*.excludegroup:'com.squareup.okhttp3'all*.excludegroup:'com.squareup.o...

leetcode 29-> Divide Two Integers without using multiplication, division and mod operator

 classSolution(object):defdivide(self,dividend,divisor):""":typedividend:int:typedivisor:int:rtype:int"""ispositive=Trueifdividend>0anddivisor<0:ispo...

ubuntu安装navicat

ubuntu下安装navicat1、官网下载https://www.navicat.com.cn/download/navicat-premium,不清楚系统是32位的还是64位的,可以用”uname-a”命令查系统版本,“x86_64”是64位。2、解压,使用命令:&l...
代码星球 ·2020-08-09

navicat 12激活

激活软件:https://github.com/DoubleLabyrinth/navicat-keygen/releases激活说明:https://github.com/DoubleLabyrinth/navicat-keygen/blob/windows/README_FOR_WINDOWS.zh-CN.md从这...
代码星球 ·2020-08-09

pymongo.errors.OperationFailure: Authentication failed.

 mongoDB有不同的认证机制,3.0版本以后采用的是'MONGODB-CR',之前的版本采用的是'MONGODB-CR'。所以,以我的版本情况,显然应该用'SCRAM-SHA-1'frompymongoimportMongoClienthost='127.0.0.1'client=MongoClient(...

selenium打开chrome时,出现 "您使用的是不受支持的命令行标记:--ignore-certificate-errors""

 fromseleniumimportwebdriveroptions=webdriver.ChromeOptions()options.add_experimental_option("excludeSwitches",["ignore-certificate-errors"])driver=webdriv...

vertical-align

在了解vertical-align之前我们先了解基线:在了解基线之前我们先了解InlineElement,Inline-BlockElement,LineBoxInlineElement:内联元素Inline-BlockElement:内联块状元素LineBox:由以上两点组成的一行基线:InlineElement的基...
代码星球 ·2020-08-08

Navicat+Premium+12+破解补丁

 链接:https://pan.baidu.com/s/1BsEWQ__X-RQPuw2ymfxhtg提取码:j2kb ...

自定义application的全局捕获异常实现

packagecom.loaderman.global;importandroid.app.Application;importandroid.os.Environment;importcom.squareup.leakcanary.LeakCanary;importjava.io.FileNotFoundExcept...
首页上一页...5960616263...下一页尾页