command + delete 删除整行option + comman +enter 下面增加一行command + D 复制出一行command + / 单行注释control + shift + / 多行注释command + B 函数追踪,同comaand + 单击
分类:
Web程序 时间:
2014-12-20 22:09:49
阅读次数:
2073
ReportMachinexe6 下 withpackage,打上勾,编译程序打印正常。勾去掉,打印报错经比对,发现2个窗体不一样,RM_PrintDlg.dfm,正常的有cmbDuplex控件(双面打印),报错是是没有cmbDuplex控件,那就说明链接找错地方了。经查是 tools>option...
分类:
其他好文 时间:
2014-12-19 20:33:12
阅读次数:
190
Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_m...
分类:
数据库 时间:
2014-12-19 17:19:13
阅读次数:
4284
[转载]关于mysql error.log报"Using unique option prefix myisam-recover instead of myisam-recover-options ..."转载:http://blog.csdn.net/cloud_xy/article/detail...
分类:
其他好文 时间:
2014-12-19 17:06:46
阅读次数:
181
Behavioral Options(行为参数)Option and Default Value Description-XX:-AllowUserSignalHandlersDo not complain if the application installs signal handlers. (...
分类:
其他好文 时间:
2014-12-19 09:13:02
阅读次数:
284
<!--分页结束--> <form name="form2" method="post" action=""> 跳转到第 <select name="page" onChange="javascript:form2.submit();"> <?php? for($j=1;$j<=$pagecount;$j++) { ?> <option <?php if($c...
分类:
Web程序 时间:
2014-12-18 17:09:36
阅读次数:
170
代码实现Layout android:layout_alignParentRight例如:android:id="@+id/account_option" android:layout_width="20px"android:layout_height="20px" android:focusabl...
分类:
移动开发 时间:
2014-12-18 16:47:28
阅读次数:
218
每一次操作select的时候,总是要出来翻一下资料,不如自己总结一下,以后就翻这里了。比如1、设置value为pxx的项选中 $(".selector").val("pxx");2、设置text为pxx的项选中 $(".selector").find("option[text='pxx']").at...
分类:
Web程序 时间:
2014-12-18 16:27:20
阅读次数:
172
反编译工具jad简单用法 以下假设jad.exe在c:\java目录下 一、基本用法 Usage:jad [option(s)] 直接输入类文件名,且支持通配符,如下所示。 c:\java\>jad example1.class c:\java\>jad *.class 结果是将example1.c...
分类:
编程语言 时间:
2014-12-18 14:45:42
阅读次数:
182
这几天用CURL做下载系统,经常会遇到一些问题,很多的错误还是和CURL的option有关。现在把这些错误码贴过来,方便查看一下。错误代码列表CURLE_UNSUPPORTED_PROTOCOL (1) – 您传送给 libcurl 的网址使用了此 libcurl 不支持的协议。 可能是您没有使用的...
分类:
Web程序 时间:
2014-12-18 13:27:31
阅读次数:
237