ResolutionRed Hat Enterprise Linux 4, 5 and 6 enable Internet Protocol Version 6 (IPv6) by default. However, in certain situations, some users may fin...
分类:
系统相关 时间:
2014-06-18 20:24:54
阅读次数:
520
1. Microsoft.SharePoint.dllCreate EventFiring.cs 1.Right-click on the project, select Add and click on New Item. 2.In the templates pane, select Class...
分类:
其他好文 时间:
2014-06-15 23:35:26
阅读次数:
277
MySQL大批量插入数据1. 对于Myisam类型的表,可以通过以下方式快速的导入大量的数据。
ALTER TABLE tblname DISABLE KEYS; loading the data ALTER TABLE tblname ENABLE
KEYS; 这两个命令用来打开或者关闭Myisa...
分类:
数据库 时间:
2014-06-10 20:48:02
阅读次数:
283
打开PHP.INI,找到这行:disable_functions
=在后面那里加上要禁用的函数,如禁用多个函数,要用半角逗号 , 分开 给个例子:disable_functions =
passthru,exec,system,popen,chroot,scandir,chgrp,chown,esc...
分类:
Web程序 时间:
2014-06-09 16:39:20
阅读次数:
487
问题:
在Visual C++ 6.0 下面运行正常的代码放到Visual Studio 20xx系列里就跑不动了,有时候会提示如下错误:
error C4996: 'fopen': This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT...
分类:
其他好文 时间:
2014-06-08 03:17:14
阅读次数:
227
2.1中文录入问题默认安装的msysgit的shell环境中无法输入中文,为了能在shell界面输入中文,需要修改配置文件/etc/inputrc,增加或修改相关配置如下:#disable/enable
8bit inputset meta-flag onset input-meta onset o...
分类:
Web程序 时间:
2014-06-07 21:52:34
阅读次数:
281
使用jetty过程中,碰到一个老问题:jessionId 被追加在url的情况。在使用tomcat 7容器时,这个方法很容易被解决,详情请参考:tomcat
disable jessionId in url。
盲搜了一些解决方法但是尝试之后似乎没有效果,比如下面的配置:
org.mortbay.jetty.servlet.SessionURL none...
分类:
其他好文 时间:
2014-06-05 09:19:19
阅读次数:
275
try to
use:myTimePicker.setDescendantFocusability(TimePicker.FOCUS_BLOCK_DESCENDANTS);to
disable focus on the text views of the internal NumberPickers...
分类:
移动开发 时间:
2014-06-04 20:02:57
阅读次数:
406
apt-get install gnome-panel
gnome-settings-daemon metacity nautilus gnome-terminal修改~/.vnc/xstartup#!/bin/sh
export XKL_XMODMAP_DISABLE=1unset SESSION...
分类:
其他好文 时间:
2014-05-30 00:46:36
阅读次数:
205
#导出大表:mysqldump --add-drop-table
--single-transaction --triggers -R -quick --disable-keys -utest -ptest -P5616
test > test.sql#仅导出表结构mysqldump --add-....
分类:
数据库 时间:
2014-05-29 00:03:48
阅读次数:
458