码迷,mamicode.com
首页 >  
搜索关键字:specified    ( 1420个结果
GTK编程:将图片文件按指定比例显示
实现功能:将指定的图片文件按指定比例在窗体中显示注意:这段代码没有信号处理的实现,当点击关闭窗体的时候,虽然窗体关闭了,但程序并没有真正退出。/* File: SizeShow.c * Date: Mon Mar 27 15:36:09 HKT 2015 * Describe: Show the picture with the specified size * Autor: won */...
分类:其他好文   时间:2015-04-01 00:24:36    阅读次数:174
Oracle delete input与delete all input
oracle官方文档提示:If you had specified DELETE INPUT rather than DELETE ALL INPUT, then RMAN would have only deleted the specific archived redo log files th...
分类:数据库   时间:2015-03-31 10:42:30    阅读次数:208
Oracle中的ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
向某个数据库用户中插入、更新、删除一个表的数据,或是增加一个表的主键、索引时,出现下面的错误: ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired...
分类:数据库   时间:2015-03-30 09:34:56    阅读次数:196
【SICP练习】143 练习3.81
练习3-81原文“random” numbers. Produce a stream formulation of this same generator that operates on an input stream of requests to generate a new random number or to reset the sequence to a specified value...
分类:其他好文   时间:2015-03-29 16:37:04    阅读次数:151
不同版本php的fastcgi模式支持TP的URL重写
PHP5.3版本下运行phpinfo()找到ServerAPI栏显示:Apache2.0HandlerThinkPHP的.htaccess里面原始配置为:ewriteRule^(.*)$index.php/$1[QSA,PT,L]PHP5.4版本开始运行phpinfo()找到ServerAPI栏显示:CGI/FastCGIThinkPHP的.htaccess里面应该配置为:ewriteRule^(.*)$index.php?s=..
分类:Web程序   时间:2015-03-28 19:03:48    阅读次数:139
初用 Git 小问题解决备忘录
今天使用git 第一次使用,在使用git push时报错 No refs in common and none specified; doing nothing. Perhaps you should specify a branch such as ‘master‘. fatal: The remote end hung up unexpectedly er...
分类:其他好文   时间:2015-03-20 19:02:34    阅读次数:163
从一个页面请求开始(三)
前面介绍到了3个应用的安装,接下来是对其中一个应用做压力测试,后用xcache提供php加速功能,再来测试一下性能提升了多少,而后把mysql分离出来,做压测看能否提升性能。1.对wordpress做压力测试[root@smallpc~]#ab-c100-n1000http://192.168.20.163/wordpress/index.phpThisis..
分类:其他好文   时间:2015-03-20 18:55:23    阅读次数:149
转义HTML字符
package util; public final class HTMLFilter { /** * Filter the specified message string for characters that are sensitive * in HTML. This avoids potential attacks caused by includ...
分类:Web程序   时间:2015-03-20 14:44:02    阅读次数:153
canvas.drawRoundRect方法,绘制圆角矩形
public void drawRoundRect (RectF rect, float rx, float ry, Paint paint) Draw the specified round-rect using the specified paint. The roundrect will be filled or framed based on the Style in the paint...
分类:其他好文   时间:2015-03-19 20:26:06    阅读次数:165
OGG-03510问题处理
OGG迁移,目标端已经升级为12C,所以用的12版本的OGG,参数还是用的以前11g的,但是启动应用进程的时候提示OGG-03510错误,如下: The source database character set is unknown, and the SOURCECHARSET parameter is not specified. 源端是sqlserver环境,之前源端是oracle环...
分类:其他好文   时间:2015-03-19 16:19:46    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!