码迷,mamicode.com
首页 >  
搜索关键字:window location    ( 34845个结果
错误处理php
一 HP关闭脚本错误提示的方法:打开PHP安装目录下的php.ini文件找到display_errors = On 修改为 display_errors = off注意:如果你已经把PHP.ini文件复制到windows目录下,那么必须同时把 c:\windows/php.ini里的display_...
分类:Web程序   时间:2014-05-10 20:15:55    阅读次数:461
取消eclipse/myeclipse的拼写检查
大家可能会被拼写错误提示所烦扰。只要简单几步即可取消拼写检查window -> Preferences - >General -> Editors -> Spelling -> Enable spell checking 把钩去掉即可
分类:系统相关   时间:2014-05-10 19:58:23    阅读次数:724
You are attempting to run the 32-bit installer on a 64-bit version of Window
您正试图在64位版本的窗口中运行32位安装程序、系统有32位操作系统和64位操作系统的分别,相同的软件的安装也需要区分操作操作系统的位数。解决办法:查看自己系统类型,根据类型下载安装相应位数的软件。
分类:Windows程序   时间:2014-05-10 19:40:50    阅读次数:600
MyEclipse更改字体大小
Window --> Preferences --> General --> Appearance --> Colors and Fonts --> Basic --> Text Font --> Change
分类:系统相关   时间:2014-05-05 23:44:47    阅读次数:457
重新学习操作系统的知识
今天阅读《Outlook 2010 Inside Out》时,上机操作时有几个小发现win 7 自带截屏工具(360浏览器有,SnagIt更强大)win 7自带便签纸(当然比不上Outlook中的便签,更不能与OneNote比了!)程序中百宝箱内有ReadyFor4GB.exe可帮助突破32位4G内...
分类:其他好文   时间:2014-05-05 23:14:25    阅读次数:356
windows下的*.url文件配置
直接指向网页[InternetShortcut]URL=http://user.qzone.qq.com/2275471603Modified=F00F43B3A875C601D9ShowCommand=7IconIndex=1IconFile=C:\WINDOWS\SYSTEM\url.dllHo...
分类:Windows程序   时间:2014-05-05 23:13:59    阅读次数:456
apache2.conf 配置mods-enabled
把一个在windows写的web程序,移植到新装的ubuntu上来。由于新装的ubuntu装的上APACHE2, 在配置文件上跟老的apache有区别, 没太注意。原来的web程序是用ThinkPHP写的, 移植过来后在url上出老点差错。于是开始纠结的找问题。由于thinkphp的url需要重写,...
分类:其他好文   时间:2014-05-05 13:17:19    阅读次数:311
YouTrack Changing Database Location for EXE Distribution(windows service)
If you have installed YouTrack from EXE Distribution, then the best way to change the database location is by specifying it via JVM property.Stop curr...
分类:数据库   时间:2014-05-03 23:30:08    阅读次数:505
JS DOM 编程艺术 随笔
DOM 最大的作用就是将整个文档通过节点树来展现。通过类似方法可以获取特定节点,并绑定js方法实现与人的交互。1.通过dom方法,获取页面的元素(getElementsByTagName/id,通过class(getAttribute))2.获取元素之后,为他们绑定行为(点击/其他)的处理事件3.最...
分类:Web程序   时间:2014-05-03 22:35:57    阅读次数:458
[ACM] poj 2823 Sliding Window (单调队列)
Sliding Window Time Limit: 12000MS   Memory Limit: 65536K Total Submissions: 36315   Accepted: 10756 Case Time Limit: 5000MS Description An array of size n ≤ 106 is gi...
分类:Windows程序   时间:2014-05-03 17:20:55    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!