1、下载地址:http://www.oracle.com/technology/global/cn/software/tech/oci/instantclient/index.html 2、解压:例如:d:/instantclient_11_2 3、在d:/instantclient_11_2目录下新建network,在network目录下新...
分类:
数据库 时间:
2014-07-22 08:28:36
阅读次数:
256
【1】 没想到遇见了?No?input?file?specified???因为项目用了URL?route?,估摸着可能是rewrite的问题。 记录一下解决方案。 1.检查doc_root?是否设置此值 2.检查.hta文件?,?很多框架都是index.php当入...
分类:
其他好文 时间:
2014-07-22 08:13:35
阅读次数:
245
gprof,oprofile,perf的使用 gprof 用户手册?http://sourceware.org/binutils/docs-2.17/gprof/index.html oprofile官方站点?http://oprofile.sourceforge.net/ 使用 GNU profiler 来提高代码运行速度?http://...
分类:
其他好文 时间:
2014-07-22 08:10:37
阅读次数:
160
<img?src="./image/pic1.jpg"?id="pic_id">
<script?type="text/javascript">
//pic切换
var?array=new?Array();
var?index=0;
var?array=?new?Array("./image/pic1.jpg","./image/pic2.jpg");
f...
分类:
其他好文 时间:
2014-07-21 10:39:39
阅读次数:
194
普通定位 positiont:static 普通文档流中的元素的position的默认值为static,无需主动声明。忽略top、right、bottom、left和z-index。 相对定位 position:relative .relative{
????position:relative;
??...
分类:
Web程序 时间:
2014-07-21 10:29:18
阅读次数:
249
项目服务端框架我选用的是ThinkPHP,由于策划案中有需求要定时刷新指定数据,所以在windows平台我使用微软的计划任务调用bat脚本来执行下面的命令来完成 php?index.php?/Home/cli 即使用PHP的CLI模式调用Think...
分类:
Web程序 时间:
2014-07-21 10:23:16
阅读次数:
230
1.跟我学DNET编程系列-.NET OOP编程[爸爸去哪儿] http://edu.ibeifeng.com/view-index-id-25.html 2.跟我学DNET编程系列-CSharp十种语法糖 http://edu.ibeifeng.com/view-index-id-26.html 3.跟我学DNET编程系列-...
分类:
Web程序 时间:
2014-07-21 10:12:10
阅读次数:
305
mysql中怎样查看和删除唯一索引。查看唯一索引:show index from mytable;//mytable 是表名查询结果例如以下:查询到唯一索引后,怎样删除唯一索引呢,使用例如以下命令:alter table mytable drop indexmdl_tag_use_ix;//mdl_...
分类:
数据库 时间:
2014-07-21 09:36:50
阅读次数:
226
点击后形成扩散圈这个名字有点奇怪,就是在一个div被点击后,会形成一个圈,往外扩散,直至塞满整个div。效果看这:http://codepen.io/crab/pen/aAbvf具体的实现就是在被点击的div中加入svg,然后其中的circle不断扩大,最后remove掉。在这里用了jquery库。...
分类:
其他好文 时间:
2014-07-21 00:08:06
阅读次数:
294
3.1搜索的简单实现1.创建IndexReaderpackagecom.mzsx.index;
importjava.io.File;
importjava.io.IOException;
importorg.apache.lucene.index.CorruptIndexException;
importorg.apache.lucene.index.IndexReader;
importorg.apache.lucene.store.Directory;
importorg.apac..
分类:
其他好文 时间:
2014-07-20 15:26:11
阅读次数:
313