在windows 2008 server 上建了一个计划任务,想通过命令schtasks /run /tn "IPADForAdvisor_QA_APITest" /s SZPCWIN2K801 /u msdomain1\jzhang6 /p jzhang6'spassword来远程启动这个计划任务...
分类:
数据库 时间:
2014-07-07 08:49:10
阅读次数:
297
在YII中,如果我们使用了modules区分了前后台,那么在不同的modules中需要使用各自的layout文件,在使用中发现经常会调用不到modules中的layout,下面介绍一下如何才能正确的调用到modules的其中一种方法:1 components/Controller.php中默认定义了...
分类:
其他好文 时间:
2014-07-07 08:47:53
阅读次数:
151
1, 将应用部署到服务器上可以正常启动2, 在Eclipse中,有相同的项目(程序)3, 项目右键(ops-web)-->Debug as --> Debug Configurations...--> Remote Java Application 填好服务器的IP地址,和端口,这个端口是 调试端口...
分类:
系统相关 时间:
2014-07-07 08:47:17
阅读次数:
366
java代码 1 package com.tgb.web.controller.annotation; 2 3 import javax.servlet.http.HttpServletRequest; 4 5 import org.springframework.stereotype.Cont.....
分类:
编程语言 时间:
2014-07-07 00:19:16
阅读次数:
242
Delphi DateTime,Date,Time TDateTimePickerDateTimeDateTimeDateTimePicker一、DateTime,Date,Time存储方式本质上也是以double来存储的。用整数部分表示日期,小数部分表示时间。可看我另外一篇“access 中“日期...
分类:
其他好文 时间:
2014-07-03 19:32:10
阅读次数:
188
每天一个linux命令(9):touch 命令linux的touch命令不常用,一般在使用make的时候可能会用到,用来修改文件时间戳,或者新建一个不存在的文件。1.命令格式:touch[选项]...文件...2.命令参数:-a或--time=atime或--time=access或--time=u...
分类:
其他好文 时间:
2014-07-03 18:55:11
阅读次数:
244
开发程序需要登录功能 ,就不想用大数据库,直接用java连接access。 在自己机器上一切正常, url直连 和配置数据源都没有问题。 发布到windows server2008 上 ,获取不到数据连接。 系统都是64位, office是2010 32位。 问题找了半天,最终得以解决:
32为的Access driver 需要用32为的jd...
分类:
数据库 时间:
2014-07-03 17:57:43
阅读次数:
294
Java层的Binder对象模型:
IBinder
IBinder是Binder通信机制中的核心部分(Base interface for a remotable object, the core part of a lightweight remote procedure call mechanism designed for high performance when pe...
分类:
其他好文 时间:
2014-07-03 16:46:20
阅读次数:
204
1、首先当然得在 manifest 中添加检查网络状态的权限;
uses-permission android:name="android.permission.ACCESS_NETWORK_STATE">uses-permission>uses-permission android:name="android.permission.INTERNET"/>
2、具体判断步骤
...
分类:
移动开发 时间:
2014-07-03 15:58:46
阅读次数:
365
我们看HConnection的getTable方法描述:
getTable
HTableInterface getTable(String tableName)
throws IOException
Retrieve an HTableInterface implementation for access to a table....
分类:
其他好文 时间:
2014-07-03 15:53:20
阅读次数:
243