码迷,mamicode.com
首页 >  
搜索关键字:quick 3.3final quickxdev player no exists    ( 8733个结果
shopnc路由功能分析
项目核心文件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
Word Search
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
安装PowerDesigner16.5所遇到的问题及解决
在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
ubuntu中 给chrome安装adobe flash player
这个问题也是会普遍遇到的,每次度娘大把信息,各种方法,可视真正能用的却少之又少,就像给chrome安装adobe flash player 只需要下面一条命令即可,无需换源,无需下载及复制。sudo apt-get install pepperflashplugin-nonfree
分类:系统相关   时间:2015-04-06 06:22:09    阅读次数:180
MINA 快速入门
同步至: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
Oracle11g重建EM 报ORA-20001: SYSMAN already exists
日志: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
dedecms 5.7 网站搬家后产生的问题记录
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
python编写过滤指定字符的文本
#!/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
UVA - 1589 Xiangqi (模拟)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!