项目核心文件core/shopld.php 1 if (!@include(BASE_DATA_PATH.'/config/config.ini.php')) exit('config.ini.php isn\'t exists!'); 2 if (file_exists(BASE_PATH.'/c...
分类:
其他好文 时间:
2015-04-07 09:31:21
阅读次数:
253
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:
其他好文 时间:
2015-04-06 21:31:45
阅读次数:
136
在Windows XP虚拟机上(VMware Player 6)安装PowerDesigner16.5完成后,运行"C:\Program Files\Sybase\PowerDesigner 16\PdShell16.exe",只显示空壳界面,几乎没有内容。经多次卸载再安装,问题依旧。
查看系统日志,查到如下图所示SideBySide错误:Resolve Partial As...
分类:
其他好文 时间:
2015-04-06 12:54:51
阅读次数:
430
这个问题也是会普遍遇到的,每次度娘大把信息,各种方法,可视真正能用的却少之又少,就像给chrome安装adobe flash player 只需要下面一条命令即可,无需换源,无需下载及复制。sudo apt-get install pepperflashplugin-nonfree
分类:
系统相关 时间:
2015-04-06 06:22:09
阅读次数:
180
同步至:http://www.waylau.com/mina-quick-start/
Apache MINA 是一个网络应用的框架,可以帮助用户开发的高性能、高扩展性的网络应用程序。它通过 Java NIO 提供了一个抽象的事件驱动的异步 API 用在不同传输协议上,比如 TCP/IP 和 UDP/IP 等。
本教程介绍了如何构建基于 MINA 的应用的过程。这个教程介绍的是构建一个 Time Server...
分类:
其他好文 时间:
2015-04-05 14:38:35
阅读次数:
104
日志:Apr 4, 2015 10:08:09 PM oracle.sysman.emcp.EMReposConfig createRepositoryCONFIG: ORA-20001: SYSMAN already exists..ORA-06512: at line 17oracle.sysm...
分类:
数据库 时间:
2015-04-05 14:29:54
阅读次数:
1080
1.已经安装好了dedecms了,访问index.php首页依然提示:如果你确定要重新安装,请先从FTP中删除 install/install_lock.txt!那你如果你改过data位置的话,马上去更改:请在index.php中将if(!file_exists(dirname(__FILE__)....
分类:
Web程序 时间:
2015-04-05 10:22:33
阅读次数:
114
#!/usr/bin/python
#coding:utf-8
importos
importstring
importsys,getopt
defGrep_start_char(Mpath,char):
ifos.path.exists(Mpath):
GrepFile=file(Mpath)
else:
return"Nosuchfileordirectory"
try:
forlineinhosts:
ifline.startswith(char)orline.strip()==‘‘:
conti..
分类:
编程语言 时间:
2015-04-04 16:55:52
阅读次数:
144
/*找一个参照数,比它小的放一边,比它大的放一边,递归*/#includeint A[1000]= {7,4,5,9,1,2,0,5};void quick(int a[],int b){ int i=0,j=b-1,val; val=a[0]; if(b>=2) ...
分类:
编程语言 时间:
2015-04-04 11:54:17
阅读次数:
171
Xiangqi
Problem Description
Xiangqi is one of the most popular two-player board games in China. The game represents a battle between two armies with the goal of capturing the enemy’s “genera...
分类:
其他好文 时间:
2015-04-04 09:11:41
阅读次数:
191