去掉textarea的边框和右边的滚动条tarea name= "textarea " cols= "100 " rows= "4 " style= "BORDER-BOTTOM: 0px solid; BORDER-LEFT: 0px solid; BORDER-RIGHT: 0px solid;...
分类:
其他好文 时间:
2014-08-12 13:21:54
阅读次数:
156
有时候需要对word中很多表格的属性进行修改,而word无法批量修改属性,所有这里记录一个宏Sub TableFormatter()Dim oTbl As Table, i As IntegerFor Each oTbl In Selection.Tables With oTbl .Rows...
分类:
其他好文 时间:
2014-08-12 12:59:04
阅读次数:
383
题目:
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)
P A H N
A P L S I I G
Y I R
And then read line by line: "PAHNAPLSIIG...
分类:
其他好文 时间:
2014-08-12 00:47:43
阅读次数:
196
开启了PHP 的oci8 扩展,但是打印 var_dump ( get_loaded_extensions() )还是没有出现oci8 ,pdo_oci,pdo_odbc扩展。
之后去oracle官网下载 ,解压缩,之后修改系统的环境变量,还是无法使用。
最后的解决方法,安装 OracleDatabaseInstantClient11g11.2.0.3.0 x64 ,安装之后就可以正常。
...
分类:
Web程序 时间:
2014-08-12 00:39:24
阅读次数:
573
OS X下运行AlphaSim命令时,提示以下信息
dyld: Library not loaded: /usr/local/lib/libgomp.1.dylib
本文给出了一种解决的方法
分类:
其他好文 时间:
2014-08-10 21:28:10
阅读次数:
599
一、Objectivesdisplay all rows, eliminate duplicate rows, and limit the number of rows displayedsubset rows using other conditional operators and cacula...
分类:
数据库 时间:
2014-08-09 11:20:27
阅读次数:
235
function loaded() { var myscroll=new iScroll("wrapper",{hScrollbar:false, vScrollbar:false});}window.addEventListener("load",loaded,false);http://www....
分类:
移动开发 时间:
2014-08-08 20:42:36
阅读次数:
229
1.解决的办法:GDB调试时使用list命令时出现 “No symbol table is loaded. Use the "file" command”提示,其实是C编译器的选项CFLAGS没有设置好,gcc -o进行编译时不用不用写“-g”选项,只需在makefile文件开头写上“CFLAGS ...
分类:
数据库 时间:
2014-08-08 12:32:56
阅读次数:
4489
<?php
//分页类
classpage{
private$total_rows;//总条数
private$onepage_rows;//一页显示数量
private$total_page;//总页数
private$page_rows;//页码数量
private$start_id;//描述起始ID
private$end_id;//描述结束ID
private$desc=‘‘;//描述上一页,下一页
private$self..
分类:
Web程序 时间:
2014-08-08 02:11:55
阅读次数:
227
一:问题 targets中证书的设置1.项目支持多设备(Xcode5.1.1支持低版本)2.真机测试要确保Code Siging 设置没问题支持的最低版本二 :问题:image not foundLibrary not loaded: /System/Library/Frameworks/AdSup...
分类:
其他好文 时间:
2014-08-07 18:31:40
阅读次数:
271