Wesley13 Wesley13
2年前
java实现SSH远程链接服务器导出Excel并发送到指定邮箱
最近做的一些客户项目需要每天给accountexecutive每天发数据,因自己懒的每天去发送所以写了一个小工具,实现了远程SSH连接服务器后从数据库导出数据为Excel并发送到指定邮箱。用linux做了一个定时器,每天固定时间点发送,偷个懒,下边是关键代码,其他用到的工具类都是简单使用,所以就不贴了。import java.sql.C
Stella981 Stella981
2年前
Spring Data Interceptor EventListener
一下代码纯属个人项目应用不喜勿喷。参考链接所有拦截器以及触发器http://blog.csdn.net/ljhabc1982/article/details/6319251Interceptor加入到程序应用当中(配置)第一步继承拦截器importorg.hibernate.EmptyInterceptor;importorg
Stella981 Stella981
2年前
PhpStorm license server(版权许可服务器)在线激活服务器集群列表
原文链接:https://bingyishow.top/easy/55.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fbingyishow.top%2Feasy%2F55.html)服务器列表序号服务器(域名)状态1http://www.
Wesley13 Wesley13
2年前
PHP生成短链接方法
PHP生成短链接方法方法一:新浪提供了长链接转为短链接的API,可以把长链接转为t.cn/xxx这种格式的短链接。API:http://api.t.sina.com.cn/short\_url/shorten.json(返回结果是JSON格式)http://api.t.sina.com.cn/short\_url/s
Stella981 Stella981
2年前
Beamer 中的页面链接
\documentclass{beamer}\usetheme{Madrid}\usenavigationsymbolstemplate{}\title{MainTitle}\author{JaneDoe}\institute{UniversityA}\date{\today}\begin{document}\begin{fram
Wesley13 Wesley13
2年前
NO.21 如何生成链接
因为ZenTaoPHP框架有两种运行方式,所以在生成链接的时候,尽量不要手工拼写链接代码,通过调用系统提供的createLink方法,来生成链接。更多禅道开源详情:http://www.zentao.net/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.zentao.n
Wesley13 Wesley13
2年前
GCC编译过程与动态链接库和静态链接库
GCC编译过程与动态链接库和静态链接库 来源:https://www.cnblogs.com/kinglps/p/7757919.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fkinglps%2Fp%2F7757919.html)
Stella981 Stella981
2年前
ActFramework 公开课链接
一楼致敬开源中国公开课链接1.框架介绍(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.bilibili.com%2Fvideo%2FBV1iK411n7iv%2F"框架介绍")2.应用项目的搭建与框架和插件的版本(https://www.os
Stella981 Stella981
2年前
Lua 5.3
SOL2.2是一个快速、简单的C与LUA的绑定器。如果确定要在你的程序里面同时运行Lua和C,SOL是一个高性能的绑定器,是一个API使用方便的GOTO框架。简单看一下特点:这个链接到(未链接)大部分API。您也可以直接浏览API或阅读教程。要了解有关usertypes的实现的详细信息,请参阅此处要了解如何处理函数参数,请参阅此注释。看
Wesley13 Wesley13
2年前
MySQL “Got an error reading communication packet”
导读作者:MuhammadIrfan原文:https://www.percona.com/blog/2016/05/16/mysqlgotanerrorreadingcommunicationpacketerrors/翻译:徐晨亮本文涉及链接已在文末展示,可复制到浏览器打开