Easter79 Easter79
3年前
vue 集成 vis
vis.js 网站https://visjs.org/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fvisjs.org%2F)vs code下安装命令npminstallvisnetwork在vue 下引入 vis
Kent_Sun Kent_Sun
4年前
idea运行junit测试程序报错command line is too long. shorten command line for
idea运行junit测试程序报错commandlineistoolong.shortencommandlinefor...解决方法在项目根目录.idea/workspace.xml文件中添加一行代码xml<componentname"PropertiesComponent" ... <propertyname"d
Easter79 Easter79
3年前
sprintboot
一、邮件发送使用springboot自带的邮件系统就能实现邮件的发送,首先导入依赖:1、新建springboot项目,添加依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstartermail
前端麦小子 前端麦小子
2年前
JavaScript异步的实现
你好,我是麦小子。编程领域的概念大多来自生活,异步也是如此。JS中的异步,有回调函数,期约,异步函数几种实现方式,一起探讨一下吧。
Stella981 Stella981
3年前
Git提交本地库代码到远程服务器的操作
在本地磁盘创建目录mkdirpath进入所创建的目录cdpathgitinit添加远程仓库的代码gitremoteaddorigingit@xbc.me:wordpress.git设置Gitgitconfigglobaluser.name"your_name"
Stella981 Stella981
3年前
CentOS7.2部署采集系统
rmrf/etc/yum.repos.d/\scproot@192.168.48.81:/etc/yum.repos.d/\/etc/yum.repos.d/vim/etc/hosts(添加10.0.153.222mirrors.tvmining.com)rpmivhkerneldevel3.10.0327.e
Stella981 Stella981
3年前
Django之ajax(jquery)封装(包含 将 csrftoken 写入请求头方法)
由于支持问题,未使用es6语法\_ajax.js/发起请求@paramurl请求地址@paramdata请求数据{}json格式@paramtype请求类型get|post@paramsuccess请求成功回调方法(如果支持e
Stella981 Stella981
3年前
Centos7安装hadoop2.7.5(单节点)
1.安装JavaJDK编辑配置文件vim/etc/profile添加以下内容exportJAVA_HOME/usr/local/java/jdk1.7.0_79exportPATH$JAVA_HOME/bin:$PATHexportCLASSPATH
Wesley13 Wesley13
3年前
2020CCPC长春站部分题解
F题dsuontree维护一个数组t\\\\\\。t\i\\j\\k\表示当前子树内a\u\i且u的第j位是k的u的个数。!(https://imgblog.csdnimg.cn/20201109122529290.png)这个东西没办法直接维护的,但是对于!j(https://private.cod
如何实现双击文本消息放大
如何实现双击文本消息放大1、需要先创建一个RCTextMessageCell的category。添加一个代理@property(nonatomic,weak)iddelegate和其代理方法(void)doubleTapTextMessage:(RCMes