1、下载JDK并安装,配置环境变量: JAVA_HOME:C:\Program Files\Java\jdk1.7.0_51;(即JDK安装目录) CLASSPATH:.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar(勿忘加上当前路径”.“) Path:C:\P...
一、备份 1.锁定数据库: use admin db.runCommand({fsync:1,lock:1}) { “info” : “now locked against writes, use db.fsyncUnlock() to unlock”, “seeAlso” : “http://www.mongodb.org/display/DOCS/fsy...
分类:
数据库 时间:
2014-09-11 17:37:42
阅读次数:
237
{ID: anniel11PROG: namenumLANG: PASCAL}Program namenum;var i,n,l:integer; s,s2:string; dicl:array[1..12] of integer; dic:array[1..12,1..2000] of i...
分类:
其他好文 时间:
2014-09-11 17:09:12
阅读次数:
156
{ID: anniel11PROG: transformLANG: PASCAL}Program transform;Var temp:boolean; c:char; i,j,n,sum,head,tail:longint; map1,map2:array[1..10,1....
分类:
其他好文 时间:
2014-09-11 16:50:52
阅读次数:
267
最近调试Zabbix的时候出现了一个错误:/etc/init.d/zabbix_agentdstart
Startingzabbix_agentd:/opt/program/zabbix/sbin/zabbix_agentd:errorwhileloadingsharedlibraries:libiconv.so.2:cannotopensharedobjectfile:Nosuchfileordirectory[FAILED]原因分析:ld提示找不到库..
分类:
其他好文 时间:
2014-09-11 15:31:36
阅读次数:
263
{ID: anniel11PROG: milk2LANG: PASCAL}Program milk2;Var ans1,ans2,i,j,n,sum,head,tail:longint; a:array[1..5000,1..2] of longint; map:array[1.....
分类:
其他好文 时间:
2014-09-11 15:10:02
阅读次数:
179
class Program { static void Main(string[] args) { System.Diagnostics.Stopwatch stp = new Stopwatch(); stp.Star...
分类:
其他好文 时间:
2014-09-11 13:44:01
阅读次数:
291
Location:C:\Program Files\Java\jdk1.6.0_25\bin\javah.exeWorking Directory:${project_loc}Arguments:-v -classpath "${project_loc}/bin/classes" -d "${pro...
分类:
编程语言 时间:
2014-09-11 11:06:51
阅读次数:
230
1、分区关键字段不能更新 alter table t_xj_hd enable row movement;2、数据库解锁 alter user srdh account unlock(SYS登陆)3、增加分区 alter table TDM_IN_CCR_TRMNL_PREFER_M add par...
分类:
数据库 时间:
2014-09-11 08:46:51
阅读次数:
262
Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character '.'.You may assume that there will be o...
分类:
其他好文 时间:
2014-09-11 07:39:41
阅读次数:
161