大约有 13,000 项符合查询结果(耗时:0.0164秒) [XML]
虚拟机安装CentOS出错:EDD:Error 8000 reading sector 2106934 - 环境配置...
EDD:Error 8000 reading sector 2106934
No DEFAULT or UI configuration directive found!
boot:
Getting closer!
When i start to install every thing seem to be fine.
1.Select language k
2.select location k
3.configure keyboard k
4.network config k
then it gets stuck on a purple screen with n...
svn提交文件夹失败 svn: File not found: transaction... - 环境配置 - 清...
在svn commit时报错,显示:
Transmitting file data ........svn: Commit failed (details follow):
svn: File not found: transaction '2-9', path '/src/xxx'
原因:svn没有被版本化,可能是由于目录位置变更,服务器配置变更等等。
解决方法:整个目录删除...
js定时器setInterval()与setTimeout()区别 - 建站技术 - 清泛IT论坛,有思想、有深度
setInterval (表达式, 延时时间):每隔一个延时时间就执行一次表达式。
setTimeout(表达式, 延时时间):只执行一次表达式就停止了。
一般在其表达式中使用setTimeout()可以实现setInterval一样的效果:
showTime();
function showTime()
{
...
为啥 ol 标签不显示数字,而是显示点? - 建站技术 - 清泛IT社区,为创新赋能!
如题,出现这种情况一般是全局设置了如下样式从而破坏了ol 原本的默认显示数字的样式。
list-style: none; 或 list-style: initial;
解决方法:
重新设置ol样式为:
list-style: decimal;
解决IIS发布时global_asax的dll 的CS0433冲突问题 - 环境配置 - 清泛IT社区,为创新赋能!
Server Error in '/' Application.Compilation ErrorDescription: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0433: The type 'ASP.globa...
Win7以上操作系统清理系统图标缓存脚本 - 脚本技术 - 清泛IT论坛,有思想、有深度
本帖最后由 沧海一粟 于 2015-07-21 13:43 编辑
rem 关闭Windows外壳程序explorer
taskkill /f /im explorer.exe
rem 清理系统图标缓存数据库
attrib -h -s -r "%userprofile%\AppData\Local\IconCache.db"
del /f "%userprofile%\AppData\Local\IconCache.db"
attrib...
JS卷动效果的调用函数:startmarquee - 建站技术 - 清泛IT论坛,有思想、有深度
本帖最后由 沧海一粟 于 2015-10-12 16:28 编辑
jquery.sgallery.js
function startmarquee(lh,speed,delay,index) {
/*
函数startmarquee的参数:
lh:文字一次向上滚动的距离或高度;
speed:滚动速度;
delay:滚动停顿的时间间隔;
index:可以使...
360安全检测到18%后提示失败,关闭云盾、设置白名单解决 - 环境配置 - 清泛...
使用的是阿里云服务器,而服务器开启的云盾有DDos防护功能,把360检测当做DDos攻击拦截了。
我们首先想到临时关闭云盾功能,不过笔者找了好久貌似不支持云盾的关闭。根据提示及官方帮助:
360在线网站安全检测是360公司...
required file `./ltmain.sh' not found - 脚本技术 - 清泛IT论坛,有思想、有深度
本帖最后由 zqp2013 于 2015-1-27 15:23 编辑
在linux下编译c/c++程序出错:
$ automake --add-missing
....
configure.in:18: required file `build/ltmain.sh' not found
....
解决方案(libtoolize配置即可):
$libtoolize --version
-libtoolize (GNU libtool) 1.4.2
........