在 jenkins里 Execute Windows batch command "C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:iisApp=dev_Web,wmsvc=htt ...
分类:
其他好文 时间:
2016-08-15 19:06:36
阅读次数:
149
Linux任务计划、周期性任务执行未来的某时间点执行一次任务:at,batch周期性运行某任务:cron电子邮件服务:smtp:simplemailtransmissionprotocol,用于传送邮件;pop3:PostOfficeProtocolimap4:InternetMailAccessProtocolmailx-sendandreceiveInternetmailMUA:MailUserAgentm..
分类:
系统相关 时间:
2016-08-11 22:53:53
阅读次数:
311
shell基础知识Shell的作是解释执用户的命令,用户输入一条命令,Shell就解释执行一条,这种方式称为交互式(Interactive),Shell还有一种执行命令的方式称为批处理(Batch),用户事先写一个Shell脚本(Script),其中有很多条命令,让Shell一次把这些命令执完,而不必一条一条地敲命令。历..
分类:
系统相关 时间:
2016-08-10 00:59:09
阅读次数:
256
解决办法: gradlew is the gradle wrapper executable - batch script on windows and shell script elsewhere. If you include the following lines in your build. ...
分类:
移动开发 时间:
2016-08-07 16:43:52
阅读次数:
849
# # Maven2 Start Up Batch script## Required ENV vars:# # JAVA_HOME - location of a JDK home dir## Optional ENV vars# # M2_HOME - location of maven2's ...
分类:
其他好文 时间:
2016-08-02 22:20:12
阅读次数:
121
进入maven根目录 cmd 命令 tree 1. bin Maven2 Start Up Batch script windows linux 2. boot plexus-classworlds —— A class loader framework http://plexus.codehaus ...
分类:
其他好文 时间:
2016-08-02 22:17:01
阅读次数:
164
在批处理模式下使用mysql 在前面的章节中,你交互式地使用mysql输入查询并且查看结果。你也可以以批模式运行mysql。为了做到这些,把你想要运行的命令放在一个文件中,然后告诉mysql从文件读取它的输入: shell> mysql < batch-file 如果在Windows下运行mysql ...
分类:
数据库 时间:
2016-08-02 11:31:25
阅读次数:
270
最近在使用MyBatis3做项目。在使用注解实现Mapper的时候遇到了比较奇葩的问题:在实现数据的batch insert的时候总是报错。好不容易可以正常插入了,但是又不能返回自增的主键id到实体bean中了。而这些问题在XML配置中都不存在。一方面可能是我能力有限,没有找到合适的解决方案;另一方面可能与MyBatis自身对Java中注解的支持不够给力有关系。以下是MyBatis官网对Mapper...
分类:
移动开发 时间:
2016-08-02 10:02:08
阅读次数:
428
CREATE OR REPLACE VIEW assign_view ASSELECT a.event_batch_id AS event_batch_id, (SELECT concat(u.firstname,' ',u.lastname) FROM user u WHERE u.id = a. ...
分类:
数据库 时间:
2016-07-25 18:10:57
阅读次数:
249
贴出 批处理 代码: @echo off & cls title The batch file is in order to locate specified row and column By Frank V1.1color 1fmode con cols=115 lines=25rem 设置变量 ...
分类:
其他好文 时间:
2016-07-22 19:02:00
阅读次数:
153