码迷,mamicode.com
首页 >  
搜索关键字:window 内部命令    ( 28861个结果
查找占用端口的应用
windows netstat -ano | find "8080"mac,Linux lsof -i:8700 或者 lsof -i | grep 8700
分类:其他好文   时间:2014-05-26 09:44:32    阅读次数:253
Apache加载PHP.ini顺序
网上找到一份关于Apache加载PHP.ini顺序的文档: (1) apache的httpd.conf中的PhpIniDir; (2) 注册表键值:HKEY_LOCAL_MACHINE->SOFTWARE->PHP->IniFilePath; (3) 环境变量%PHPRC%; (4) PHP5的根目...
分类:Web程序   时间:2014-05-26 09:28:47    阅读次数:254
window 7 下一台cp 两个mysql 配置主从
环境 : 个人 pc windows7 一台 ; 使用 : 官方下载: mysql-noinstall-5.5.11-win32.zip 1. 解压 成2个 (文件夹) mysql_master (主) mysql_slave (从) 2. 配置文件修改 主服务器配置修改...
分类:数据库   时间:2014-05-26 09:06:53    阅读次数:306
eclipse启动tomcat错误:A Java Exception has occurred
在tomcat bin目录下执行startup.bat可以正常启动,但在eclipse下安装了tomcat插件并且配置tomcat路径后启动且报错:A Java Exception has occurred 解决方法,在eclipse中[window][Preferences]找到[tomcat][...
分类:编程语言   时间:2014-05-26 08:51:34    阅读次数:360
[鸟哥的Linux私房菜] X Window 与 纯文本模式的切换
1. X Window下重启(注销+重新登录) Alt + Ctrl + Backspace2. X Window与命令行模式的切换 Ctrl + Alt + F1 ~ F6 :文字界面登录 tty1~tty6终端 Ctrl + Alt + F7:图形界面登录3. 纯文本模式下启动linux,...
分类:Windows程序   时间:2014-05-26 08:44:03    阅读次数:331
Minimum Window Substring
Minimum Window Substring
分类:Windows程序   时间:2014-05-26 08:22:33    阅读次数:306
JavaScript常用方法
1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键no 可用于Table2. 取消选取、防止复制3. onpaste="return false" 不准粘贴4. oncopy="return false;" oncut="retu....
分类:编程语言   时间:2014-05-26 07:36:55    阅读次数:350
在Windows下基于libx264.a的Qt 4.8.2视频压缩
1、在用mingw 4.5.2编译x264后,生成libx264.a文件,将libx264.a和x264.h和x264_config.h拷贝到Qt工程中,将mingw/lib/libpthread.a拷贝到Qt工程中,在.pro中LIB += -L. -lx264 -lpthread2、编译时会提....
分类:Windows程序   时间:2014-05-26 07:00:19    阅读次数:441
手机端APP/ 手机浏览器 Html5自动定位城市
第一步:简单了解html5为window.navigator提供了geolocation属性,用于获取基于浏览器的当前用户地理位置。window.navigator.geolocation提供了3个方法分别是:void getCurrentPosition(onSuccess,onError,opt...
分类:移动开发   时间:2014-05-26 06:53:12    阅读次数:370
Crystal Report Error: Either the Crystal Reports registy key permission are insufficient or the Crystal Reports runtime is not installed correctly
在64位 Windows 7中水晶报表的错误:Crystal Report Error: Either the Crystal Reports registy key permission are insufficient or the Crystal Reports runtime is not ...
分类:其他好文   时间:2014-05-26 06:38:07    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!