java
-Djava.library.path=/usr/local/lib/ruby/gems/1.8/gems/sharp_office-1.0.1/ext/sigar
-jar /usr/local/lib/ruby/gems/1.8/gems/sharp_office-1.0.1/ext/...
分类:
其他好文 时间:
2014-05-09 23:46:06
阅读次数:
265
1: using System; 2: using
System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6:
namespace AnkeEdu.Tools 7: { 8: 9: /// 10: ///...
分类:
移动开发 时间:
2014-05-09 23:40:45
阅读次数:
551
1: 2: // 创建日期: 2008-04-23 3: // 说 明:
日期,时间处理相关的类,大多转换为字符串。 4: using System; 5: using System.Collections.Generic; 6:
using System.Text; 7: 8: namespace...
分类:
其他好文 时间:
2014-05-09 23:38:25
阅读次数:
459
1: using System; 2: using
System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6:
namespace AkDTH.Common 7: { 8: /// 9: /// 时间字符...
分类:
其他好文 时间:
2014-05-09 23:29:10
阅读次数:
400
导入Excel:jsp中1 2 导入数据3 4 5 6
action中:action最前面肯定要有下面这几句,而且要有其对应的set、get方法private File tradingMoneyFile;//
实际上传文件pri...
分类:
Web程序 时间:
2014-05-09 23:25:13
阅读次数:
560
在设备管理器的usb设备的属性中,显示提示“由于其配置信息(注册表中的)不完整或已损坏,Windows
无法启动这个硬件设备”。注册表坏了。经过查询,解决方法如下:
方法:打开注册表编辑器(开始--》运行--》regedit),依次展开HKEY_LOCAL_MACHINE/SYSTEM/Curre....
搭建hadoop集群的时候一定会用到的就是SSH免密码登录[hadoop@hadoop1 ~]$
ssh-keygen -t rsaGenerating public/private rsa key pair.Enter file in which to
save the key (/home/ha...
分类:
系统相关 时间:
2014-05-09 23:10:11
阅读次数:
471
将读取的数据写到log.txt文件中,先在工程下新建一个log.txt文件public
class Program { public const string LOGGER_FILE = "log.txt"; public static void
Logger(st...
分类:
Web程序 时间:
2014-05-09 23:03:52
阅读次数:
843
关键字Rabin karp 算法,C++,ubuntu 14.04, linux, big
integer, gmp为了计算冗余度, 我写出了如下算法void HandleAMission(const char *srcFileName, FILE
*output, int blockSize, i...
分类:
其他好文 时间:
2014-05-09 20:12:25
阅读次数:
270
using UnityEngine;using System.Collections;public
class MoveSample : MonoBehaviour{ void Start(){ //iTween.MoveBy(gameObject,
iTween.Hash("x", 2, "e.....
分类:
其他好文 时间:
2014-05-09 20:11:02
阅读次数:
455