IE6下有时候png格式的图片会存在背景的问题,以下是我常用的解决办法: /** * DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML <IMG/>. * Author: Drew Diller ...
分类:
其他好文 时间:
2017-04-06 15:34:26
阅读次数:
245
这是官方文档:https://atom.io/packages/atom-ternjs 官方介绍: JavaScript code intelligence for atom with Tern. Adds support for ES5, ES6 (JavaScript 2015), Node.j ...
分类:
Web程序 时间:
2017-03-28 19:44:45
阅读次数:
357
1.独立服务器安装完成WindowsServer操作系统后,运行该操作系统的计算是一台独立服务器.该服务器可以独立部署应用程序,最明显的特征是该服务器没有加入到任何"域"中.2.成员服务器独立服务器添加到"域"中以后,即成为成员服务器.该服务器接受ADDS域服务的统一管理,接受并应用Activ..
分类:
其他好文 时间:
2017-03-23 17:32:48
阅读次数:
211
3.1ActiveDirectory域控制器不能使用现象:ActiveDirectory无法访问,ActiveDirectory用户和计算机不能使用,找不到域控制器。解决方法:重新启动ADDS服务即可。这应该算是一个比较严重的故障,经过我测试,如果升级之后的WindowsServer2016域控制器,重新启动之后,ADDS服务状..
进入到ServerCore的命令行界面,依次输入:PowershellInstall-WindowsFeature
Server-GUI-Shell,Server-GUI-Mgmt-InfraShutdown-r-t0
Adds the given feature to the table. Adds the given features to the table. Deletes the specified feature from the table. Deletes the specified feature ...
分类:
其他好文 时间:
2017-02-12 22:43:57
阅读次数:
247
【Gradle with Android】 The Android Studio build system is based on Gradle, and the Android plugin for Gradle adds several features that are specific to ...
分类:
移动开发 时间:
2017-01-24 11:58:06
阅读次数:
274
node常用属性: 1._eventDispatcher:事件派发器,使用它来管理当前节点(Scene, Layer和Sprite)不同事件的分配。 _eventDispatcher有两个添加监听器的方法: // Adds event listener /** Adds a event listen ...
分类:
其他好文 时间:
2017-01-14 18:51:54
阅读次数:
230
从5.1版本开始,PowerShell在具有不同功能集和平台兼容性的不同版本中可用。桌面版:基于.NETFramework而构建,兼容面向在Windows完整占用空间版本(例如,ServerCore和WindowsDesktop)上运行的PowerShell版本的脚本和模块。核心版:基于.NETCore而构建,兼容面向在Windows占..