USE [NLISSST]GO/****** Object: StoredProcedure
[SST].[sp_ArbitrationUpdateByID] Script Date: 05/08/2014 10:29:59 ******/SET
ANSI_NULLS ONGOSET QUO...
分类:
其他好文 时间:
2014-05-08 18:50:01
阅读次数:
275
USE [NLISSST]GO/****** Object: StoredProcedure
[SST].[sp_ArbitrationDeleteByID] Script Date: 05/08/2014 10:26:49 ******/SET
ANSI_NULLS ONGOSET QUO...
分类:
其他好文 时间:
2014-05-08 18:46:50
阅读次数:
226
【failed to get the task for process问题】A: Why am
I getting "Error launching remote program: failed to get the task for process"
when debugging an iPhon...
分类:
其他好文 时间:
2014-05-08 18:10:58
阅读次数:
326
运行:services.msc选择:VMware Authorization Service,运行它
分类:
数据库 时间:
2014-05-08 17:55:54
阅读次数:
380
package com.test; import java.util.Date; /** *
@author libt * @version 创建时间:2014-5-08上午11:39:37 *
开了三个线程。一个timeThread,一个thread2,一个main thread。...
分类:
编程语言 时间:
2014-05-08 17:54:05
阅读次数:
368
Js获取当前日期时间及其它操作 var myDate = new
Date();myDate.getYear(); //获取当前年份(2位)myDate.getFullYear();
//获取完整的年份(4位,1970-????)myDate.getMonth(); //获取当前月份(0-11,0....
分类:
Web程序 时间:
2014-05-08 11:44:58
阅读次数:
351
最近在看pentaho-ce-5.1的源代码,用ant进行编辑的时候总是出错TryingtooverrideolddefinitionoftaskjavacError修改以前的内容<?xmlversion="1.0"?>
<projectname="HelloWorld"default="compress">
<presetdefname="javac">
<javacincludeantruntime="fal..
分类:
编程语言 时间:
2014-05-08 11:08:05
阅读次数:
415
今天搞了个unity3d游戏,准备部署到自己的lumia
920上,数据线连接正常,操作正常,但是“build”以后,始终无法部署到手机上,也没有在选择的目录下生产任何相关文件。但是提示有一个错误: Error
building Player: Exception: Error: method `S...
分类:
移动开发 时间:
2014-05-08 06:55:10
阅读次数:
491
linux中crontab实现以秒执行任务很多时候,我们计划任务需要精确到秒来执行,根据以下方法,可以很容易地以秒执行任务。以下方法将每10秒执行一次1.编辑crontabcrontab-e*****/bin/date>>/tmp/date.txt*****sleep10;/bin/date>>/tmp/date.txt*****sleep20;/bin/dat..
分类:
其他好文 时间:
2014-05-08 02:23:09
阅读次数:
337