https://www.lodashjs.com/docs/latest 一款好用,方便处理array,object,string的javascript的工具库。 安装: npm install --save lodash npm install --save-dev babel-plugin-lo ...
分类:
其他好文 时间:
2019-12-10 16:58:32
阅读次数:
68
1、适用于xlsx 和 xls <!--xlsx和xls文件pom依赖--> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>3.17</version> </dep ...
分类:
编程语言 时间:
2019-12-10 11:43:00
阅读次数:
130
1 cron定时任务 1.1 cron介绍 为什么需要cron定时任务? 1)cron服务在安装完Linux系统后就默认就存在,主要用来定期执行命令或定期执行指定的应用程序; 2)cron服务默认情况下每分钟会检查系统中是否有需要执行的定时任务,如果有,就会根据事先执行好的规则来执行这个任务; 3) ...
分类:
系统相关 时间:
2019-12-10 00:36:36
阅读次数:
133
设置程序Dlls的搜索路径 1.导入Native函数 2.在引入包装类中设置相应的Dlls的搜索路径 ...
1.配置用户名和邮箱 git config --global user.name sxlisme git config --global user.email 76.....@qq.com 2.生成 ssh文件 ssh-keygen -t rsa -C 76.....@qq.com 3.生成后 gi ...
分类:
其他好文 时间:
2019-12-09 11:35:16
阅读次数:
88
1.shell概念 Shell是一个用C语言编写的程序,他是用户使用linux的桥梁。shell及时一种命令语言,也是一种程序设计语言 2.shell脚本结构 shell脚本(shell script),是一种为shell编写的脚本程序。 1.开头:#!/bin/sh或#!/bin/bash 符号# ...
分类:
其他好文 时间:
2019-12-08 20:18:18
阅读次数:
121
链接:http://www.qianxingweb.com 1.查看防火墙状态 # 参数解释 1、firwall-cmd:是Linux提供的操作firewall的一个工具; 2、--permanent:表示设置为持久; 3、--add-port:添加的端口;4、--remove-port:移除的已添 ...
分类:
其他好文 时间:
2019-12-08 00:53:01
阅读次数:
94
http://blog.sina.com.cn/s/blog_927f3c2401011937.html 图形工具http://api.mongodb.org/csharp/current/html/R_Project_CSharpDriverDocs.htm C#APIhttp://docs.mo... ...
分类:
数据库 时间:
2019-12-06 16:26:36
阅读次数:
177
本文首发于个人博客 "https://kezunlin.me/post/9f24ebb5/" ,欢迎阅读最新内容! csharp key press event tutorial and app.config Guide MainForm TextBox app.config app.config. ...
分类:
移动开发 时间:
2019-12-06 10:04:56
阅读次数:
189